Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.5.3
-
None
Description
Wicket should not strip the jsessionid from resources' url before rendering them in the header.
If the application is configured to use url rewriting instead of cookie based storage of the jsessionid this strip causes a new WebSession for each request to a resource.
This is a revert of the change for WICKET-3724.
Attachments
Issue Links
- is broken by
-
WICKET-3724 Strip the jsessionid from the resource urls in Java instead of in wicket-ajax.js
- Resolved
- relates to
-
WICKET-4334 Prevent Wicket from causing redundant download of stateless resources (.js, .css etc.,) on browser with cookies enabled
- Resolved