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

The query string is stripped form compared url #656

Open
aik099 opened this issue Jun 20, 2015 · 2 comments
Open

The query string is stripped form compared url #656

aik099 opened this issue Jun 20, 2015 · 2 comments

Comments

@aik099
Copy link
Member

aik099 commented Jun 20, 2015

The WebAssert::cleanUrl method is stripping the query string (what comes after ?) in processed url, which makes it impossible to use query string data in assertions made in MinkExtension steps for url matching.

Related issue: #566

@mvorisek
Copy link
Contributor

It must be fixed as some apps use query string for routing.

This is definitely a bug, in the past, fragment was fixed #357. I would expect about the same fix for query string.

@aik099
Copy link
Member Author

aik099 commented Sep 12, 2022

@mvorisek , I agree. Please send a PR. Please also look into #566 about why currently it's implemented like this (like on purpose or not).

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

2 participants