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

Typo in org.eclipse.jetty.server.FormFields.from(Request, Charset) #12431

Closed
gnikolaidis opened this issue Oct 28, 2024 · 2 comments · Fixed by #12433
Closed

Typo in org.eclipse.jetty.server.FormFields.from(Request, Charset) #12431

gnikolaidis opened this issue Oct 28, 2024 · 2 comments · Fixed by #12433
Assignees

Comments

@gnikolaidis
Copy link

int maxLength = getContextAttribute(request.getContext(), FormFields.MAX_LENGTH_ATTRIBUTE, FormFields.MAX_FIELDS_DEFAULT);

Please change to FormFields.MAX_LENGTH_DEFAULT

@janbartel
Copy link
Contributor

See PR #12433

@gnikolaidis
Copy link
Author

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

2 participants