Conversation
…rts - bump up the default and a system property knob
| try { | ||
| System.setProperty("jackrabbit-server-PartHeaderSizeMax", "2048"); | ||
| buildRequestWithFilenameOfVaryingLength(1000); | ||
| System.setProperty("jackrabbit-server-PartHeaderSizeMax", "8192"); |
There was a problem hiding this comment.
nits: the method name testMultipartPostWithExtremelyLongFilenameNButHigherConfig contains the garbled fragment NButHigher. Since this PR modifies the method body, worth fixing the name too — the sibling is testMultipartPostWithExtremelyLongFilename, so the natural counterpart is testMultipartPostWithExtremelyLongFilenameWithHigherConfig.
There was a problem hiding this comment.
though not part of PR, but this method is not used, should be removed.
There was a problem hiding this comment.
Indeed, that'll be a different thing to test/fix.
…rts - bump up the default and a system property knob
|




…rts - bump up the default and a system property knob
(this is a band-aid for now; in the mid term we may want to move to the servlet Part API)