-
-
Notifications
You must be signed in to change notification settings - Fork 382
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
Impossible to compile to + and * #58
Comments
I guess this isn't 100% right now. The issue is that it shouldn't have a slash in the path. If you want a slash with that, you need to pass an array like However, that begs the question of whether encoding it as I currently do is the correct behaviour since there would be no way to input an encoded slash right now. Perhaps either encoding it before validation or removing encoding? |
I think this is the same issue I am experiencing but I'm not sure. I want to define a route like |
@IsaiahJTurner It looks like a different issue. Plus signs that are by themselves have no semantic effect, it's just a plus sign. The match you are doing results with I don't have a perfect solution for you with this. Either you can add a plus sign as |
Forces the behavior to be consistent with path matching logic which does match against encoded paths. This is essentially the reverse. Closes pillarjs#58
The text was updated successfully, but these errors were encountered: