
| Key: |
JETTY-190
|
| Type: |
New Feature
|
| Status: |
Closed
|
| Resolution: |
Won't Fix
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Matthew Purland
|
| Votes: |
0
|
| Watchers: |
2
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Issue Links:
|
Duplicate
|
|
|
|
This issue is duplicated by:
|
|
JETTY-261
Jetty does not handle CONNECT method correctly
|
|
|
|
|
|
|
There is no current tunneling mechanism in Jetty 6.
|
|
Description
|
There is no current tunneling mechanism in Jetty 6. |
Show » |
Sort Order:
|
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.