[opengrok] Bug #966: fails on directory names that contain a plus (+) character
trond.norbye at sun.com
trond.norbye at sun.com
Tue Apr 8 00:00:13 PDT 2008
Author: Trond Norbye <trond.norbye at sun.com>
Repository: /hg/opengrok/trunk
Latest revision: d2c5a416f66f7d90077f9cabdbd4b5e0e11f059b
Total changesets: 1
Log message:
Bug #966: fails on directory names that contain a plus (+) character
This is a regression introduced in 218.
Please see:
http://java.sun.com/products/servlet/2.3/javadoc/javax/servlet/http/HttpServletRequest.html#getPathInfo()
The string is already decoded by the web container, and decoding it again
will cause the + to be replaced with ' '.
Files:
update: web/mast.jsp
update: web/rss.jsp
More information about the opengrok-discuss
mailing list