Releases: youngmonkeys/ezyhttp
Releases · youngmonkeys/ezyhttp
Release version 1.4.6
Release version 1.4.4
Allow set request body size via server.max_request_body_size
Release version 1.4.3
- add
ViewContext.renderHtmlmethod
Release version 1.4.1
Add RequestUriManager.isAuthenticatableURI method
Full Changelog: v1.4.0...v1.4.1
Release version 1.4.0
What's Changed
Full Changelog: v1.3.9...v1.4.0
Release version 1.3.9
Set default UTF-8 encoding for thymeleaf
Release version 1.3.8
Fix the critical URITree's bug:
If we have 2 URIs:
- /{productCode}/checkout/shopping-cart
- /co-chua/product
Then user access /co-chua/checkout/shopping-cart, they can not because URITree.getMatchedURI recognizes co-chua first and not comeback to parse {productCode}.
Release version 1.3.7
Update jetty and tomcat to use X-Forwarded-Proto for case use proxy server.
Release version 1.3.6
Release version 1.3.5
http client upload