dff8fb6b90
* Issue #1327 - Removing non-standard (Microsoft only) %uXXXX support * Issue #1322 - Removing attempts at "solving" bad behavior in UrlEncoded + No longer captures NumberFormatException and Utf8Exception and NotUtf8Exception for purposes of "recovering" from a bad encoding. + Introduces UrlEncode.decodeHexChar() and .decodeHexByte() to make reporting of bad encoding more clear. * Issue #1316 - throw a BadMessageException on bad parameter parsing + If BadMessageException is uncaught by the webapp, this will result in an error 400 response message. + If an application decides to catch the BadMessageException, they can choose to ignore the exception and do their own error reporting. + This piggybacks on Issue #1327 and Issue #1322 |
||
---|---|---|
.. | ||
src | ||
pom.xml |