Re: org.apache.coyote.http11.AbstractHttp11Processor.process Error processing request

2012-05-12 Thread Jesse Farinacci
Greetings, On Fri, May 11, 2012 at 8:47 PM, Konstantin Kolinko knst.koli...@gmail.com wrote: I can easily reproduce this zip file closed issue in trunk with a simple jar containing Tomcat's icon in META-INF/resources/favicon.ico if I change configuration by removing

Re: org.apache.coyote.http11.AbstractHttp11Processor.process Error processing request

2012-05-12 Thread Konstantin Kolinko
2012/5/12 Jesse Farinacci jie...@gmail.com: Greetings, On Fri, May 11, 2012 at 8:47 PM, Konstantin Kolinko knst.koli...@gmail.com wrote: I can easily reproduce this zip file closed issue in trunk with a simple jar containing Tomcat's icon in META-INF/resources/favicon.ico if I change

Re: org.apache.coyote.http11.AbstractHttp11Processor.process Error processing request

2012-05-12 Thread Mark Thomas
On 12/05/2012 18:01, Konstantin Kolinko wrote: 2012/5/12 Jesse Farinacci jie...@gmail.com: With the listeners all added, things are working as I expect. The resource is served, no error is produced. I still think this is a bug though.. if I open a new bug, will it be accepted? I do not

Re: org.apache.coyote.http11.AbstractHttp11Processor.process Error processing request

2012-05-12 Thread Konstantin Kolinko
2012/5/12 Mark Thomas ma...@apache.org: On 12/05/2012 18:01, Konstantin Kolinko wrote: 2012/5/12 Jesse Farinacci jie...@gmail.com: With the listeners all added, things are working as I expect. The resource is served, no error is produced. I still think this is a bug though.. if I open a new

Re: org.apache.coyote.http11.AbstractHttp11Processor.process Error processing request

2012-05-12 Thread Konstantin Kolinko
2012/5/10 Jesse Farinacci jie...@gmail.com: Given this insight, thank you, I don't think that this is the cause for delay and I will investigate outside of Apache Tomcat for the root cause. Regarding your original issue of delays, it would be nice to get actual thread dumps from the moment

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 error-page error-code500/error-code location/errorback.jsp/location /error-page error-page error-code404/error-code location/errorback.jsp/location Then in errorback.jsp I wrote the default hello jsp page

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

2012-05-12 Thread Konstantin Kolinko
2012/5/13 Kiran Badi ki...@poonam.org: Hi, I am trying to setup custom error page and has done below modification to web.xml error-page error-code500/error-code location/errorback.jsp/location /error-page error-page error-code404/error-code location/errorback.jsp/location Then in

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

2012-05-12 Thread Troy
Kiran, I agree with Konstantin on this one. In my previous experiences with IE (not sure about IE9) it will 'hijack' custom 404 pages and display the default IE 404 page if your custom page is insufficient in size. Increase your page size (in KBs) and see if that resolves your issue. Troy

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

2012-05-12 Thread Kiran Badi
Thanks Troy and Konstantin.Adding couple of HTML comments resolved the issue. On 5/13/2012 5:41 AM, Troy wrote: Kiran, I agree with Konstantin on this one. In my previous experiences with IE (not sure about IE9) it will 'hijack' custom 404 pages and display the default IE 404 page if your