Thanks for all the replies.

I can not go cookie way because application has to work without cookies.
I did lot of investigation but couldn't find why it is working in Tomcat 5
not in Tomcat 7.

At the end, I circumvented this issue with help of regular expressions in
urlrewrite filter. I wrote different regular expressions to identify
jsessionid and converted upper case request URI to lower case and again
appended jsessionid with new URI. 

But I have to take care of jsessionid in each of the rule I have written.
Hopefully, I will be able to optimize / find out better solution for the
same. 

>>>
>>>
Javed wrote:
> 
>>>>I was using Tomcat 5.0.28 before using Tomcat 7.0.16. The application
was working perfectly fine. >>>Recently, we have migrated from Tomcat 5 to
Tomcat 7.
> 
>>>>The application works fine for most of the part but gives problem with
URLRewriteFilter.
>>>>I have used URLRewriteFilter to convert Capital case request URI to
lowercase and SEO purpose.
>>>>The capital case convert rule looks like
> ..................
> 
>>>>-Javed Attar
>>>>

-- 
View this message in context: 
http://old.nabble.com/Tomcat-7-adds-jsessionid-in-request-URI-as-opposed-to-Tomcat-5-tp32192166p32448606.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to