Cool -- I got this error the other day when I created a filter -- mapped to /* -- that did a redirect to another page in my app -- can you guess the result? An HTTP Infinite Loop!
Håkon T Sønderland wrote:
I'm getting a curious error when I try to navigate in the browser (firefox 1.0RC) from the normal user interface to the administrative login of my struts application. The whole application is running under https.
I keep getting this error message (in a modal pop-up window):
"Redirection limit for this URL exceeded. Unable to load the requested page. This may be caused by cookies that are blocked."
(Cookies are fully allowed in my browser btw).
I have no idea where this is coming from, can't see anything in the application logs either.
So is this the browser? Or my application?
Any ideas appreciated as I'm a bit nervous this will happen in the wild.
Håkon
Yep. Redirection limit has always been an infinite loop every time I've seen it. Also, since you're using Firefox, add the excellent LiveHttpHeaders plugin. I've found it quite useful in looking at redirection issues.
http://livehttpheaders.mozdev.org
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]