-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Demo rewrite rules prevent URL Session tracking #2675
Comments
None of the rewrite rules seem to do that. Are you sure they are not being removed by something within the ServletContext? |
Can't find anything in the webapps deployed with demo-base that remove the URL session tracking. What did you do to setup Session tracking? |
There's no override descriptor or custom default descriptor that changes it. |
Found it. This block of code eliminates the request parameters. So, if the RuleContainer exists, and has at least 1 rule, and is using default RewriteHandler configuration, the request URL parameters are removed by that block of code. |
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This issue has been automatically marked as stale because it has been a full year without activit. It will be closed if no further activity occurs. Thank you for your contributions. |
Closing in favor of #4329 |
One of the rewrite rules used in the demo-base is removing the URL parameters so that session URL tracking cannot be used.
The text was updated successfully, but these errors were encountered: