Vinuth Madinur wrote:
So, is there a way to manage jsessionid url rewrite to have something
like below?

As a path embed:

http://domain/context/servlet/AEGH12SEWF33RFFSF?queryparam1=v1

Or as a query parameter:

http://domain/context/servlet?jsessionid=AEGH12SEWF33RFFSF&queryparam1=v1


Is it possible to pass around sessionid in this way?
I believe one can implement its own version of HttpServletResponse#encodeURL and wrap original response in a filter.


--
Mikolaj Rydzewski <[EMAIL PROTECTED]>


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to