Issue Details (XML | Word | Printable)

Key: XMLRPC-106
Type: Bug Bug
Status: Closed Closed
Resolution: Duplicate
Priority: Major Major
Assignee: Unassigned
Reporter: Julio Francisco Veronelli
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
XML-RPC

Basic Authentication bug

Created: 21/Aug/06 08:56 PM   Updated: 05/Oct/06 08:58 PM
Return to search
Component/s: Source
Affects Version/s: 3.0rc1
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments:
  Size
Text File HttpUtil.patch 2006-08-21 08:56 PM Julio Francisco Veronelli 0.5 kB
Issue Links:
Duplicate
 

Resolution Date: 21/Aug/06 09:00 PM


 Description  « Hide
Basic Authentication is not working correctly. Explanation:

The Base64 encoder inserts carriage-returns (\n) every 76 characters. But, the HTTP header of Basic Authentication does not allow carriage-returns or line-feeds inside the encoded data.

Here's a patch to fix this bug, by taking out all carriage returns inserted by the Base64 encoder.

Cheers.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Jochen Wiedmann made changes - 21/Aug/06 08:59 PM
Field Original Value New Value
Link This issue duplicates XMLRPC-103 [ XMLRPC-103 ]
Jochen Wiedmann made changes - 21/Aug/06 09:00 PM
Resolution Duplicate [ 3 ]
Status Open [ 1 ] Resolved [ 5 ]
Jochen Wiedmann made changes - 05/Oct/06 08:58 PM
Status Resolved [ 5 ] Closed [ 6 ]