Message6235

Author dsouza
Recipients
Date 2008-06-09.16:59:03
Content
When the repository directory contains characters that could be encoded by an 
url encoding function procedure (like +), the links doesn't work. For instance, 
I have a respository with the following path:
--> HGROOT/src/main/c++/

All links to this directory (and files under it) encodes the + character, so I 
endup with an URL similiar to this:
http://<host>/paje.cgi?file/3ed29fbed797/src/main/c%2B%2B/

And this returns a 404 error (changing to + characters works btw).
Files
File name Uploaded
hgrc dsouza, 2008-06-09.16:59:03
History
Date User Action Args
2008-06-09 17:04:30dsouzaunlinkissue1171 messages
2008-06-09 16:59:04dsouzasetmessageid: <1213030744.69.0.429626583207.issue1171@selenic.com>
2008-06-09 16:59:04dsouzalinkissue1171 messages
2008-06-09 16:59:03dsouzacreate