Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
path.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Nov 2007 at 20:47 UTC
Updated:
29 Jul 2014 at 17:44 UTC
I'd been attempting to use URL aliases to alias to VIews exposed filter destinations which contain query parameters. Such aliases always generate 404's, which is caused by menu_execute_active_handler rejecting the alias. I've been told on IRC that path.module shouldn't accept such aliases, and it was rather confusing that it did (as I assumed another module was causing the problem).
So, I see two solutions. The optimal one would be to make path.module allow for destinations to contain parameters. The sub-optimal one would be to block such submissions in the UI.
Thoughts?
--Andrew
Comments
Comment #1
webchickI ran into this today. It's not logical as an end user why this doesn't work. I'd rather see us fix the problem, if possible.
Comment #2
deviantintegral commentedIt's understandable why we might want this to be in 7, but can 5 and 6 have their help text documentation update to note that use of query strings leads to undefined results?
--Andrew
Comment #3
dave reidMarked #225177: Full Path URL Alias as a duplicate of this issue.
Comment #4
dave reidComment #5
dave reidDuplicate of #118072: Allow query strings in URL aliases