Issue Details (XML | Word | Printable)

Key: JETTY-190
Type: New Feature New Feature
Status: Closed Closed
Resolution: Won't Fix
Priority: Major Major
Assignee: Unassigned
Reporter: Matthew Purland
Votes: 0
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
Jetty

Convert HttpTunnel and HttpMessage to Jetty 6

Created: 07/Dec/06 05:19 PM   Updated: 04/Sep/08 10:25 PM   Resolved: 04/Sep/08 10:25 PM
Component/s: None
Affects Version/s: 6.1.0
Fix Version/s: None

Time Tracking:
Not Specified

Issue Links:
Duplicate
 


 Description  « Hide

There is no current tunneling mechanism in Jetty 6.



Greg Wilkins added a comment - 08/Dec/06 03:27 AM

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.


Greg Wilkins added a comment - 01/May/08 10:55 PM

Up for grabs


Greg Wilkins added a comment - 04/Sep/08 10:25 PM

This is now way out of date.

We still do not have good connect support, but when we have a user asking for it, we will not do it this way.