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

What is the reason for the urldecode on line 314? #3

Open
ghost opened this issue Jun 25, 2015 · 1 comment
Open

What is the reason for the urldecode on line 314? #3

ghost opened this issue Jun 25, 2015 · 1 comment

Comments

@ghost
Copy link

ghost commented Jun 25, 2015

Hello Dmitry,

I have found a possible bug in the pagebrowser. On line 314 you have this line:
$additionalParams = urldecode($this->cObj->getQueryArguments($queryConf));

I use the extension in combination with the SOLR extension. If someone searches for a string with an & in it, it gets encoded correctly the first time. If I click to the next page, the %26 in the URL is changed by the urldecode to an & and the query is no longer correct. If I remove the urldecode function, everything works as expected.

What is the reason of the urldecode function?

Thanks!

Best regards,

Hielke Jager
WIND Internet

@michalcyg
Copy link

Hi,
yes, I have exactly the same scenario with pagebrowse and solr.

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