-
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
Update Jetty 10 to use non-LEGACY Compliance Modes #3009
Comments
Proposed new default usage:
|
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
PR #3015 opened |
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
…Y-modes Issue #3009 - Defaulting to non-LEGACY compliance modes
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
Closing, completed in commit e908df9 |
API requests are failing with 403 AWS Signature Mismatch error post Jetty 10.0.12 upgrade .Setting HttpCompliance.LEGACY used to solve this error as shown below But now it fails in Jetty 10 again What exactly should be used to resolve this error in Jetty 10 ? org.eclipse.jetty.http.HttpCompliance.RFC7230 doesn't seem to help here |
@smitagarg1 I opened Issue #9674 to track this new concern |
Historically, in Jetty 9.x we used
LEGACY
as the default operational mode for the various Compliance modes.Starting in Jetty 10.x we should default to the current spec RFC.
This will impact Jetty code using ...
The text was updated successfully, but these errors were encountered: