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

Fix for signing on Windows (issue 2) #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

raff
Copy link

@raff raff commented Jul 31, 2013

path.filepath.Clean is SYSTEM DEPENDEND (and I suspect it changes "/" with "") but it's used in writeURI to "clean" a URL (with "/").

use path.Clean instead (but I didn't want to change all references to path, so I just "renamed" the "path" import to "filepath")

path.filepath.Clean is SYSTEM DEPENDEND (and I suspect it changes "/" with "\") but it's used in writeURI to "clean" a URL (with "/").

use path.Clean instead (but I didn't want to change all references to path, so I just "renamed" the "path" import to "filepath")
@raff
Copy link
Author

raff commented Jul 31, 2013

This is a fix for issue 2 (signing failes on Windows).

Feel free to merge and then update writeURI to use path.Clean directly (I didn't want to rename the path variable in order to use the path package)

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

Successfully merging this pull request may close these issues.

None yet

1 participant