>> Same thing for 404/500/503 I suppose. >> > > Sure. > > if (!r->sent_bodyct && r->status >= HTTP_BAD_REQUEST) { > ... > return r->status; > }
I added to the conf/web.xml : <error-page> <error-code>404</error-code> <location>/empty-error.html</location> </error-page> <error-page> <error-code>500</error-code> <location>/empty-error.html</location> </error-page> <error-page> <error-code>503</error-code> <location>/empty-error.html</location> </error-page> I tried with an empty-error.html and then with an inexisting error page, but I didn't get the ErrorDocument defined in Apache 2.2.x ;( Here is the HTTP header dump on my Firefox : Date: Mon, 22 Sep 2008 15:28:37 GMT Server: Apache/2.2.9 (Win32) DAV/2 mod_jk/1.2.26 SVN/1.4.5 Etag: W/"0-1222097246922" Last-Modified: Mon, 22 Sep 2008 15:27:26 GMT Vary: Accept-Encoding Content-Encoding: gzip Content-Type: text/html 404 Introuvable --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]