Closed (fixed)
Project:
Thickbox
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
23 Sep 2008 at 00:39 UTC
Updated:
15 Apr 2009 at 07:07 UTC
If you write a login link like user/login?destination=node/82 and use login overloading, the link is rewritten incorrectly --> user/login/thickbox?height=230&width=250&?destination=node/98
Drupal now translates the ? into %3F in the XSS protection layer.
This patch should fix it.
http://lug.wsu.edu/~ben/drupal_fix_thickbox_jquery_regex.patch
Comments
Comment #1
frjo commentedCommitted to 6-dev with some modifications. Please check so it's still working for your use case. Thanks for the patch!
Comment #2
binford2k commentedActually, back it out. I misunderstood something about the l() function. thickbox was behaving appropriately.
My apologies.
Comment #3
frjo commented