Debugging a Browser Redirect Loop
Posted
by just_wes
on Stack Overflow
See other posts from Stack Overflow
or by just_wes
Published on 2010-03-08T21:41:57Z
Indexed on
2010/03/08
23:21 UTC
Read the original article
Hit count: 235
Hi all,
I am using CakePHP with the Auth and ACL components. My page loads fine for non-registered users, but if I try to log in as a registered user I get an infinite redirect loop in the browser.
I am sure that this is some sort of permissions problem, but the problem exists even for users who have permissions for everything. The only way to prevent this behavior is to allow '*' in my AppController's beforeFilter method.
What is the best way to debug this sort of problem?
Thanks!
© Stack Overflow or respective owner