Skip to content

3.2.7

Compare
Choose a tag to compare
@mkjsix mkjsix released this 06 Jun 11:56
· 4354 commits to master since this release

Release 3.2.7

We've discovered a regression with undertow-core so we have reverted the dependency to version 1.4.22. The problem is evident when using filters in the querystring from browsers, as browsers do not encode the { and } chars while latest undertow-core apparently expects those chars to be uri-encoded. The problem was not evident when calling RESTHeart with httpie from command line.

  • 1b5bd90 - Revert undertow-core to 1.4.22.Final