Skip to content
Snippets Groups Projects
Commit d07d7e2b authored by Emily Littleworth's avatar Emily Littleworth Committed by Norman Maurer
Browse files

Return null in HttpPostRequestEncoder (#9352)

Motivation:

If the encoded value of a form element happens to exactly hit
the chunk limit (8096 bytes), the post request encoder will
throw a NullPointerException.

Modifications:

Catch the null case and return.

Result:

No NPE.
parent 30629932
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment