https://issues.apache.org/bugzilla/show_bug.cgi?id=39740
--- Comment #7 from Christopher Schultz <[email protected]> 2011-02-08 15:42:11 EST --- Not that it's necessarily a good example, but Apache httpd does not recognize ";" as a query parameter separator, either. For instance, if you have a URL which contains a "jsessionid" parameter inserted before the "?" (which is of course how Tomcat constructs re-written URLs containing session ids), httpd is not capable of locating a file on the disk that matches (unless there is a file with a very unlikely name on the disk). Geez... these REST guys are never satisfied :) -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
