| Summary: | 401 HTTP request not handled | ||
|---|---|---|---|
| Product: | [Technology] JGit | Reporter: | Rodrigo Benenson <rodrigo.benenson> |
| Component: | JGit | Assignee: | Project Inbox <jgit.core-inbox> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | CC: | hl+eclipse, j, Lars.Vogel, lcf, matthias.sohn, rodrigo.benenson, stefan.lay |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Rodrigo Benenson
Could you retry with a recent version (0.8.0.x) from http://download.eclipse.org/egit/updates-nightly (p2 repository) ? (In reply to comment #1) > Could you retry with a recent version (0.8.0.x) from > http://download.eclipse.org/egit/updates-nightly (p2 repository) ? Hi. I hava tried to try it, but the dependencies to Mylyn WikiText cannot be resolved by my Eclipse JEE bundle installation. Why is there this dependency? Against what version do you test / build the nightly builds? oops, this wasn't intentionally introduced as an installation dependency, created bug 314707 (In reply to comment #3) No problem. Just give me a note (or close the bug ;) ) and I will give it a second try. bug 314707 should be fixed with build https://build.eclipse.org/hudson/job/egit/272/ Hi. I still have the "401 Authorization Required" problem. The steps I have done: 1. Fresh Eclipse Java SR2 "install" 2. CAcert.org root certificate imported to JRE keystore 3. Plugin installed via nightly build repo 4. Tried to connect to my test repository --> Could not login. To be sure I have re-checked the location by copying the URI into my browsers address bar. This worked. On server side I run a debian box, Apache 2 is used for https access and http basic authentication. 401 still there - tested on Eclipse 3.5.2, EGit 0.8.2.201006071534, JGit 0.8.2.201006071531, running on 32-bit Windows Vista SP2, JDK 1.6.0_20. No problem with authorization via browsers or "git clone". Server is Apache 2.2.15 - just basic HTTP and WebDAV setup. There is already an open bug. The feature (authentication over http(s) is simply not implemented yet. As a first solution we should disable the credential input fields in EGit. *** This bug has been marked as a duplicate of bug 296201 *** |