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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix path matching regex in post_url Liquid tag #8375

Merged
merged 1 commit into from
Sep 7, 2020

Conversation

ashmaroli
Copy link
Member

  • This is a 馃悰 bug fix.
  • I've added tests.

Summary

The existing path matching regex has a \x modifier in order to disregard whitespaces.
This patch fixes the issue by modifying the regex to be whitespace-sensitive.

Context

Resolves #8374
/cc @pekspro

@ashmaroli ashmaroli added this to the 4.2 milestone Sep 7, 2020
@ashmaroli
Copy link
Member Author

@jekyllbot: merge +bug

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.

post_url and subdirectories with spaces
3 participants