| Summary: | Redirect http://git.eclipse.org/r to https://git.eclipse.org/r | ||
|---|---|---|---|
| Product: | Community | Reporter: | Matthias Sohn <matthias.sohn> |
| Component: | Gerrit | Assignee: | Eclipse Webmaster <webmaster> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Mac OS X | ||
| Whiteboard: | |||
|
Description
Matthias Sohn
We already are re-writing HTTP requests for http://git.eclipse.org/r to HTTPS. This seems to work as I expect via FF and wget both locally and remote. However this page: http://lists-archives.com/git/666394-git-aware-http-transport.html indicates that JGit expects a 302/303 response. I've updated the apache configs to return that instead of a 301. Let me know if this needs more work. -M Looks good from here. |