Closed plicease closed 8 years ago
btw- I believe this used to work.
I think it is safe to ignore the appveyor failure. Strawberry isn't installing properly, and there isn't anything windows specific in this PR, but I will run the test suite on my strawberry to be sure.
This should address #161
Briefly, the issue is that:
exact_filename
we get the correct base URL because we look at the HTTP response on the index and will get the trailing slash if it is needed.exact_filename
we should append a trailing slash if it is not there already. I can't think of a time when you wouldn't want to do this.