Skip to content

Url builder fixes - #23636

Open
kocsismate wants to merge 7 commits into
php:masterfrom
kocsismate:url-builder-fixes
Open

Url builder fixes#23636
kocsismate wants to merge 7 commits into
php:masterfrom
kocsismate:url-builder-fixes

Conversation

@kocsismate

Copy link
Copy Markdown
Member

Several bugs/incompatibilities were found, each of them are now fixed in a separate commit.

Reject literal path, query and fragment delimiters before the hostname setter can silently discard the rest of the input.
Populate validation error details when a code is available, and initialize an empty errors array for other builder failures.
Rename the output argument to softErrors and clear it on error-free success. Preserve it on failure while including earlier soft errors in the exception. This makes the behavior consistent with parsing in the constructor.
Reject credentials and ports when a host becomes empty after normalization instead of silently discarding them. Perform validation once, after setting the host.
Keep empty components distinct from null so serialization retains the trailing question mark or hashmark.
Percent-encode only the space immediately preceding a query or fragment delimiter, retaining validation errors for every parsed space.
Preserve absent hosts for non-special URLs and initialize opaque paths directly. Protect path delimiters, report space errors and encode the space immediately before a query or fragment.
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.

1 participant