Add implicit '/' to directories#23
Conversation
Something like this to fix pottava#22
|
Thanks for this, it gets me a little closer to what I want out of this project. However if I enable directory listings, this feature no longer works. I really need to learn Go...but any chance you can extend this PR so it takes precedence over directory listings? |
|
Ah sorry, I've just realised the dockerfile was building from git and not my local checked out changes. Your patch may indeed do what I need if I can work out how to build in into an image. |
|
This seems to do what I was looking for, but is probably terrible code... |
What about: ? It's more safe from "//" point of view. |
|
@antonu17 I like this very simple suggestion. It actually would solve a challenge running behind |
|
@pottava Any update on this PR? Is there anything left to do? |
Something like this to fix #22