Closed (fixed)
Project:
Link
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
2 Aug 2012 at 17:23 UTC
Updated:
4 Jan 2014 at 02:24 UTC
Jump to comment: Most recent
I have the need to link to a URL like http://www.somedomain.com/?somestring
The module is automatically appending an = sign to the end of the URL: http://www.somedomain.com/?somestring=
Unfortunately this makes the URL return a 404. I have no control over the link URLs.
Thanks,
Rich
Comments
Comment #1
jcfiala commentedWell, I can see that - I'm used to thinking of querystrings as being val1=val2 type doohickeys...
Comment #2
jcfiala commentedAh, it's what parse_str comes up with. I think I've got a solution for that.
Comment #3
jcfiala commentedOkay, I think I've got a fix for this up at 7.x-1.x-dev.