Skip to content

v0.8.1

Compare
Choose a tag to compare
@dlecan dlecan released this 03 Jul 11:04
· 384 commits to develop since this release

Core

  • Enhancements
    • Servlet 2.5 synctimeout value is now a configuration parameter (#103)
    • Query strings are now extracted from HttpServletRequest#getQueryString() instead of HttpServletRequest#getParameterMap() to be more compliant with Servlet specification (getParameterMap and getInputstream shouldn't be used together) (#104)