-
Bug
-
Resolution: Fixed
-
Trivial
-
None
-
Windows Vista SP2 64bit, Java 1.6.0_20 64bit, running as Windows service
-
-
2.207
When Jenkins is set up behind a reverse proxy (such as IIS, nginx, etc.), when restarting, the page reloads too early.
This seems to boil down to the proxy HTTP error, 502, not being considered by applySafeRedirector() in hudson-behavior.js and loading.js
- links to
[JENKINS-6798] applySafeRedirector (e.g. on Hudson restarting page) reloads on 502 responses
Component/s | New: core [ 15593 ] | |
Component/s | Original: infrastructure [ 15687 ] |
Workflow | Original: JNJira [ 136893 ] | New: JNJira + In-Review [ 174600 ] |
Assignee | New: Vincent Latombe [ vlatombe ] |
Description |
Original:
I've set up Hudson to run as a service and be available through the IIS web server using its proxy extension; everything works great apart from restarting - it reloads the page way too early. This seems to boil down to the proxy HTTP error, 502, not being considered by applySafeRedirector() in hudson-behavior.js. |
New:
When Jenkins is set up behind a reverse proxy (such as IIS, nginx, etc.), when restarting, the page reloads too early. This seems to boil down to the proxy HTTP error, 502, not being considered by applySafeRedirector() in hudson-behavior.js. |
Not an INFRA issue, reassigned to the core