eclipse-ee4j / eclipse-ee4j/jersey
Introduce a config option to control TRACE method behavior in Grizzly HTTP container
Open
Component: containers
Priority: Minor
Type: New Feature
- Dominant language
- Java
- Stars
- 730
- Forks
- 382
- PR merge metrics
- No merged PRs in 30d
Description
In grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java
the following is used to make grizzly pass TRACE method handling to the registered http handler:
config.setPassTraceRequest(true);
Since grizzly has its own TRACE method implementation, it would be useful to introduce a Jersey configuration option
to enable it if the application does not want to provide its custom implementation:
config.setTraceEnabled(true)
#### Affected Versions
[2.21]
Contributor guide
Assessment
This issue has not been assessed yet.