https://bz.apache.org/bugzilla/show_bug.cgi?id=59641
--- Comment #1 from Violeta Georgieva <violet...@apache.org> --- (In reply to Robert from comment #0) > In a Jersey REST application I have one of the resources located under > "api/sys:App/{id}" path. When I request this path (/api/sys:App/13) from a > browser Jersey matches the URL and this request is processed. However if the > request is forwarded inside the container (in my case I use urlrewrite) the > request is being forwarded to "/api/sys%3AApp/13" and that does not match > the Jersey path. > > To forward the request urlrewrite gets the request dispatcher for this path > > dispatcher = request.getRequestDispatcher(toUrl) > > and requestURI in the dispatcher is encoded (it wasn't until 8.0.35 release) > see Bug 59317 And the latter is expected and was fixed as a result of the bug that you mentioned: http://docs.oracle.com/javaee/7/api/javax/servlet/http/HttpServletRequest.html#getRequestURI-- "... The web container does not decode this String. ..." Regards, Violeta -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org