This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 54653 - HTTP Firewall Transconnecting
Summary: HTTP Firewall Transconnecting
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 4.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-08 09:22 UTC by _ pkuzel
Modified: 2007-01-04 17:14 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ pkuzel 2005-02-08 09:22:09 UTC
It's possible to use HTTP proxies to bypass
firewalls. Add option enabling it.

$ nc -l -p 3000
CONNECT netbeans.org:2401 HTTP/1.0
pragma: No-Cache
proxy-connection: Keep-Alive
user-agent: J2SSH Maverick
Comment 1 Maros Sandor 2005-02-08 09:29:20 UTC
We may also support https/socks4/socks5 proxies with pserver
connections on all platforms later.
Comment 2 _ pkuzel 2005-02-08 09:58:12 UTC
JRE already supports socks proxing, BUT it breaks localhost debugging
over sockets.

A proved connection library would be helpfull here.
Comment 3 _ pkuzel 2005-02-08 10:41:49 UTC
Response:

----IN-----------
HTTP/1.0 200 Connection established
Proxy-agent: Netscape-Proxy/3.51

----OUT----------
<ENTER>
----IN-----------
cvs [pserver aborted]: bad auth protocol start:

Connection closed by foreign host.
-----------------
Comment 4 Maros Sandor 2005-07-28 07:49:32 UTC
http/socks firewalls are supported in new CVS.