-
Patch
-
Resolution: Fixed
-
Minor
-
None
Hi,
We're using Hudson with HTTP-based authentication. There are a few master->slave related issues:
- Code that waits for slave node has no timeouts...
- Due to HTTP auth, slave node will never restart since server will return 401.
- Connection is never closed (resources leak).
I'm attaching patch that fixed all of these issues here.
[JENKINS-6262] Fix restarting of Slave nodes with HTTP auth.
Assignee | New: Kohsuke Kawaguchi [ kohsuke ] | |
Issue Type | Original: Bug [ 1 ] | New: Patch [ 5 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JNJira [ 136355 ] | New: JNJira + In-Review [ 203991 ] |
Looks pretty good to me.. maybe a little longer on the timeout.
I'll assign to Kohsuke for final review and to commit. Thanks!