Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 2334 by rob...@blenkinsopp.net: rbtools does not correctly escape
colons in passwords
http://code.google.com/p/reviewboard/issues/detail?id=2334
* NOTE: Do not post confidential information in this bug report. *
* If you need immediate support, please contact *
* reviewbo...@googlegroups.com *
What version are you running?
RBTools 0.4
What's the URL of the page containing the problem?
N/A
What steps will reproduce the problem?
1. Set your password to one containing colons
2. Attempt to use post-review
3.
What is the expected output? What do you see instead?
Should upload the diff, Got API Error 103 (HTTP code 401): You are not
logged in
What operating system are you using? What browser?
Ubuntu 11.04, Browser: N/A
Please provide any additional information below.
By wiresharking the HTTP Post request, in the case my username is "rob" and
password "my:password", post review attempts to use HTTP basic
authentication with the value:
"rob:my:password"
Which is erroneous and causes post-review to fail.
--
You received this message because you are subscribed to the Google Groups
"reviewboard-issues" group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/reviewboard-issues?hl=en.