Tcl Library Source Code

Ticket Change Details
Login
Overview

Artifact ID: cdd597b1c3ae7157329688b3ae349cb80409cd38
Ticket: 6362dbd12b94ec655f7b9639216c03cd81f375ef
uri::split does not support Windows drives
User & Date: adrianmedranocalvo 2016-08-19 09:44:00
Changes

  1. assignee changed to: "nobody"
  2. closer changed to: "nobody"
  3. cmimetype changed to: "text/plain"
  4. comment changed to:
    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
    
  5. foundin changed to: "1.2.6"
  6. is_private changed to: "0"
  7. login: "adrianmedranocalvo"
  8. priority changed to: "5 Medium"
  9. private_contact changed to: "3410fe6f8504d01909e548b02e0cec50a5f7fab3"
  10. resolution changed to: "None"
  11. severity changed to: "Important"
  12. status changed to: "Open"
  13. submitter changed to: "adrianmedranocalvo"
  14. subsystem changed to: "uri"
  15. title changed to: "uri::split does not support Windows drives"
  16. type changed to: "Bug"