-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Issue #11387: Reintroduce MultiPartCompliance.LEGACY in ee9/ee8 * Correcting javadoc * Updating MultiPartCaptureTest to ... * Test with MultiPartFormData.Parser and MultiPart.Parser * Enable all test cases * base64 behaviors modified to not auto-decode base64 content * forms submitted without `_charset_` part (some using a different charset than UTF-8, like `Shift_JIS`) * Fixing checkstyle warning * Re-enable Part-ContainsContents expectations * Rename MultiPartCompliance.NO_CRLF_AFTER_PREAMBLE to WHITESPACE_BEFORE_BOUNDARY to fit spec better * Make ee9/ee8 legacy parser use legacy tokenization * Testing ee9/ee8 legacy parser base64 auto-decoding behaviors * Cleanup jetty-test-multipart class naming * Adding ee10 tests against raw multipart examples * Adding shorter whitespace multipart test * Adding jetty-core version of failing ee10 tests * Fixed missed notification for CR content in case of 1 chunk ending with CR and the next chunk ending with LF. * Removed internal unused class MultiPartParser. * Adding MultiPartCompliance.Violation events + in MultiPart.Parser + in MultiPartFormData.Parser * lenient mode behavior * new name fits violation better + adding violation to MultiPart.Parser.parseHeaderStart * some simple cleanup of new ee9 code Signed-off-by: Simone Bordet <simone.bordet@gmail.com> Co-authored-by: Simone Bordet <simone.bordet@gmail.com>
- Loading branch information
Showing
279 changed files
with
3,285 additions
and
214,447 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.