This repository has been archived by the owner on Oct 17, 2024. It is now read-only.
- Adds QueryStringBlockingFilter to prevent requests with query strings matching a patter with 403 Forbidden
- Adds GZipRequestFilter that decompresses HttpServletRequest.getInputStream when
Content-Encoding: gzip
request header is present