Download & Extend

URL issue with "?" and "=" symbols

Project:Link Image Field
Version:6.x-1.0-beta2
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

Hi there,

whenever i set my url as link target, the url displays correctly on hover, but when i click it some characters are modified, resulting in a "page not found" error.

For example, the url i would like to reach is:

mysite.com/something/product.cgi?cdo=001GXRCP8LJNPXRV

but when i click on the image, i am taken to the following url:

mysite.com/something/product.cgi%3Fcdo%3D001GXRCP8LJNPXRV

How do i prevent this from happenning?

Regards,

Simon

Comments

#1

I would also love to know!

#2

+1

my problem is with & that become %26
Is possible to prevent this with some escape char?

Giacomo