Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 353316 - discovery fails on 3.7 behind NTLM proxies
Summary: discovery fails on 3.7 behind NTLM proxies
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 3.6.2   Edit
Assignee: Steffen Pingel CLA
QA Contact: Steffen Pingel CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-28 08:31 EDT by Steffen Pingel CLA
Modified: 2011-08-17 18:20 EDT (History)
0 users

See Also:


Attachments
mylyn/context/zip (60.04 KB, application/octet-stream)
2011-08-17 18:20 EDT, Steffen Pingel CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Steffen Pingel CLA 2011-07-28 08:31:13 EDT
On 3.7 discovery falls back to the HttpClient based transport mechanism which does not support NTLM authentication.

java.io.IOException: Cannot download http://dist.springsource.com/release/STS/discovery/directory-2.8.xml: HTTP response 407
	at org.eclipse.mylyn.internal.discovery.core.util.HttpClientTransportService.stream(HttpClientTransportService.java:133)
	at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.stream(WebUtil.java:161)
	at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.readResource(WebUtil.java:95)
	at org.eclipse.mylyn.internal.discovery.core.model.RemoteBundleDiscoveryStrategy.performDiscovery(RemoteBundleDiscoveryStrategy.java:107)
	at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery.performDiscovery(ConnectorDiscovery.java:115)
	at org.eclipse.mylyn.internal.discovery.ui.wizards.DiscoveryViewer$17.run(DiscoveryViewer.java:1489)
	at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Comment 1 Steffen Pingel CLA 2011-08-17 18:20:53 EDT
Added fall-back to p2 Transport service that was introduced in Eclipse 3.7.
Comment 2 Steffen Pingel CLA 2011-08-17 18:20:56 EDT
Created attachment 201680 [details]
mylyn/context/zip