| Summary: | HTTP authentication is buggy | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Petr Pisar <ppisar> |
| Component: | perl-HTTP-Tiny | Assignee: | Petr Pisar <ppisar> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 20 | CC: | perl-devel, ppisar |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://cpansearch.perl.org/src/DAGOLDEN/HTTP-Tiny-0.038/Changes | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-07-02 13:15:07 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
Upstream commits:
commit 7bb424df183e34ee16de433cb1e8c18a74b4b6cb
Author: David Golden <dagolden>
Date: Mon Oct 28 13:23:35 2013 -0400
unescape any basic authentication stanza
commit 2897ea97557aac4d310912237b076dc1b40858e0
Author: David Golden <dagolden>
Date: Mon Nov 18 12:45:06 2013 -0500
fix basic auth in URL overriding existing auth header
Basic authorization shouldn't be added if an authorization
header exists. The wrong header was being checked and this
commit fixes that.
perl-HTTP-Tiny-0.034-4.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/perl-HTTP-Tiny-0.034-4.fc20 perl-HTTP-Tiny-0.034-4.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |
0.034 introduced HTTP Basic authentication. Version 0.038 fixed accidential Authorization header rewrite, version 0.037 fixed escaping the credentials. These fixes should be fixed in F20: 0.038 2013-11-18 12:56:26 America/New_York [FIXED] - Fixed a bug where authentication parameters in the URL would override an existing Authorization header 0.037 2013-10-28 13:26:21 America/New_York [FIXED] - Basic authentication in the URL is now unescaped before being encoded into the authentication header