Hi
In tomcat 6 trunk
At the point o.a.c.c.CoyoteAdapter#parseSessionId(org.apache.coyote.Request,
org.apache.catalina.connector.Request) gets called the context isn't
set in the o.a.c.c.Request parameter. This is set later in
#postParseRequest.
Is there any way that isn't too heavy to find the context earlier.
#postParseRequest does the following
connector.getMapper().map(serverName, decodedURI,
request.getMappingData());
Which maps the value.
I've tried connector.getMapper() but couldn't find a .getContext()
value on this object.
Would it be okay to move up the mapper line before parseSessionId ?
Regards,
Wes
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]