-
Bug
-
Resolution: Done
-
Blocker
-
8.0.0.Beta1
-
None
-
Compatibility/Configuration
When configuring a servlet within your Java EE application, you can reach it via:
https://localhost/your_app_context/your_servlet_mapping
but not via:
https://localhost/your_app_context/your_servlet_mapping;jsessionid=whatever
You get a "Not Found" error message instead. This used to work under JBoss EAP 6.1.
- is related to
-
WFLY-2259 JSESSIONID in URL should be lowercase
- Closed