-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleanup DelayedDispatch handling. #9051 #12077
base: jetty-12.1.x
Are you sure you want to change the base?
Commits on Jul 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5d1a9f6 - Browse repository at this point
Copy the full SHA 5d1a9f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c07278 - Browse repository at this point
Copy the full SHA 8c07278View commit details
Commits on Aug 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 548770c - Browse repository at this point
Copy the full SHA 548770cView commit details
Commits on Aug 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ec0d325 - Browse repository at this point
Copy the full SHA ec0d325View commit details -
Merge remote-tracking branch 'origin/jetty-12.1.x' into experiment/je…
…tty-12.1.x/delayedDispatch
Configuration menu - View commit details
-
Copy full SHA for fb85057 - Browse repository at this point
Copy the full SHA fb85057View commit details -
Configuration menu - View commit details
-
Copy full SHA for da5f09f - Browse repository at this point
Copy the full SHA da5f09fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5993364 - Browse repository at this point
Copy the full SHA 5993364View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ef3d6e - Browse repository at this point
Copy the full SHA 3ef3d6eView commit details
Commits on Aug 8, 2024
-
PR #12077 - add test for DelayedHandler with multipart
Signed-off-by: Lachlan Roberts <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5ede88a - Browse repository at this point
Copy the full SHA 5ede88aView commit details -
Merge remote-tracking branch 'origin/experiment/jetty-12.1.x/delayedD…
…ispatch' into experiment/jetty-12.1.x/delayedDispatch
Configuration menu - View commit details
-
Copy full SHA for e8ab483 - Browse repository at this point
Copy the full SHA e8ab483View commit details
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9e1f431 - Browse repository at this point
Copy the full SHA 9e1f431View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0f5b7e - Browse repository at this point
Copy the full SHA e0f5b7eView commit details
Commits on Sep 12, 2024
-
Merge remote-tracking branch 'origin/jetty-12.1.x' into experiment/je…
…tty-12.1.x/delayedDispatch # Conflicts: # jetty-core/jetty-server/src/main/java/org/eclipse/jetty/server/internal/HttpConnection.java # jetty-core/jetty-tests/jetty-test-client-transports/src/test/java/org/eclipse/jetty/test/client/transport/AbstractTest.java # jetty-ee10/jetty-ee10-servlet/src/test/java/org/eclipse/jetty/ee10/servlet/ServletTest.java # jetty-ee11/jetty-ee11-servlet/src/test/java/org/eclipse/jetty/ee11/servlet/ServletTest.java # jetty-ee9/jetty-ee9-servlet/src/test/java/org/eclipse/jetty/ee9/servlet/ServletTest.java
Configuration menu - View commit details
-
Copy full SHA for b7c8bcb - Browse repository at this point
Copy the full SHA b7c8bcbView commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d4dcd6a - Browse repository at this point
Copy the full SHA d4dcd6aView commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9eb9e7d - Browse repository at this point
Copy the full SHA 9eb9e7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72ab339 - Browse repository at this point
Copy the full SHA 72ab339View commit details -
Configuration menu - View commit details
-
Copy full SHA for e45ecad - Browse repository at this point
Copy the full SHA e45ecadView commit details -
Configuration menu - View commit details
-
Copy full SHA for cac0d62 - Browse repository at this point
Copy the full SHA cac0d62View commit details -
Remove delayed dispatch, but keep other improvements
Configuration menu - View commit details
-
Copy full SHA for a585cfc - Browse repository at this point
Copy the full SHA a585cfcView commit details
Commits on Oct 3, 2024
-
Use lowercase for charsets #11741
Fix #11741 as per the WhatTFWG recommendations, use lower case for charset names. Took the opportunity for some minor optimizations: + use the already made HttpField instance in MimeTypes.Type rather than create a new one in the HttpParser.CACHE + keep the MimeType.Type associated with the pre encoded Content-Type fields
Configuration menu - View commit details
-
Copy full SHA for 8c33aa4 - Browse repository at this point
Copy the full SHA 8c33aa4View commit details
Commits on Oct 4, 2024
-
Use lowercase for charsets #11741
Fix #11741 as per the WhatTFWG recommendations, use lower case for charset names. Took the opportunity for some minor optimizations: + use the already made HttpField instance in MimeTypes.Type rather than create a new one in the HttpParser.CACHE + keep the MimeType.Type associated with the pre encoded Content-Type fields
Configuration menu - View commit details
-
Copy full SHA for ccec3e4 - Browse repository at this point
Copy the full SHA ccec3e4View commit details -
Use lowercase for charsets #11741
Fix #11741 as per the WhatTFWG recommendations, use lower case for charset names. Took the opportunity for some minor optimizations: + use the already made HttpField instance in MimeTypes.Type rather than create a new one in the HttpParser.CACHE + keep the MimeType.Type associated with the pre encoded Content-Type fields
Configuration menu - View commit details
-
Copy full SHA for 1001c31 - Browse repository at this point
Copy the full SHA 1001c31View commit details -
Use lowercase for charsets #11741
Fix #11741 as per the WhatTFWG recommendations, use lower case for charset names. Took the opportunity for some minor optimizations: + use the already made HttpField instance in MimeTypes.Type rather than create a new one in the HttpParser.CACHE + keep the MimeType.Type associated with the pre encoded Content-Type fields
Configuration menu - View commit details
-
Copy full SHA for 8c25183 - Browse repository at this point
Copy the full SHA 8c25183View commit details
Commits on Oct 6, 2024
-
Use lowercase for charsets #11741
Fix #11741 as per the WhatTFWG recommendations, use lower case for charset names. Took the opportunity for some minor optimizations: + use the already made HttpField instance in MimeTypes.Type rather than create a new one in the HttpParser.CACHE + keep the MimeType.Type associated with the pre encoded Content-Type fields
Configuration menu - View commit details
-
Copy full SHA for 3d7f5da - Browse repository at this point
Copy the full SHA 3d7f5daView commit details -
Use lowercase for charsets #11741
Fix #11741 as per the WhatTFWG recommendations, use lower case for charset names. Took the opportunity for some minor optimizations: + use the already made HttpField instance in MimeTypes.Type rather than create a new one in the HttpParser.CACHE + keep the MimeType.Type associated with the pre encoded Content-Type fields
Configuration menu - View commit details
-
Copy full SHA for 6c0b6f9 - Browse repository at this point
Copy the full SHA 6c0b6f9View commit details
Commits on Oct 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c87adb6 - Browse repository at this point
Copy the full SHA c87adb6View commit details
Commits on Oct 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1172d59 - Browse repository at this point
Copy the full SHA 1172d59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7913cbb - Browse repository at this point
Copy the full SHA 7913cbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33aaadb - Browse repository at this point
Copy the full SHA 33aaadbView commit details -
Merge branch 'fix/jetty-12.1.x/11741/mimetypes' into experiment/jetty…
…-12.1.x/delayedDispatch
Configuration menu - View commit details
-
Copy full SHA for 2cb7da6 - Browse repository at this point
Copy the full SHA 2cb7da6View commit details
Commits on Oct 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4c5be88 - Browse repository at this point
Copy the full SHA 4c5be88View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb37636 - Browse repository at this point
Copy the full SHA bb37636View commit details -
Configuration menu - View commit details
-
Copy full SHA for af81974 - Browse repository at this point
Copy the full SHA af81974View commit details
Commits on Oct 16, 2024
-
Merge branch 'jetty-12.1.x' into experiment/jetty-12.1.x/delayedDispatch
Signed-off-by: gregw <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 907da62 - Browse repository at this point
Copy the full SHA 907da62View commit details -
Configuration menu - View commit details
-
Copy full SHA for b48cfda - Browse repository at this point
Copy the full SHA b48cfdaView commit details
Commits on Oct 21, 2024
-
Merge remote-tracking branch 'origin/jetty-12.1.x' into experiment/je…
…tty-12.1.x/delayedDispatch
Configuration menu - View commit details
-
Copy full SHA for 039e1c9 - Browse repository at this point
Copy the full SHA 039e1c9View commit details
Commits on Oct 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ba98543 - Browse repository at this point
Copy the full SHA ba98543View commit details -
Configuration menu - View commit details
-
Copy full SHA for 472233b - Browse repository at this point
Copy the full SHA 472233bView commit details -
Merge remote-tracking branch 'origin/jetty-12.1.x' into experiment/je…
…tty-12.1.x/delayedDispatch
Configuration menu - View commit details
-
Copy full SHA for b32294e - Browse repository at this point
Copy the full SHA b32294eView commit details
Commits on Oct 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0dd3279 - Browse repository at this point
Copy the full SHA 0dd3279View commit details -
Configuration menu - View commit details
-
Copy full SHA for 346adea - Browse repository at this point
Copy the full SHA 346adeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for da8e70f - Browse repository at this point
Copy the full SHA da8e70fView commit details
Commits on Oct 24, 2024
-
Merge remote-tracking branch 'origin/jetty-12.1.x' into experiment/je…
…tty-12.1.x/delayedDispatch
Configuration menu - View commit details
-
Copy full SHA for 8ded76f - Browse repository at this point
Copy the full SHA 8ded76fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 847f06e - Browse repository at this point
Copy the full SHA 847f06eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9b1578 - Browse repository at this point
Copy the full SHA a9b1578View commit details
Commits on Oct 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 353a350 - Browse repository at this point
Copy the full SHA 353a350View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fc4aa1 - Browse repository at this point
Copy the full SHA 2fc4aa1View commit details
Commits on Oct 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f400278 - Browse repository at this point
Copy the full SHA f400278View commit details -
Merge remote-tracking branch 'origin/jetty-12.1.x' into experiment/je…
…tty-12.1.x/delayedDispatch
Configuration menu - View commit details
-
Copy full SHA for 4692460 - Browse repository at this point
Copy the full SHA 4692460View commit details
Commits on Oct 31, 2024
-
Merge branch 'jetty-12.1.x' into experiment/jetty-12.1.x/delayedDispatch
# Conflicts: # jetty-core/jetty-server/src/main/java/org/eclipse/jetty/server/handler/DelayedHandler.java # jetty-core/jetty-server/src/main/java/org/eclipse/jetty/server/internal/HttpConnection.java # jetty-core/jetty-server/src/test/java/org/eclipse/jetty/server/handler/DelayedHandlerTest.java
Configuration menu - View commit details
-
Copy full SHA for 775bef8 - Browse repository at this point
Copy the full SHA 775bef8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecbf249 - Browse repository at this point
Copy the full SHA ecbf249View commit details
Commits on Nov 4, 2024
-
Merge remote-tracking branch 'origin/jetty-12.1.x' into experiment/je…
…tty-12.1.x/delayedDispatch
Configuration menu - View commit details
-
Copy full SHA for 8fe31fe - Browse repository at this point
Copy the full SHA 8fe31feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0543ae0 - Browse repository at this point
Copy the full SHA 0543ae0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 687a7bc - Browse repository at this point
Copy the full SHA 687a7bcView commit details -
Merge remote-tracking branch 'origin/jetty-12.1.x' into experiment/je…
…tty-12.1.x/delayedDispatch # Conflicts: # jetty-core/jetty-http2/jetty-http2-server/src/main/java/org/eclipse/jetty/http2/server/internal/HTTP2ServerConnection.java # jetty-core/jetty-server/src/main/java/org/eclipse/jetty/server/HttpConnectionFactory.java
Configuration menu - View commit details
-
Copy full SHA for 7cae30e - Browse repository at this point
Copy the full SHA 7cae30eView commit details
Commits on Nov 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1657145 - Browse repository at this point
Copy the full SHA 1657145View commit details -
Merge remote-tracking branch 'origin/jetty-12.1.x' into experiment/je…
…tty-12.1.x/delayedDispatch
Configuration menu - View commit details
-
Copy full SHA for a9c709b - Browse repository at this point
Copy the full SHA a9c709bView commit details -
Configuration menu - View commit details
-
Copy full SHA for acfba41 - Browse repository at this point
Copy the full SHA acfba41View commit details
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1e838f7 - Browse repository at this point
Copy the full SHA 1e838f7View commit details