All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com
Bump to latest Jetty version (11.0.17 or equivalent)
- Bump to latest Jetty version (11.0.16 or equivalent)
- Bump to latest Jetty version (11.0.15 or equivalent)
- Bump to latest Jetty version (11.0.14 or equivalent)
- Bump to latest Jetty version (11.0.13 or equivalent)
- Update readme.md
- Rename slipway.auth to slipway.security
- Improve startup logging
- Permit configurable IdentityService
- Minor reflection fix
- Improve websocket config logging on startup
- Rename authz namespace to auth
- Remove explicit defaulting of Gzip content types
- Minor auth comment and realm configuration change
- Bump Jetty9 deps to latest
- Alignment of default configuration with previous versions
- Project structure reconfiguration and refactoring pre-public availability
- Bump Jetty versions to resolve CVE-2022-2047
- Set ContextPath to
/
instead of /*
to stop unnecessary logging of o.e.j.s.ServletContextHandler@3ed292ae{/,null,STOPPED} contextPath ends with /*
- SessionHandler: prefer
:session
key over :cookie
- Update exception for misconfigured hash login
- Add configuration option
:gzip-min-size
- Add
:cookie
option to configure org.eclipse.jetty.server.session.SessionHandler
auth handler
- Jetty9 - pass in response body in the case of WS upgrade error.
- Jetty9 - better handle edge cases of upgrading WebSockets.