Here is my problem. I realize that this most likely
stems from some IE stupidity, but is very annoying nevertheless.
My webapp is contained in a frame, and I have resolved the
events that lead to this error
The frame is bookmarked.
The browser is closed and reopened.
The bookmark is selected.
On this first hit, the server detects an infinite redirect,
and throws a stacktrace in the face of the user.
This does NOT happen if the servlet is bookmarked directly, which
is why I strongly suspect a browser bug.
This is annoying because I can't really say to my users
that my webapp must not be contained in a frame, that it cannot
be bookmarked, or that it is not viewable with IE 5.
Any thoughts?
There has been an error! Please review the exception below for more
information.
Get/Post Data:
template = ErrorScreen
redirected = true
The exception is:
java.lang.Exception: Infinite redirect detected...
at org.apache.turbine.Turbine.doGet(Turbine.java:268)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:503)
at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:597)
at
org.apache.tomcat.servlets.InvokerServlet.service(InvokerServlet.java:257)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:503)
at org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.java:160)
at
org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:338
)
at java.lang.Thread.run(Thread.java:479)>
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]