We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It should always use POST.
The text was updated successfully, but these errors were encountered:
@nicolaferraro can you check that this is solved with the latest code based on undertow ?
Sorry, something went wrong.
Will write some integration tests
Forcing the method to get, it seems to change it to POST, but I cannot post without a body.. it fails because null cannot be converted to []byte.
null
[]byte
I think it's acceptable.
I'll add an additional check to validate methods and body
#161
Verified in integration tests
lburgazzoli
nicolaferraro
No branches or pull requests
It should always use POST.
The text was updated successfully, but these errors were encountered: