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 TRACE method requests are rejected with a 403, and enableTraceRequests="true" doesn't help #15263

Closed
andymc12 opened this issue Dec 10, 2020 · 0 comments · Fixed by #15264
Assignees
Labels
in:Web Components release bug This bug is present in a released version of Open Liberty release:21001 team:Wendigo West

Comments

@andymc12
Copy link
Contributor

When I attempt a TRACE request to a backend resource, I get:

$ curl http://localhost:9080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/trace -X TRACE
Error 403: Illegal request. Default implementation of TRACE not allowed.

From my understanding, I should be able to disable the TRACE rejection with this config setting:
<webContainer enableTraceRequests="true"/>

But that doesn't help - the issue is that the config property enableTraceRequests is lowercased, but then when it is checked at runtime, it still uses camel case. This should be a simple fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in:Web Components release bug This bug is present in a released version of Open Liberty release:21001 team:Wendigo West
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants