Modify ↓
Opened 14 years ago
Closed 14 years ago
#7632 closed defect (invalid)
Bug fix for _check_password() function
Reported by: | Yuri Subach | Owned by: | Noah Kantrowitz |
---|---|---|---|
Priority: | normal | Component: | HttpAuthPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
I am using HTTP Authorization header with my XMLRPC requests, but each request generated error in filter.py file. The reason was extra split() on Authorization header. It is not needed because get_header return clean value without header name.
Attachments (1)
Change History (2)
Changed 14 years ago by
Attachment: | check_password.diff added |
---|
comment:1 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Not needed, fixed my mistake in headers
Note: See
TracTickets for help on using
tickets.
Proposed fix, works for me in Trac 0.12