Skip to content
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

Allow Helidon server to properly implement Expect: 100-continue protocol #4912

Closed
3 tasks done
janotav opened this issue Sep 19, 2022 · 1 comment · Fixed by #5714, #5912 or #5965
Closed
3 tasks done

Allow Helidon server to properly implement Expect: 100-continue protocol #4912

janotav opened this issue Sep 19, 2022 · 1 comment · Fixed by #5714, #5912 or #5965
Assignees
Labels
bug Something isn't working P2 webserver

Comments

@janotav
Copy link

janotav commented Sep 19, 2022

Environment Details

  • Helidon Version: 2.5.2
  • Helidon SE
  • JDK version: 11
  • OS: Linux

Problem Description

When request with header "Expect: 100-continue" is received by Helidon server, it automatically responds with "100 Continue".

The webserver implementation must have means to respond with "417 Expectation Failed" if that is appropriate in given context.

This ticket partially responds to the question I originally raised as #4881

PRs:

@danielkec
Copy link
Contributor

Fixed

@m0mus m0mus added this to Backlog Aug 12, 2024
@m0mus m0mus moved this to Closed in Backlog Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment