Tcl Library Source Code

View Ticket
Login
Ticket UUID: 6362dbd12b94ec655f7b9639216c03cd81f375e
Title: uri::split does not support Windows drives
Type: Bug Version: 1.2.6
Submitter: adrianmedranocalvo Created on: 2016-08-19 09:44:00
Subsystem: uri Assigned To: aku
Priority: 5 Medium Severity: Important
Status: Open Last Modified: 2016-08-31 22:52:29
Resolution: None Closed By: nobody
    Closed on:
Description:
Windows drive names are not supported by uri::split:

% ::uri::split T:/dir1/file1.txt file
unknown scheme 'T' in 'T:/dir1/file1.txt'

% ::uri::split file:///T:/dir1/file1.txt
path /T:/dir1/file1.txt scheme file
# should be
# path T:/dir1/file1.txt scheme file