There are 4 updates, 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-4f9e163c-559a-471d-aca5-79f661f4927a XWIKI-17551 Closed

Unable to create groups xwiki in JBoss Wildfly

 
View issue   ยท   Add comment
 

4 updates

 
cid:jira-generated-image-avatar-ee0811a8-ee39-4c69-9bfe-cb2cba1b7e87 Changes by Vincent Massol on 15/May/24 15:50
 
Summary: Unable to create groups xwiki in JBoss Wildfly
Fix Version: 16.4.0-rc-1
Resolution: Fixed
Status: Reopened Closed
 
 

1 comment

 
cid:jira-generated-image-avatar-ee0811a8-ee39-4c69-9bfe-cb2cba1b7e87 Vincent Massol on 15/May/24 15:49
 

The fix was to have XWikiServletResponse extends HttpServletResponseWrapper as this is checked by undertow, see https://github.com/undertow-io/undertow/blob/2.2.19.Final/servlet/src/main/java/io/undertow/servlet/spec/RequestDispatcherImpl.java#L162

See also: