Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[DomCrawler] UriResolver support path with columns#52559

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
vdauchy wants to merge8 commits intosymfony:6.3fromvdauchy:6.3

Conversation

@vdauchy
Copy link
Contributor

QA
Branch?6.3
Bug fix?yes
New feature?no
Deprecations?no
IssuesFix UriResolver bad handling of column in path
LicenseMIT

Resolving links on pages using weird pagination like:https://localhost/domain/search/page:5 fails due to: making

var_dump(parse_url('/page:1', \PHP_URL_SCHEME));

Returnfalse (and not null as expected in the code).

This simply ensure the absolute URL is returned only if the SCHEME is found (ie a string is returned byparse_url).

@derrabus
Copy link
Member

Is 5.4 not affected by this bug?

@carsonbotcarsonbot changed the titleUriResolver support path with columns[DomCrawler] UriResolver support path with columnsNov 12, 2023
…derer)This PR was merged into the 5.4 branch.Discussion----------[Validator] Updated Lithuanian translations| Q             | A| ------------- | ---| Branch?       | 5.4| Bug fix?      | no| New feature?  | no| Deprecations? | no| Issues        |Fixsymfony#51948| License       | MITMissing Lithuanian translations with help from a native speaker.Commits-------5938c05 [Validator] updated Lithuanian translation
@vdauchy
Copy link
ContributorAuthor

@derrabus Fromhttps://github.com/symfony/symfony/blob/5.4/src/Symfony/Component/DomCrawler/UriResolver.php I think the but does exist in 5.4.

Shall I re-do the a PR targeting 5.4 branch then the patch will be automatically applied upstream ?

@derrabus
Copy link
Member

Yes, please target 5.4 then. No need to "re-do" the PR, just rebase this one and change the target.

@vdauchy
Copy link
ContributorAuthor

Moved to#52579

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

6.3

Development

Successfully merging this pull request may close these issues.

5 participants

@vdauchy@derrabus@carsonbot@thunderer@fabpot

[8]ページ先頭

©2009-2025 Movatter.jp