
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Tomcat 5.0.28, WinXP Pro, JDK 1.4.2_06
|
|
| Resolution Date: |
24/May/05 11:12 AM
|
|
I'm unable to use url rewriting as fallback for session tracking when cookies are disabled.
The "jsessionid" variable is correctly created after login and contained in the URL until LoginServlet posts "j_username" and "j_password" to the "j_security_check" resource, where it disappears.
Output of LoginServlet:
<html><body onLoad='document.forms["login"].submit();'><form id='login' method='POST' action='j_security_check;jsessionid=7F0028911F22D12A1950ACF3A7346AC4'><input type='hidden' name='j_username' value='admin'><input type='hidden' name='j_password' value='test'></form></body></html>
|
|
Description
|
I'm unable to use url rewriting as fallback for session tracking when cookies are disabled.
The "jsessionid" variable is correctly created after login and contained in the URL until LoginServlet posts "j_username" and "j_password" to the "j_security_check" resource, where it disappears.
Output of LoginServlet:
<html><body onLoad='document.forms["login"].submit();'><form id='login' method='POST' action='j_security_check;jsessionid=7F0028911F22D12A1950ACF3A7346AC4'><input type='hidden' name='j_username' value='admin'><input type='hidden' name='j_password' value='test'></form></body></html>
|
Show » |
| There are no subversion log entries for this issue yet.
|
|