[Bug 53623] Incorrect request properties after AsyncContext.dispatch

2012-08-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53623

--- Comment #4 from rstoyanc...@yahoo.com ---
Thanks for the quick turnaround!

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



[Bug 53623] Incorrect request properties after AsyncContext.dispatch

2012-08-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53623

Mark Thomas  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Mark Thomas  ---
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



[Bug 53623] Incorrect request properties after AsyncContext.dispatch

2012-08-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53623

--- Comment #2 from Mark Thomas  ---
*** Bug 53632 has been marked as a duplicate of this bug. ***

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



[Bug 53623] Incorrect request properties after AsyncContext.dispatch

2012-08-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53623

--- Comment #1 from Mark Thomas  ---
Thanks for the excellent test case. Very easy to work with.

I have the bug in the first scenario fixed. I'll look at the second scenario
next. It looks like the bug in the second and fourth scenario are related. I'll
commit the fixes once all the scenarios are working.

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