Changelog
- #11699 - new IllegalStateException when attempting to access Request/Response outside of Request Lifecycle
- #11687 -
HttpFields$Mutable$Wrapper.computeField()
incorrectly callsonAddField()
when null is returned bycomputeFn
- #11686 - Document the rewrite Jetty module.
- #11659 - HTTP Fields with OWS (Optional WhiteSpace) in value are not properly parsed in Jetty 12
- #11651 - Jetty 12.0.x refactor common maven plugin classes
- #11649 - NON_POOLING static ByteBufferPool
- #11648 - Introduce new HttpDateTime class for parsing obsolete Date formats in HTTP and Cookie
- #11642 - Restore jetty-ee8-runner
- #11639 - Introduce various aliases to start.jar options
- #11637 - Fix for some invalid server behaviors when a client is aborting a request
- #11616 - Distribution tests depends on jetty-home so ensure it is build first
- #11573 - Introduce new
disable-urlcache
module to globally disable JVM URL caching ofjar
protocol references - #11570 - update SizeLimitHandler with fixes needed for appengine tests
- #11566 - Move ClassMatcher to core to have a consistent fix for addServerClasses in all environments
- #11490 - CustomRequestLog.ignorePath doesn't work as documented
- #11488 - Inconsistent default port number in HttpURI and HostPort
- #11420 - HTTP/3 Race with Dynamic Table referencing in QPackDecoder
- #11026 - Start Stop issue with Jetty 12 - state file not deleted every time