Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jetty.maxFormKeys 设置无效 #118

Closed
liumaobudao opened this issue May 14, 2019 · 1 comment
Closed

jetty.maxFormKeys 设置无效 #118

liumaobudao opened this issue May 14, 2019 · 1 comment

Comments

@liumaobudao
Copy link

报错:java.lang.IllegalStateException: Form with too many keys [1001 > 1000]
at org.eclipse.jetty.util.UrlEncoded.decodeUtf8To(UrlEncoded.java:502)
at org.eclipse.jetty.util.UrlEncoded.decodeTo(UrlEncoded.java:577)
at org.eclipse.jetty.server.Request.extractFormParameters(Request.java:555)
at org.eclipse.jetty.server.Request.extractContentParameters(Request.java:478)
at org.eclipse.jetty.server.Request.getParameters(Request.java:387)
... 60 common frames omitted

然后,application.properties 中 设置jetty.maxFormKeys=-1 无效

@wendal
Copy link
Collaborator

wendal commented May 14, 2019

nutzam/nutzboot#168

@wendal wendal closed this as completed May 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants