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 1dc2bc74580060d4f00dd4a45e02a70574a56672 #6246

Closed
wants to merge 1 commit into from
Closed

Fix 1dc2bc74580060d4f00dd4a45e02a70574a56672 #6246

wants to merge 1 commit into from

Conversation

envygeeks
Copy link
Contributor

That code violated the intention of this source, the intention of this source was to always serve html files before directories and only allow indexing in the case there is no clash.

That code violated the intention of this source, the intention of this source was to always serve html files before directories and only allow indexing in the case there is no clash.
@ashmaroli
Copy link
Member

/cc @jekyll/stability

@jekyllbot jekyllbot assigned ghost Jul 29, 2017
@@ -22,7 +22,7 @@ def initialize(server, root, callbacks)

def search_file(req, res, basename)
# /file.* > /file/index.html > /file.html
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you illustrate what this change does by modifying this comment?

/.html > /file > /file.html?

@parkr
Copy link
Member

parkr commented Jul 29, 2017

Trying to grok the new behaviour but don't quite understand the intentioned difference here. Could you please provide an example?

/cc the other PR which @envygeeks is fixing here #6231

@parkr
Copy link
Member

parkr commented Sep 21, 2017

Closing due to no response. Feel free to respond here and we can re-open.

@parkr parkr closed this Sep 21, 2017
@jekyll jekyll locked and limited conversation to collaborators Jan 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants