After upgrading Drupal to 4.6.4 I notice errors in the store overview page. In all URIs ampersand is a & instead of &. None of these malformed links work. Still looking what could be the cause.
After upgrading Drupal to 4.6.4 I notice errors in the store overview page. In all URIs ampersand is a & instead of &. None of these malformed links work. Still looking what could be the cause.
Comments
Comment #1
ñull commentedSo far I discovered that it must have to do with the new filter_xss functions that clean URIs from malicious code. There is a line in this function that converts & to
&!! I wonder how to get around it. The URIs are formed using the l() function. Is there a way to turn off this checking?Comment #2
Timotheos commentedThis was a problem in 4.6.4 and one of the reasons there is now 4.6.5 http://drupal.org/drupal-4.6.5
Comment #3
ñull commentedI patched 4.6.4 with http://drupal.org/files/issues/check_url.patch
Comment #4
Eglish commentedSounds like fixed.
Comment #5
(not verified) commented