jetty.project/documentation
Greg Wilkins c18e790858
Jetty 12 handler as boolean processor (#9035)
Alternative Handler architecture.

All Handlers are Processors, which now return a boolean to indicate the request has been accepted.
The request/response/callback are no longer modal, so there is no race with the boolean return.

Optimized PathMappings.
Avoid iterations if only ServletPathSpec instances
Avoid tests for empty mappings.
Better reset implementation
Improve suffix matching
Improve exact matching

Renamed HttpStream.getNanoTimeStamp() to getNanoTime().

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
Co-authored-by: Simone Bordet <simone.bordet@gmail.com>
2022-12-19 16:02:26 +01:00
..
jetty-asciidoctor-extensions Merged branch 'jetty-11.0.x' into 'jetty-12.0.x'. 2022-12-07 16:23:11 +01:00
jetty-documentation Jetty 12 handler as boolean processor (#9035) 2022-12-19 16:02:26 +01:00
pom.xml merge back release branch to bump version to 11.0.13-SNAPSHOT (#8594) 2022-09-16 19:50:26 +10:00