| Sep 3 |
Expand on the "wo-unhandled-response" marker |
hugi |
| Sep 3 |
Document the 2 GB request body limit as WO's, not a FIXME |
hugi |
| Sep 3 |
Discover the port from the first network connector, fail if there is … |
hugi |
| Sep 3 |
Split WebSocket support into its own module |
hugi |
| Aug 30 |
Honor WOListenQueueSize as the connector's accept queue size |
hugi |
| Aug 8 |
Update jetty v12.1.10 -> v12.1.12 |
hugi |
| Jul 7 |
Make the connector idle timeout configurable, with a front-end-friend… |
hugi |
| Jun 16 |
Remove redundant BufferedInputStream wrap on request body |
hugi |
| Jun 16 |
Fix repeated same-name request headers being silently dropped |
hugi |
| Jun 16 |
Fix unbounded request concurrency into WO; add QoSHandler backpressure |
hugi |
| Jun 3 |
Update jetty v12.1.9 -> v12.1.10 |
hugi |
| May 6 |
Update jetty v12.1.8 -> v12.1.9 |
hugi |
| Apr 10 |
Remove wonder dependency |
hugi |
| Apr 3 |
Update jetty v12.1.7 -> v12.1.8 |
hugi |
| Mar 30 |
Limit max number of virtual threads handled concurrently |
hugi |
| Mar 30 |
Use virtual threads for server's thread pool |
hugi |
| Mar 30 |
Don't parse HTTP header value as list before passing it to WORequest |
hugi |
| Mar 7 |
Update jetty v12.1.6 -> v12.1.7 |
hugi |
| Feb 2 |
Update jetty v12.1.5 -> v12.1.6 |
hugi |
| Jan 27 |
Pass control to the Jetty handler chain in case of unhandled request |
hugi |
| Jan 24 |
Cleanup in variable naming |
hugi |
| Dec 9, 2025 |
Update README |
hugi |
| Dec 8, 2025 |
Update jetty v12.1.4 -> v12.1.5 |
hugi |
| Nov 24, 2025 |
Updated README |
hugi |
| Nov 24, 2025 |
Renamed wo-jetty-adaptor to wo-adaptor-jetty |
hugi |
| Nov 19, 2025 |
Logger cleanup |
hugi |
| Nov 16, 2025 |
Allow delegation of Jetty server creation to the Application class |
hugi |
| Nov 16, 2025 |
Phrasing |
hugi |
| Nov 16, 2025 |
Invoke WOApplication.setPort() rather than setting the port property |
hugi |
| Nov 16, 2025 |
Hardly think we need to both log and throw |
hugi |
| Nov 15, 2025 |
Configure Jetty not to send the "server" header |
hugi |
| Nov 15, 2025 |
Special-case the set-cookie header when setting |
hugi |
| Nov 15, 2025 |
Notes on header construction |
hugi |
| Nov 15, 2025 |
A little cleanup in free port check |
hugi |
| Nov 15, 2025 |
Add notes on the WOHost issue |
hugi |
| Nov 15, 2025 |
A little logging cleanup |
hugi |
| Nov 15, 2025 |
Nicer behaviour and logging when Jetty picks a random port |
hugi |
| Nov 15, 2025 |
Implemented unregisterForEvents |
hugi |
| Nov 15, 2025 |
Add note on missing support for huge request bodies |
hugi |
| Nov 15, 2025 |
Document changes to copying headers from WOResponse to Jetty response |
hugi |
| Nov 15, 2025 |
Fix header processing logic |
hugi |
| Nov 15, 2025 |
Fix set-cookie header before serving it up |
hugi |
| Nov 15, 2025 |
Self explanatory method naming is nice |
hugi |
| Nov 15, 2025 |
Align port checking logic with WOAdaptorPlain |
hugi |
| Nov 14, 2025 |
Remove hacks for multiple host headers. Later. |
hugi |
| Nov 14, 2025 |
Tell Jetty to let the broken mutli-host-header request through |
hugi |
| Nov 14, 2025 |
Log headers |
hugi |
| Nov 14, 2025 |
Delete empty additional Host-header coming in from mod_WebObjects |
hugi |
| Nov 14, 2025 |
Eliminate duplicate host header workaround |
hugi |
| Nov 14, 2025 |
Temporarily allow duplicate host headers |
hugi |