There are 5 updates, 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-8bed4681-36d1-4344-bc2c-036d6fe41077 XWIKI-23485 Reopened

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

 
View issue   ยท   Add comment
 

5 updates

 
cid:jira-generated-image-avatar-d6a6f739-c527-44e3-a72a-332a6b084f1f Changes by Thomas Mortagne on 08/Sep/25 15:22
 
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.

But according to the [documentation|https://stage.jetty.org/docs/jetty/12.1/
operations programming -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 better...
Assignee: Thomas Mortagne
Resolution: Fixed
Status: Closed Reopened
 
 

1 comment

 
cid:jira-generated-image-avatar-d6a6f739-c527-44e3-a72a-332a6b084f1f Thomas Mortagne on 08/Sep/25 15:22
 

But 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 better...

It does not really seem to work that well, actually.