eclipse-ee4j / eclipse-ee4j/jersey

Introduce a config option to control TRACE method behavior in Grizzly HTTP container

Open
#1,406 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.