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

[RESTEASY-3283] Add option to not throw a DefaultOptionsMethodExcepti… #3407

Merged
merged 1 commit into from
Feb 2, 2023

Conversation

jamezp
Copy link
Contributor

@jamezp jamezp commented Jan 31, 2023

…on when no OPTIONS method is found. Instead, just return the created response.

https://issues.redhat.com/browse/RESTEASY-3283

Upstream: #3406 Note there is different default behavior here. By default the upstream will not throw an exception and you must enable it. It's the opposite here in that an exception will be thrown by default and it needs to be turned off to not throw an exception.

@jamezp jamezp force-pushed the RESTEASY-3283-3.15 branch 2 times, most recently from 42fe107 to 8c53346 Compare January 31, 2023 23:47
…on when no OPTIONS method is found. Instead, just return the created response.

https://issues.redhat.com/browse/RESTEASY-3283
Signed-off-by: James R. Perkins <jperkins@redhat.com>
@jamezp jamezp merged commit fa02ba8 into resteasy:3.15 Feb 2, 2023
@jamezp jamezp deleted the RESTEASY-3283-3.15 branch February 2, 2023 23:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant