Make download code comply with file: URL syntax

Bug #1046156 reported by Thomas Lotze
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Buildout
New
Undecided
Unassigned

Bug Description

According to <http://www.ietf.org/rfc/rfc1738.txt>, path segments in file: URLs are always separated by / regardless of the file path syntax of any particular operating system. The download code currently uses the URL path as the literal file-system path. Instead, it needs to split the path taken from the URL and os.path.join the segments.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.