You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Robert Koberg <ro...@koberg.com> on 2006/05/03 11:23:41 UTC

custom error page and working around a mozilla bug

There is a bug in mozilla when using client side XSLT:

https://bugzilla.mozilla.org/show_bug.cgi?id=334179

Basically, the problem is that mozilla ends a response when it sees a 
redirect or forward.

Since I am using client side XSL to transform XML, I get an error when, 
say, a 404 happens because the returned response is plain HTML.

I have tried looking through the source to see what is writing the 404, 
but cannot find it. Where is it? Can  it be overriden for specific webapps?

And finally a feature request :) Is it possible for the default error 
pages to send well-formed HTML as the result of an error?

thanks,
-Rob



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org