You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xwiki-platform-tools/xwiki-platform-tool-jetty/xwiki-platform-tool-jetty-resources/src/main/resources/jetty/etc/jetty.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@
87
87
<!-- TODO: Put back <Property name="jetty.httpConfig.uriCompliance" default="DEFAULT"/> instead of
88
88
RFC3986,AMBIGUOUS_PATH_ENCODING when we understand how to pass that value from xwiki.ini again.
89
89
See https://github.com/jetty/jetty.project/issues/12162 -->
Copy file name to clipboardExpand all lines: xwiki-platform-tools/xwiki-platform-tool-jetty/xwiki-platform-tool-jetty-resources/src/main/resources/start.d/xwiki.ini
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,8 @@ jetty.deploy.extractWars=false
28
28
## Jetty has added a protection in URLs so that encoded characters such as % are prohibited by default. Since
29
29
## XWiki uses them, we need to configure Jetty to allow for it. See
0 commit comments