Proxy autentication not sent

Having trouble installing Oxygen? Got a bug to report? Post it all here.
ernst

Proxy autentication not sent

Post by ernst »

Hi all

I have eclips 3M7 and oxygen 3.1_M6.

Because my PC is behind a Proxy I entered the appropriate proxy configuration. Unfortunately I still do get an HTTP 407 Error, which means that the proxy doesn't get any valid autentication data.

With the tcpTrace Tool I checked what is really sent to the proxy

Code: Select all


GET http://hibernate.sourceforge.net/hibernate-configuration-2.0.dtd HTTP/1.1
User-Agent: Java/1.4.1_03
Host: hibernate.sourceforge.net
Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
Proxy-Connection: keep-alive
My understanding of the log is, that no autentication data is sent to the proxy.

Any ideas?
Ernst
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post by sorin_ristache »

Thank you for reporting this bug. You are right, for some reason Eclipse doesn't send the authentication information to the proxy server. We are working on a fix.

Best regards,
Sorin
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post by sorin_ristache »

We already fixed the bug. The fix will be available in the next release of <oXygen/>.
Post Reply