Tk Library Source Code

View Ticket
Login
Ticket UUID: 936064
Title: password:[email protected] not parsed
Type: Bug Version: None
Submitter: mic42 Created on: 2004-04-16 02:10:45
Subsystem: uri Assigned To: andreas_kupries
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2004-05-04 03:19:37
Resolution: Fixed Closed By: andreas_kupries
    Closed on: 2004-05-03 20:19:37
Description:
URI does not handle RFC2396 mentioned http style with
user:password included:

% uri::split http://foo:[email protected]:80/bla/
port {} path :[email protected]:80/ scheme http host foo query {}

Regexps get it wrong...

Michael
User Comments: andreas_kupries added on 2004-05-04 03:19:37:
Logged In: YES 
user_id=75003

I see, the RE does not handle the user information at all.
Fixed in CVS Head.

mic42 added on 2004-04-16 10:09:42:

File Added - 83893: uri.test.diff

mic42 added on 2004-04-16 10:08:30:

File Deleted - 83891: 



File Added - 83892: uri.tcl.diff

mic42 added on 2004-04-16 10:05:46:

File Added - 83891: uri.tcl

Attachments: