Closed (duplicate)
Project:
Link
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Oct 2010 at 08:24 UTC
Updated:
5 Dec 2010 at 16:46 UTC
Jump to comment: Most recent file
Comments
Comment #1
tekante commentedTesting out the attached patch, I found that the query string appears to be stripped from the URL when being displayed. It appears in the display text but the actual URL linked to does not contain the query string portion. This was tested using the following link: http://sports.espn.go.com/new-york/mlb/news/story?id=5725982
The attached patch includes the correction for the error during save and corrects the error during display by removing the line that transforms the URL to the base portion only. I have doubts as to whether this is the correct solution but I have not found a way to store the query (in the attributes for example) and then reapply it on display.
Comment #2
jcarlson34 commented@tekante Your patch in #1 solved many errors I was receiving thanks to queries in my urls. Thanks!
Comment #3
jcfiala commentedLooks like this is a duplicate of #955214: Passing in query as string leads to fatal errors, which has been fixed and committed.