AsyncContext.dispatch does not remember the query string of the request #4713
Labels
Specification
For all industry Specifications (IETF / Servlet / etc)
TCK
For various Specification Test Compatibility Kits (eg: Servlet, WebSocket, HTTP/2, etc)
jetty-10.0.x
TCK test com/sun/ts/tests/servlet/api/javax_servlet/asynccontext/URLClient.java#forwardTest1 fails. The test does a forward dispatch to a url like: "/AsyncTestServlet?testname=forwardDummy1". Inside the forward, Request.startAsync() is called followed by a AsyncContext.dispatch(). The URI that is used for the dispatch does not include the query string ?testname=forwardDummy1, causing the test to fail.
The text was updated successfully, but these errors were encountered: