Pippo v1.13.1 Release Notes
Release Date: 2020-06-01 // over 4 years ago-
๐ Fixed
- โฌ๏ธ [#545]: Error after I upgraded from
1.12.0
to1.13.0
๐ Changed
โ Added
โ Removed
- โฌ๏ธ [#545]: Error after I upgraded from
Previous changes from v1.13.0
-
๐ Fixed
- [#457]: Closing the writer will close the stream as well
- [#496]: Do not call
channel.resumeReceives()
untilhandler.onOpen()
called - [#528]: NPE when use the route function in Pebble
- [#522]:
CryptoUtils.hmacDigest
unsafe with non-ascii inputs - [#523]: Fix Character Encoding/Content-Length Bug in
Response.commit(CharSequence)
- ๐ฆ [#530]: Controllers are not being located in subpackages/addControllers
- [#542]: Close
gzipOutputStream
after the usage - [#544]: Handle non-empty Path and empty method path
๐ Changed
- โก๏ธ [#491]: Update Undertow to 1.4.27.Final
- โก๏ธ [#492]: Update Tomcat to 8.5.38
- โก๏ธ [#494]: Update Jetty to 9.4.14.v20181114
- โฌ๏ธ [#510]: Upgrade FastJSON to 1.2.57
- [#532]: Improved
FileItemExtractor
- [#535]:
ContentTypeEngine
improvement - [#538]: Make
PippoFilter.createApplication
protected - โก๏ธ [#539]: Update JUnit to 4.13
โ Added
- ๐ [#499]: Feature/java 11 build
โ Removed