Active
Project:
Image Assist
Version:
6.x-2.0-alpha4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Jul 2006 at 01:29 UTC
Updated:
5 Jun 2011 at 01:42 UTC
The new img_assist filter deforms link URLs which contain the ampersand character. It's replaced by the HTML character &
This completely destroys Google search links, Amazon affiliate links, etc.
Comments
Comment #1
darren ohComment #2
darren ohCan't reproduce in latest version.
Comment #3
igrok commentedI have this exact behavior occurring on my site. I don't know if it's a regression or a rare bug.
I'm using Image Assist 6.x-2.0-alpha4 on Drupal core 6.20.
The URL:
http://www.monitis.com/sharedPage.jsp?tI=FwzbdasGUkc9rAece6y%252BRw%253D%253D&uI=nln%252BlXflOCZ31zq2NZWw%25252FCK6ls%25252F2joX9Bf%252BYn2PoY48%253Dis being "sanitized" to:
http://www.monitis.com/sharedPage.jsp?tI=FwzbdasGUkc9rAece6y%252BRw%253D%253D&uI=nln%252BlXflOCZ31zq2NZWw%25252FCK6ls%25252F2joX9Bf%252BYn2PoY48%253DI presume the offending line is #1775 in img_assist.module:
What I find interesting is that this bug occurs whether I write the URL as
&or&. In other Drupal text fields, I can use either form and the links are generated correctly.Any suggestions?