Using the user login block on a panel that has simplecache enabled (per context, in my case), I am unable to log in to the site. It looks like it does the POST to the wrong destination, but I am unable to confirm that off-hand. When the panel is not cached, the user login works fine.
(I would've assigned this to the "Caching" component if it existed - guess that's been removed.)
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 604404-no-cache-post.patch | 1.79 KB | merlinofchaos |
Comments
Comment #1
merlinofchaos commentedI suspect caching is being used even though the request is a post, which actually would be a pretty serious bug. Need to look into this.
Comment #2
merlinofchaos commentedDoes this patch fix it?
Comment #3
EvanDonovan commentedIt did, thanks! I tested it both on my test site & in production.
Should I wait for another reviewer or RTBC this?
Comment #4
merlinofchaos commentedNot that many reviewers in the Panels queue. Committed to -dev. =)
Comment #5
EvanDonovan commentedThanks!