We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
テストコード
if (!$_GET['redirect']) { SC_Response_Ex::reload(['redirect' => 1]); SC_Response_Ex::actionExit(); }
?debug=%E3%83%86%E3%82%B9%E3%83%88 にアクセスすると、 ?debug=%E3%83%86%E3%82%B9%E3%83%88&redirect=1 にリダイレクトされるべきところ、 ?debug=%25E3%2583%2586%25E3%2582%25B9%25E3%2583%2588&redirect=1 にリダイレクトされる。
?debug=%E3%83%86%E3%82%B9%E3%83%88
?debug=%E3%83%86%E3%82%B9%E3%83%88&redirect=1
?debug=%25E3%2583%2586%25E3%2582%25B9%25E3%2583%2588&redirect=1
The text was updated successfully, but these errors were encountered:
SC_Response::reload() 既存の問い合わせ文字列が二重でURLエンコードされる #574
6790dba
Merge pull request #575 from EC-CUBE/seasoft-574
49e630a
#575 で対応
Sorry, something went wrong.
seasoftjapan
No branches or pull requests
テストコード
?debug=%E3%83%86%E3%82%B9%E3%83%88
にアクセスすると、?debug=%E3%83%86%E3%82%B9%E3%83%88&redirect=1
にリダイレクトされるべきところ、?debug=%25E3%2583%2586%25E3%2582%25B9%25E3%2583%2588&redirect=1
にリダイレクトされる。The text was updated successfully, but these errors were encountered: