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: handle url-encoded slashes case-insensitively #57

Merged
merged 1 commit into from Aug 4, 2022

Conversation

iliaaw
Copy link
Contributor

@iliaaw iliaaw commented Aug 4, 2022

Hi,

package names that have URL-encoded slash in uppecase (i.e. @babel%2Fcore) are not processed by middlewares because they don't match the regex. I fixed the regexes.

  • New code is covered by tests
  • All the changes are mentioned in docs (readme.md)

@antongolub
Copy link
Owner

antongolub commented Aug 4, 2022

Nice catch, thanks a lot.

@antongolub antongolub merged commit ef9a937 into antongolub:master Aug 4, 2022
@antongolub
Copy link
Owner

🎉 This PR is included in version 1.25.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants