Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xwiki-platform
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
XWiki
xwiki-platform
Commits
2f66dd07
Unverified
Commit
2f66dd07
authored
1 year ago
by
Vincent Massol
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
[Misc] Align comments
parent
ade6c7cc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/WEB-INF/jetty-web.xml
+4
-2
4 additions, 2 deletions
...ki-platform-web-war/src/main/webapp/WEB-INF/jetty-web.xml
with
4 additions
and
2 deletions
xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/WEB-INF/jetty-web.xml
+
4
−
2
View file @
2f66dd07
...
...
@@ -31,7 +31,9 @@
-->
<Set
name=
"maxFormContentSize"
>
1000000
</Set>
<!-- Increasing the maxFormKeys in order to be able to import correctly a full wiki (more than 1000 pages in 11.10).
The import should be fixed at a point to allow importing everything without creating a form with a field by page.
Once done this configuration can be removed. See https://jira.xwiki.org/browse/XWIKI-11597 for a follow up. -->
The import should be fixed at a point to allow importing everything without creating a form with a field by
page. Once done this configuration can be removed. See https://jira.xwiki.org/browse/XWIKI-11597 for a follow
up.
-->
<Set
name=
"maxFormKeys"
>
2000
</Set>
</Configure>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment