Hi ! I use Tomcat 7 on my project and I have a problem related to this path parameter.
If I want to access a restricted area it results on a redirection to the following path /login;JSESSIONID=xxx The problem is that it leads to a 404 error page because /login page exists but this path doesn't exist. Today I use a filter as a workaround. It rewrites the uri transforming the path parameter in http parameter. Why not use directly a http parameter instead of a path parameter ? Any idea for a clean solution ? Thanks in advance fo your help. -- View this message in context: http://shiro-user.582556.n2.nabble.com/Shiro-Native-Sessions-JSESSIONID-or-JSESSIONID-tp7367217p7577460.html Sent from the Shiro User mailing list archive at Nabble.com.
