/[Apache-SVN]
ViewVC logotype

Revision 1497474


Jump to revision: Previous Next
Author: violetagg
Date: Thu Jun 27 17:41:06 2013 UTC (10 years, 10 months ago)
Changed paths: 2
Log Message:
When calculating the path in AsyncContext.dispatch(), methods ServletRequest.getRequestURI and ServletRequest.getContextPath cannot be used. That's because the first one returns a string that is not decoded and not normalized, but the second one returns decoded string. Instead of this methods ServletRequest.getServletPath and ServletRequest.getPathInfo will be used as requestURI = contextPath + servletPath + pathInfo.

Changed paths

Path Details
Directorytomcat/trunk/java/org/apache/catalina/core/AsyncContextImpl.java modified , text changed
Directorytomcat/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26