Re: Finding the context of a Request at the point of parsing session

2010-08-29 Thread Konstantin Kolinko
2010/8/30 Wesley Acheson : > 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 the

Finding the context of a Request at the point of parsing session

2010-08-29 Thread Wesley Acheson
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