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

staticDir doesn't work if it ends with / #198

Closed
timotheecour opened this issue Apr 17, 2019 · 0 comments
Closed

staticDir doesn't work if it ends with / #198

timotheecour opened this issue Apr 17, 2019 · 0 comments

Comments

@timotheecour
Copy link
Contributor

timotheecour commented Apr 17, 2019

if staticDir is /foo/bar/ and there's a file in /foo/bar/baz.txt, a request for /baz.txt won't succeed.
(it works if staticDir is /foo/bar)

either jester should call doAssert staticDir == staticDir.normalizedPath somewhere in the code (where all code paths lead to) or allow it, as done in #197

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 a pull request may close this issue.

1 participant