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.24 or equivalent)
Bump to latest Jetty version (11.0.23 or equivalent)
Bump to latest Jetty version (11.0.22 or equivalent)
Bump to latest Jetty version (11.0.21 or equivalent)
Bump to latest Jetty9 sponsored support version (9.4.54.v20240208) other Jetty versions remain the same at 11.0.20 or equivalent.
Bump to latest Jetty version (11.0.20 or equivalent)
Bump to latest Jetty version (11.0.19 or equivalent)
Bump to latest Jetty version (11.0.18 or equivalent)
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 ofo.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 configureorg.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.
- Initial release.