Skip to content
This repository has been archived by the owner on May 28, 2018. It is now read-only.

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

Open
glassfishrobot opened this issue May 10, 2012 · 2 comments

Comments

@glassfishrobot
Copy link

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]

@glassfishrobot
Copy link
Author

Reported by @japod

@glassfishrobot
Copy link
Author

This issue was imported from java.net JIRA JERSEY-1134

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

No branches or pull requests

2 participants