| Summary: | push authentication error checking | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | XinYi Jiang <xinyij> |
| Component: | Node | Assignee: | XinYi Jiang <xinyij> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | Silenio_Quarti |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| See Also: |
https://git.eclipse.org/r/72152 https://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=d313dc5803fd89972ebbd3e1a9585928cd1a1733 |
||
| Whiteboard: | |||
|
Description
XinYi Jiang
New Gerrit change created: https://git.eclipse.org/r/72152 How to reproduce in self local host: Simply make a commit and try to push it to origin/master remote, a "Too many redirects or authentication replays" error message will come up instead of a username/password input box. So in order to walk around the problem, we check if "authentication" is also in the error message, if it is, then the server will send a 401 respond which will allow client show the username/password input box to continue work properly. Gerrit change https://git.eclipse.org/r/72152 was merged to [master]. Commit: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=d313dc5803fd89972ebbd3e1a9585928cd1a1733 This has been fixed. |