3.2.7
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