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
-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
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
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
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
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
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
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