Community
Participate
Working Groups
I am running the latest code on a subdomain of orion.eclipse.org (http://binner.orion.eclipse.org:8080). I am getting errors in the console for the git-status.html page: Error: Unable to load http://localhost:8080/gitapi/commit/HEAD..3690e203c05fcea0eb5974709cbedc04da813f53/file/x/ status:0 var err = new Error("Unable to load...oArgs.url + " status:" + xhr.status); xhr.js (line 774) HTTP status code: 0 gitClient.js (line 714) Error: Unable to load http://localhost:8080/gitapi/commit/HEAD..3690e203c05fcea0eb5974709cbedc04da813f53/file/x/ status:0 var err = new Error("Unable to load...oArgs.url + " status:" + xhr.status); xhr.js (line 774) Error: Unable to load http://localhost:8080/gitapi/commit/HEAD..3690e203c05fcea0eb5974709cbedc04da813f53/file/x/ status:0 var err = new Error("Unable to load...oArgs.url + " status:" + xhr.status); xhr.js (line 774) Error: Unable to load http://localhost:8080/gitapi/commit/HEAD..3690e203c05fcea0eb5974709cbedc04da813f53/file/x/ status:0 var err = new Error("Unable to load...oArgs.url + " status:" + xhr.status); xhr.js (line 774) GET http://binner.orion.eclipse.org:8080/gitapi/remote/origin/master/file/x/ 200 OK 50ms xhr.js (line 880) POST http://binner.orion.eclipse.org:8080/gitapi/commit/3690e203c05fcea0eb5974709cbedc04da813f53/file/x/ 200 OK 50ms xhr.js (line 880) Error: Unable to load http://localhost:8080/gitapi/commit/3690e203c05fcea0eb5974709cbedc04da813f53..HEAD/file/x/ status:0 var err = new Error("Unable to load...oArgs.url + " status:" + xhr.status); xhr.js (line 774) HTTP status code: 0 gitClient.js (line 714) Error: Unable to load http://localhost:8080/gitapi/commit/3690e203c05fcea0eb5974709cbedc04da813f53..HEAD/file/x/ status:0 var err = new Error("Unable to load...oArgs.url + " status:" + xhr.status); xhr.js (line 774) Error: Unable to load http://localhost:8080/gitapi/commit/3690e203c05fcea0eb5974709cbedc04da813f53..HEAD/file/x/ status:0 var err = new Error("Unable to load...oArgs.url + " status:" + xhr.status); xhr.js (line 774) Error: Unable to load http://localhost:8080/gitapi/commit/3690e203c05fcea0eb5974709cbedc04da813f53..HEAD/file/x/ status:0 var err = new Error("Unable to load...oArgs.url + " status:" + xhr.status);
The problem here is that we need to proxy the Location: headers. ++fun
Fixed in HEAD. Reviewed by two Johns and Mark.