On Tue, April 16, 2013, Martin Grigorov wrote: > I'm not sure what redirect you mean.
I was referring to the fact that the error page was called here: | ERROR 2013-04-15T12:29:35 [http-thread-pool-443-(36)] my.company.app.ui.pages.error.ErrorPage [USER.8619] [/attachment/ARTICLE/540214/5/KN_120831_APP_015.JPG] >>>> An internal server error occured | org.apache.wicket.protocol.http.servlet.ResponseIOException: org.apache.catalina.connector.ClientAbortException: java.io.IOException: Broken pipe | at org.apache.wicket.protocol.http.servlet.ServletWebResponse.write(ServletWebResponse.java:126) ~[wicket-core-6.6.0.jar:6.6.0] | [...] > If the error is the same as the one I'm talking about then you can safely > ignore these errors. Your users do not see any problems at client side. Is there any reliable way to detect these 'ignorable' errors? If yes, I'd like to suppress the calls to ErrorPage here. > P.S. Educate your users that they will have better experience by using > modern browsers. How I would like to! Unfortunately 90% of my users access the pages from their respective workplaces, and unfortunately IE is still company policy there :( Cheers, M'bert -- ----------- / http://herbert.the-little-red-haired-girl.org / ------------- =+= Ya dyshu - i znachit, ya lyublyu! Ya lyublyu - i znachit, ya zhivu! -- Vladimir Vysozkij --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
