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