Tcl Source Code

View Ticket
Login
Ticket UUID: 1353850
Title: http module can't handle some urls
Type: Patch Version: None
Submitter: matt-newman Created on: 2005-11-11 11:16:51
Subsystem: 29. http Package Assigned To: dkf
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2005-11-28 16:34:16
Resolution: Out of Date Closed By: dkf
    Closed on: 2005-11-28 09:34:16
Description:
A url containing an @ in the query portion, which is allowed by the 
RFCs (though not recommended) causes http::geturl to throw an 
error about an unsupported url.

The attached diffs fix the RE used to parse the url.

Matt
User Comments: dkf added on 2005-11-28 16:34:16:
Logged In: YES 
user_id=79902

Fixed in HEAD and 8.4 branch.

matt-newman added on 2005-11-11 18:16:54:

File Added - 155861: http.tcl.diff

Attachments: