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.
Issue fork decoupled_router-3544914
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
Comment #3
alexpottComment #4
alexpottComment #5
alexpottFixed up the MR after recent changes...
Comment #6
mglamanLGTM!
Comment #7
mglamanMerged!