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

Fix invalid url parsing #1061

Merged
merged 1 commit into from
Aug 30, 2024
Merged

Fix invalid url parsing #1061

merged 1 commit into from
Aug 30, 2024

Conversation

jaapio
Copy link
Member

@jaapio jaapio commented Aug 29, 2024

I did not found any specification where an URL can contain parenthesis in the url, nor we do have a test that fails on this case. If we need it anyway we can introduce it later on. But for now this fixes a bug where the fetch of a url is way to gredy.

I did not found any specification where an URL can contain parenthesis
in the url, nor we do have a test that fails on this case. If we need
it anyway we can introduce it later on. But for now this fixes a bug
where the fetch of a url is way to gredy.
@linawolf
Copy link
Contributor

Good solution!

@linawolf linawolf merged commit 075539c into main Aug 30, 2024
42 checks passed
@linawolf linawolf deleted the fix/url-extracting branch August 30, 2024 15:41
@phpdoc-bot
Copy link

💚 All backports created successfully

Status Branch Result
1.x

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation and see the Github Action logs for details

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

Successfully merging this pull request may close these issues.

3 participants