Registering a servlet at "/" causes incorrect setting of servlet path and path info on request ----------------------------------------------------------------------------------------------
Key: PAXWEB-108 URL: http://issues.ops4j.org/jira/browse/PAXWEB-108 Project: Pax Web Issue Type: Bug Reporter: Niclas Hedhman Assignee: Alin Dreghiciu When a request of "/api/foo/bar" is made which matches to a servlet registered at "/api" the servlet path is correctly set as "/api" and the path info set to "/foo/bar". However if the same servlet is registered in exactly the same manner to "/" and a request is made to "/foo/bar" the servlet path is set to "/foo/bar" and the path info is null. The servlet is somehow being treated as though it was mounted against the exact uri that is being requested no matter what that uri is. Bryce Ewing -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.ops4j.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ general mailing list general@lists.ops4j.org http://lists.ops4j.org/mailman/listinfo/general