Re: IE 9 ignoring my custom error pages with 404 codes

2012-05-14 Thread Kiran Badi
Thanks everyone, I added lot of comments and now my custom error page is close to 1kb and this resolved my issue. Now I am battling another weird issue,maybe again I need help of community till I come to some speed. On 5/14/2012 9:05 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MES

Re: IE 9 ignoring my custom error pages with 404 codes

2012-05-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Konstantin, On 5/12/12 6:24 PM, Konstantin Kolinko wrote: > I remember seeing someone adding a few KBs of HTML comments into > the error page, because that suppresses this behaviour of IE. +1 Looks like 512 bytes of response is the magic number for

Re: IE 9 ignoring my custom error pages with 404 codes

2012-05-13 Thread Pid
On 12/05/2012 23:14, Kiran Badi wrote: > Hi, > > I am trying to setup custom error page and has done below modification > to web.xml > > > 500 > /errorback.jsp > > > 404 > /errorback.jsp > > Then in errorback.jsp > > I wrote the default hello jsp page and triggered 404 condition to check > i

Re: IE 9 ignoring my custom error pages with 404 codes

2012-05-13 Thread Stefan Mayr
Hello, Am 13.05.2012 00:24, schrieb Konstantin Kolinko: 2012/5/13 Kiran Badi: Hi, I am trying to setup custom error page and has done below modification to web.xml 500 /errorback.jsp 404 /errorback.jsp Then in errorback.jsp I wrote the default hello jsp page and triggered 404 condition t

Re: IE 9 ignoring my custom error pages with 404 codes

2012-05-12 Thread Kiran Badi
ge if your custom page is insufficient in size. Increase your page size (in KBs) and see if that resolves your issue. Troy Parrish -Original Message- From: Konstantin Kolinko To: Tomcat Users List Sent: Sat, May 12, 2012 6:25 pm Subject: Re: IE 9 ignoring my custom error pages with

Re: IE 9 ignoring my custom error pages with 404 codes

2012-05-12 Thread Troy
sue. Troy Parrish -Original Message- From: Konstantin Kolinko To: Tomcat Users List Sent: Sat, May 12, 2012 6:25 pm Subject: Re: IE 9 ignoring my custom error pages with 404 codes 2012/5/13 Kiran Badi : > Hi, > > I am trying to setup custom error page and has done below modifi

Re: IE 9 ignoring my custom error pages with 404 codes

2012-05-12 Thread Konstantin Kolinko
2012/5/13 Kiran Badi : > Hi, > > I am trying to setup custom error page and has done below modification to > web.xml > > > 500 > /errorback.jsp > > > 404 > /errorback.jsp > > Then in errorback.jsp > > I wrote the default hello jsp page and triggered 404 condition to check if > setting are workin

IE 9 ignoring my custom error pages with 404 codes

2012-05-12 Thread Kiran Badi
Hi, I am trying to setup custom error page and has done below modification to web.xml 500 /errorback.jsp 404 /errorback.jsp Then in errorback.jsp I wrote the default hello jsp page and triggered 404 condition to check if setting are working fine,the above setting seems to be working fine