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

URL with encoded "/" or "?" cannot be redirected #152

Open
yunbozhang-msft opened this issue Nov 19, 2018 · 1 comment
Open

URL with encoded "/" or "?" cannot be redirected #152

yunbozhang-msft opened this issue Nov 19, 2018 · 1 comment
Labels

Comments

@yunbozhang-msft
Copy link

yunbozhang-msft commented Nov 19, 2018

Hi dsmiley,

My request url is :
http://localhost:3000/test%3F/test%3F
http://localhost:3000/test%2F/test%2F

But the request is not found.
Could you give me some suggestions about this?
Thanks!

@dsmiley
Copy link
Collaborator

dsmiley commented Nov 19, 2018

Aha; this does appear to be a bug. I added these to ProxyServletTest.testUrlSuffixes and I see that testGet fails. Care to investigate & fix? I'm more of a steward of the project these days, trying to get contributors to do the real work.

@dsmiley dsmiley added the bug label Nov 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants