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

HTTP method PROPFIND changed to OTHER #6685

Open
k-oliver opened this issue Dec 7, 2021 · 0 comments
Open

HTTP method PROPFIND changed to OTHER #6685

k-oliver opened this issue Dec 7, 2021 · 0 comments

Comments

@k-oliver
Copy link

k-oliver commented Dec 7, 2021

When sending a request with the HTTP method PROPFIND (used for CalDAV calendar) the request method is changed to OTHER.

Expected Behavior

Send the HTTP method PROPFIND to the endpoint.

Current Behavior

It is not possible to define the HTTP method PROPFIND as gravitee uses hard coded enumerations for HTTP methods. This also includes the HTTP method OTHER which i guess is the placeholder for everthing unknown.

Possible Solution

Do not change the forwarded HTTP method in case of unknown HTTP methods.

Steps to Reproduce (for bugs)

image

Context

Not 100% shure but i think the problem came up after changing to gravitee 3.10.1.

Your Environment

gravitee 3.10.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant