Closed (fixed)
Project:
Iframe
Version:
6.x-1.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
3 Mar 2010 at 15:26 UTC
Updated:
10 Nov 2010 at 00:34 UTC
When i use a link of this type:
http://xxxxxxxxxxxx.com/xxxxxxx/xxxxx.htm?id={Axxxxxx-9xxx-4xxx-Bxxx-Bxxxxxxx}
it says the link is invalid.. anything I can do about this?
(yes I changed alot of character in the url with x'es for security reasons ;))
Thanks in advance!
Comments
Comment #1
neffets commentedFixed in iframe.module, extended the regexp for the query-part of the uri. (in CVS)
740c740
< $query = "(\/?\?([?a-z0-9+_|\-\.\/\\\\%=&,$'():;*@\[\]]*))";
---
> $query = "(\/?\?([?a-z0-9+_|\-\.\/\\\\%=&,$'():;*@\[\]\{\}]*))";
Comment #3
neffets commentedfixed in revision 6.x-1.7