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>

Comments

hass’s picture

Version: 4.7.x-1.x-dev » master

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

hass’s picture

Version: master » 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

Status: Fixed » Closed (fixed)

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