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

Mark Thomas <[email protected]> changed:

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

--- Comment #3 from Mark Thomas <[email protected]> ---
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to