Actions
Bug #13767
openEncode URL manually if response is recycled
Start date:
06/05/2025
Due date:
% Done:
100%
Estimated time:
Description
In JWt, WebSession::appendSessionQuery() will manually construct and encoded URL if the response is null.
Some servlet containers invalidate Request and Response objects to be reused later, but do not discard them, for efficiency. Tomcat 9.0.35, for example, will throw a NullPointerException when calling most of the methods on the object, while Tomcat 9.0.105 will catch this case specifically and throw an IllegalStateException when trying to use any of the methods.
We can catch these cases and handle them just as where the Response would be null.
Updated by Raf Pauwels 5 months ago
- Status changed from InProgress to Review
- Assignee deleted (
Raf Pauwels)
Updated by Raf Pauwels 3 months ago
- Status changed from Review to Resolved
- Assignee changed from Romain Mardulyn to Raf Pauwels
Updated by Matthias Van Ceulebroeck 19 days ago
- Status changed from Resolved to InProgress
Updated by Raf Pauwels 19 days ago
- Status changed from InProgress to Review
- Assignee changed from Raf Pauwels to Matthias Van Ceulebroeck
Updated by Matthias Van Ceulebroeck 18 days ago
- Status changed from Review to Implemented @Emweb
- Assignee changed from Matthias Van Ceulebroeck to Raf Pauwels
- % Done changed from 0 to 100
Actions