Ticket #658 (closed enhancement: fixed)
Add workaround for Python 2.6's HTTPBasicAuthHandler deficiencies
| Reported by: | hodgestar | Owned by: | hodgestar |
|---|---|---|---|
| Priority: | blocker | Milestone: | 0.6 |
| Component: | Build slave | Version: | 0.6b3 |
| Keywords: | Cc: | ||
| Operating System: |
Description
The fix for Python issue 3819 introduced an infinite recursion bug into Python 2.6.x that is triggered by attempting to connect using Basic authentication with a bad username and/or password. This class fixes the problem using the simple solution outlined in a comment on issue 8797.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

