Patches item #1235583, was opened at 2005-07-10 13:18
Message generated for change (Comment added) made by wimpunk
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=676130&aid=1235583&group_id=116817
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
>Category: None
>Group: None
>Status: Closed
Resolution: None
Priority: 5
Private: No
Submitted By: nicolas caval (batchy)
>Assigned to: darin (ddfisher)
Summary: encode_base64 : 'bad request' error with long passwords
Initial Comment:
the encode_base64 function split the output into lines
of 76 characters (suitable for MIME encoding in mails),
but the result string is simply concatenated to the
HTTP request, the http server complains about a bad and
unknown header
a patch is attached, it simply remove the stripping
part and add a newline to the output string to restore
old behaviour with short passwords
(sorry for my english and my little perl experience)
----------------------------------------------------------------------
>Comment By: wimpunk (wimpunk)
Date: 2007-10-17 20:46
Message:
Logged In: YES
user_id=722282
Originator: NO
If I understand ddfisher correctly, this bug is closed. and since it's a
patch, this is moved to the patches section.
----------------------------------------------------------------------
Comment By: darin (ddfisher)
Date: 2006-06-06 08:02
Message:
Logged In: YES
user_id=1534437
this patch has been incorporated
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=676130&aid=1235583&group_id=116817
|