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

SC_Response::reload() 既存の問い合わせ文字列が二重でURLエンコードされる #574

Closed
seasoftjapan opened this issue Aug 3, 2022 · 1 comment
Assignees
Labels
Milestone

Comments

@seasoftjapan
Copy link
Contributor

テストコード

        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 にリダイレクトされる。

@seasoftjapan seasoftjapan self-assigned this Aug 4, 2022
chihiro-adachi added a commit that referenced this issue Sep 7, 2022
SC_Response::reload() 既存の問い合わせ文字列が二重でURLエンコードされる #574
@chihiro-adachi chihiro-adachi added this to the 2.17.3 milestone Sep 7, 2022
@chihiro-adachi
Copy link
Contributor

#575 で対応

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