Project

General

Profile

Actions

Bug #13711

open

WFileUpload not working with Jetty 12

Added by Raf Pauwels 13 days ago. Updated 13 days ago.

Status:
Review
Priority:
Normal
Assignee:
-
Target version:
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.

Actions #1

Updated by Raf Pauwels 13 days ago

  • Status changed from InProgress to Review
  • Assignee deleted (Raf Pauwels)
Actions

Also available in: Atom PDF