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パラメータの値が空の時に無限ループを繰り返す #139

Open
OkamotoMiki opened this issue Feb 1, 2023 · 0 comments
Open

Comments

@OkamotoMiki
Copy link

お世話になります。
4.2.2で修正をしていただいた無限ループの関連で、別の事例が確認できましたのでご報告いたします。
/sample/?test
や、
/sample/?test1=&test2=bbb
のように、値が指定されていないパラメータがある場合に無限ループを繰り返してしまいます。

/sample/?test1=&test2=bbbは、
リダイレクトをするたびに&&amp%3になり、下記のようなパスになります。
/sample/?test1&amp%3Bamp%3Bamp%3Bamp%3Bamp%3Btest2=bbb

こちらの事象も解消していただけますでしょうか。

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

No branches or pull requests

1 participant