This issue has been created
There are 5 updates.
 
 
XWiki Platform / cid:jira-generated-image-avatar-5d2079ab-09af-4cf8-ad2e-5a52d9c09133 XWIKI-23485 Closed

Get rid of special jetty-ee*-web.xml files

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-b5eb36fd-c02e-4713-9c66-bfa58076f41f Thomas Mortagne created this issue on 27/Aug/25 10:32
 
Summary: Get rid of special jetty-ee*-web.xml files
Issue Type: cid:jira-generated-image-avatar-5d2079ab-09af-4cf8-ad2e-5a52d9c09133 Improvement
Affects Versions: 17.6.0
Assignee: Unassigned
Components: Web - Templates & Resources
Created: 27/Aug/25 10:32
Priority: cid:jira-generated-image-static-major-7d8caaa4-321f-46d6-92f5-5859e2f8dc81 Major
Reporter: Thomas Mortagne
Description:

We have custom configuration file for jetty in the WAR to set the maxFormContentSiz and maxFormKeys properties. It's quite annoying since we have to provide a different file for each version of jakarta ee.

According to the documentation, those two properties can also be configured in a much more generic way in the web.xml, which sounds a lot cleaner...

 
 

5 updates

 
cid:jira-generated-image-avatar-b5eb36fd-c02e-4713-9c66-bfa58076f41f Changes by Thomas Mortagne on 27/Aug/25 10:33
 
Fix Version: 17.8.0-rc-1
Description: We have custom configuration file for jetty in the WAR to set the maxFormContentSiz and maxFormKeys properties. It's quite annoying since we have to provide a different file for each version of jakarta ee.

According But according to the [documentation|https://stage.jetty.org/docs/jetty/12.1/operations-guide/security/configuring-form-size.html], those two properties can also be configured in a much more generic way in the web.xml, which sounds a lot cleaner better ...
Assignee: Thomas Mortagne
Resolution: Fixed
Status: Open Closed