Task #1187
Bug #1186: double slash still compressed in mn.create()
change D1HttpRequest.getPathInfo method in metacat restservice
Start date:
2011-01-04
Due date:
% Done:
100%
Milestone:
Product Version:
*
Story Points:
Sprint:
Description
tomcat produces unreliable pathInfo, so the trick is to get the unmangled pathInfo from getRequestURI() instead (or lastPathElement?)
Related issues
History
#1 Updated by Rob Nahf almost 14 years ago
- Status changed from New to Closed
looks like lastPathElement (which is built from super.getRequestURI()), was already being used by decode, so this task is out of date.