Project

General

Profile

Actions

Bug #13711

open

WFileUpload not working with Jetty 12

Added by Raf Pauwels about 1 month ago. Updated 8 days ago.

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

Actions #1

Updated by Raf Pauwels about 1 month ago

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

Updated by Matthias Van Ceulebroeck 9 days ago

  • Assignee set to Matthias Van Ceulebroeck
Actions #3

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

Also available in: Atom PDF