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 |
Jump to:
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
Sounds a resonable feature that should be implemented. Are you able to provide a patch, please?
#2
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
Automatically closed -- issue fixed for 2 weeks with no activity.