Re: Getting the context's session-tracking URI parameter name

2015-04-14 Thread Christopher Schultz
Konstantin, On 4/14/15 7:36 PM, Konstantin Kolinko wrote: > 2015-04-15 1:09 GMT+03:00 Christopher Schultz : >> All, >> >> I need to get the context's session-tracking URI parameter name from >> within a Valve, and it looks like this is the right (static) call: >> >> o.a.c.util.SessionConfig.getSes

Re: Getting the context's session-tracking URI parameter name

2015-04-14 Thread Konstantin Kolinko
2015-04-15 1:09 GMT+03:00 Christopher Schultz : > All, > > I need to get the context's session-tracking URI parameter name from > within a Valve, and it looks like this is the right (static) call: > > o.a.c.util.SessionConfig.getSessionUriParamName(request.getContext()); > > =2E.. but a quick readi

Getting the context's session-tracking URI parameter name

2015-04-14 Thread Christopher Schultz
All, I need to get the context's session-tracking URI parameter name from within a Valve, and it looks like this is the right (static) call: o.a.c.util.SessionConfig.getSessionUriParamName(request.getContext()); =2E.. but a quick reading of the code in there seems to reveal a copy/paste error: