Actions
Bug #13711
openWFileUpload not working with Jetty 12
Start date:
04/24/2025
Due date:
% Done:
0%
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 13 days ago
- Status changed from InProgress to Review
- Assignee deleted (
Raf Pauwels)
Actions