bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#868: marked as done ([PATCH] Make url-basic-auth support non-ascii


From: Emacs bug Tracking System
Subject: bug#868: marked as done ([PATCH] Make url-basic-auth support non-ascii passwords)
Date: Thu, 30 Oct 2008 15:15:03 -0700

Your message dated Thu, 30 Oct 2008 18:05:00 -0400
with message-id <gc1vxxu4c3.fsf@fencepost.gnu.org>
and subject line Re: Bug#868: Make url-basic-auth support non-ascii passwords
has caused the Emacs bug report #868,
regarding [PATCH] Make url-basic-auth support non-ascii passwords
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
868: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=868
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems
--- Begin Message --- Subject: [PATCH] Make url-basic-auth support non-ascii passwords Date: Tue, 02 Sep 2008 22:52:14 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix)
Package: emacs,url

Just making sure that this doesn't get lost.  Will get to it later...

--- Begin Message --- Subject: [PATCH] Make url-basic-auth support non-ascii passwords Date: Tue, 26 Aug 2008 19:23:56 +0300
Hi,

url-basic-auth uses base64-encode-string but the password string can
contain non-ascii characters. In which case encode-coding-string
should be used. Attached patch fixes the issue.

Regards,
ismail

-- 
Programmer Excuse #26: I suspect it's a bus collision.

Attachment: url-basic-auth-utf8.patch
Description: Text Data


--- End Message ---

--- End Message ---
--- Begin Message --- Subject: Re: Bug#868: Make url-basic-auth support non-ascii passwords Date: Thu, 30 Oct 2008 18:05:00 -0400 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
This was installed:

2008-10-20  Ismail Donmez  <ismail@namtrac.org>  (tiny change)

    * url-auth.el (url-basic-auth): Encode password string.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]