Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Malformed Download URL due to UNC path #1

Open
merickson opened this issue Apr 17, 2013 · 0 comments
Open

Malformed Download URL due to UNC path #1

merickson opened this issue Apr 17, 2013 · 0 comments
Labels

Comments

@merickson
Copy link
Member

(referencing internal issue 2904)

Currently zipstream creates improperly long file names on Windows due to inappropriate use of splitdrive() on UNC paths. @rupole suggests just using os.path.split() instead, which should just work, as well as ensure we only encode the name of the directory and not the whole path.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant