Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 6.1.0
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
There is no current tunneling mechanism in Jetty 6.
Issue Links
| This issue is duplicated by: | ||||
| JETTY-261 | Jetty does not handle CONNECT method correctly |
|
|
|
It may be possible to achieve CONNECT handling in jetty 6 without a tunnel mechanism.
A CONNECT handler or Servlet should be able to access the HttpConnection and thus access the
underlying endpoint.
So data can be sent a received directly on that object - albiet without stream semantics.
That was the approach I am planning to investigate.... but a tunnel mechanism may still be required.