Chenjp opened a new pull request, #472:
URL: https://github.com/apache/commons-fileupload/pull/472

   Issue: decoded text does not conform rfc2231 was incorrectly decoded, e.g., 
`utf-8''%3\u8a35` -> `5`
   
   Expectation: illegal format.
   
   Code change: check the next 2 chars after percent %, ensure %HH format per 
RFC 2231, raise iae if not.
   
   Testcase attached.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to