-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Special URL will cause URL Malformed error which broke the asterisk match, this especially impact SSR mode. #2722
Comments
@posva Sorry, Looks like not same issue, please double-check my issue, thanks so much. |
@posva I think every url can be matched in asterisk match rule. |
Ok, I will take a look!
…On Thu, Apr 18, 2019 at 4:45 AM luckyzhou ***@***.***> wrote:
@posva <https://github.com/posva> I think every url can be matched in
asterisk match rule.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2722 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAFCE4IFUZIBGIUAXD4CKTLPQ7OFXANCNFSM4HGRZYWA>
.
--
Eduardo San Martin Morote
|
Right now you would have to escape the %25 with something like %2525 and then decode that in your code to get the real value I will create another issue to track the problem with % Edit: this should be fixale in current version. I was confused with problems regarding query params which are encoded differently |
@posva Hi, thanks so much, this special URL is provided by someone who was scanning my website and try to find vulnerability. So i can't avoid to use this url. I attempted to investigate the code, |
Version
3.0.6
Reproduction link
https://codesandbox.io/s/wq6llvoxr7?fontsize=14
Steps to reproduce
http://localhost:3000/a'a'b"c>%3f>%25%7D%7D%25%25>c<[[%3f$%7B%7B%25%7D%7Dcake//property
What is expected?
What is actually happening?
This url will cause SSR can't render correct asterisk matched page.
The text was updated successfully, but these errors were encountered: