https://issues.apache.org/bugzilla/show_bug.cgi?id=53623

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Mark Thomas <ma...@apache.org> ---
This has been fixed in trunk and 7.0.x and will be included in 7.0.30 onwards.

The root cause was that Tomcat used the RequestDispatcher.include() to perform
async dispatches with some trickery to differentiate an include and a dispatch.
Wrapping the request (which also happens on a forward) was enough to break the
mechanism. A new, hopefulyl more robust, approach has been implemented and all
the provided tests (including those in the duplicate) now pass.

-- 
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

Reply via email to