-
-
Notifications
You must be signed in to change notification settings - Fork 447
fix using asterisk inside param regexp #57
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
Conversation
|
Doesn't this break backward compatibility with |
|
Sure, I guess in the technical sense, but I think I've heard enough from users that it is very unexpected that the stuff |
|
Yes, I agree. But that's the gist of |
b8d74ea to
888dbc1
Compare
No, because that breaks paths like |
|
@dougwilson Not since |
|
Ah I see. So you're saying if I were to try 1.2.x in Express right now, all our tests would just pass? |
|
@dougwilson No guarantees, since there's a lot of other fixes, but I can give it a try 👍 |
|
Darn it, we have an example with the path |
|
Just beat me to it. Yeah, that's the only major difference between |
|
Cool. I can't wait to get 5.0 out with 1.x. Thanks for keeping me honest :) |
This is my attempt at fixing expressjs/express#2495 in the 0.1.x series :)