Skip to content
This repository was archived by the owner on Oct 17, 2024. It is now read-only.

Releases: themotleyfool/jee-servlets

v1.4.0

16 Sep 15:59

Choose a tag to compare

  • 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

v1.3.0

03 Aug 19:37

Choose a tag to compare

Adds SlowResponseLoggingFilter to log requests that take longer than a configurable threshold to complete.

v1.2.1

28 Jul 17:42

Choose a tag to compare

Another fix for X-Powered-By filter: use request.getLocalPort() to use the real local port instead of port from request Host header.

v1.2.0

28 Jul 15:27

Choose a tag to compare

  • Adds MethodNotAllowedFilter to block some HTTP actions for security
  • Use hostname from system instead of repeating Host header from request on PoweredByResponseHeaderFilter

v1.1.1

17 Jun 19:20

Choose a tag to compare

Don't pass LocationInfo from incoming event so it won't be produced unless requested by downstream Layout.

v1.1.0

17 Jun 18:56

Choose a tag to compare

Includes ability to map HTTP Request Header to a differently named MDC property key.

Adds log4j layout for parsing MDC properties from messages.

v1.0.0

16 Jun 15:33

Choose a tag to compare

Tagging 1.0.0