Problem/Motivation

I have a site with node 1 with the alias node_alias...

If I make a request for a path like node/1?foo=bar#frag the resolved URL will be /node_alias without the fragment and query string.

Steps to reproduce

See above

Proposed resolution

The resolved URL should maintain the query string and fragment.

Remaining tasks

None

User interface changes

None

API changes

None

Data model changes

Query string and fragments on path input are preserved on resolved URL output.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

alexpott created an issue. See original summary.

alexpott’s picture

Status: Active » Needs review
alexpott’s picture

Issue summary: View changes
alexpott’s picture

Fixed up the MR after recent changes...

mglaman’s picture

Status: Needs review » Reviewed & tested by the community

LGTM!

mglaman’s picture

Status: Reviewed & tested by the community » Fixed

Merged!

Now that this issue is closed, please review the contribution record.

As a contributor, attribute any organization helped you, or if you volunteered your own time.

Maintainers, please credit people who helped resolve this issue.

  • mglaman committed 400a2b54 on 2.x authored by alexpott
    [#3544914] feat: \Drupal\decoupled_router\EventSubscriber\...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.