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)

check_password.diff (600 bytes) - added by Yuri Subach 14 years ago.
Proposed fix, works for me in Trac 0.12

Download all attachments as: .zip

Change History (2)

Changed 14 years ago by Yuri Subach

Attachment: check_password.diff added

Proposed fix, works for me in Trac 0.12

comment:1 Changed 14 years ago by Yuri Subach

Resolution: invalid
Status: newclosed

Not needed, fixed my mistake in headers

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Noah Kantrowitz.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.