Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 368568 - [api] provide support for having repository and http authentication credentials the same
Summary: [api] provide support for having repository and http authentication credentia...
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: 3.7   Edit
Assignee: Steffen Pingel CLA
QA Contact: Steffen Pingel CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-13 12:09 EST by Shawn Minto CLA
Modified: 2012-01-14 08:41 EST (History)
0 users

See Also:


Attachments
mylyn/context/zip (47.51 KB, application/octet-stream)
2012-01-14 08:41 EST, Steffen Pingel CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Shawn Minto CLA 2012-01-13 12:09:34 EST
The case that I had in mind is when there is a 401 (http authenication required) but the user should be prompted for repository credentials instead of http authentication credentials. The basic case is that the http auth and repository credentials should be kept in sync.
Comment 1 Steffen Pingel CLA 2012-01-14 08:41:00 EST
I have added a new property "httpAuthenticationType" to CommonHttpClient that allows to configure the authentication type that is used to retrieve credentials from the location. If you set that to AuthentictaionType.REPOSITORY repository credentials will be used for HTTP auth.
Comment 2 Steffen Pingel CLA 2012-01-14 08:41:03 EST
Created attachment 209496 [details]
mylyn/context/zip