Actions
Bug #13711
openWFileUpload not working with Jetty 12
Start date:
04/24/2025
Due date:
% Done:
100%
Estimated time:
Description
Running JWt in a modern servlet container such as Jetty 12 blocks requests to URLs with .
and path parameters because of their ambiguity. In JWt, some request URLs, e.g. when doing a file upload, are of the format .;jsessionid=[...]
.
Jetty allows to loosen the UriCompliance
, but that only affects the acceptance of the requests. Because of the internal calls that JWt does in the context of these requests, processing the request is still not possible.
Updated by Raf Pauwels about 1 month ago
- Status changed from InProgress to Review
- Assignee deleted (
Raf Pauwels)
Updated by Matthias Van Ceulebroeck 9 days ago
- Assignee set to Matthias Van Ceulebroeck
Updated by Matthias Van Ceulebroeck 8 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