jetty / jetty.project

Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
https://eclipse.dev/jetty
Other
3.86k stars 1.91k forks source link

Issue #12431 use MAX_LENGTH_DEFAULT not MAX_FIELDS_DEFAULT #12433

Closed janbartel closed 2 weeks ago

janbartel commented 2 weeks ago

Closes #12431

Typo in FormFields.from(Request,Charset) for MAX_LENGTH_ATTRIBUTE : should be MAX_LENGTH_DEFAULT not MAX_FIELDS_DEFAULT.