Single quotes in url does not work

jmn - September 26, 2006 - 20:41
Project:Go - url redirects
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:minor
Assigned:Unassigned
Status:closed
Description

I'm unsure if this is a "minor bug" or a "normal feature request"...

For historical reasons most of my url:s contain single quotes instead of duoble quotes.
This confuses the filter code.
Example:

<go href='http://www.sovrat.se/reklam/163_Id_kampanjer' target='new'>http://www.sovrat.se/reklam/163_Id_kampanjer</go>

Translates into
<a>http://www.sovrat.se/reklam/163_Id_kampanjer</a>

And creates no entry in database.

Replacing all single quotes with doubel quotes gives the proper output.

<a href="/go/www.sovrat.se/reklam/163_Id_kampanjer" target="new">http://www.sovrat.se/reklam/163_Id_kampanjer</a>

#1

hass - August 18, 2009 - 21:13
Version:4.7.x-1.x-dev» HEAD

Sounds a resonable feature that should be implemented. Are you able to provide a patch, please?

#2

hass - August 26, 2009 - 19:56
Version:HEAD» 6.x-1.x-dev
Status:active» fixed

This has been fixed in latest 5.x-1-4 and 6.x-1.1 release with the security patches for DRUPAL-SA-CONTRIB-2009-054

#3

System Message - September 9, 2009 - 20:00
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.