On 15/08/2011 13:29, ma...@apache.org wrote:
> Author: markt
> Date: Mon Aug 15 12:29:58 2011
> New Revision: 1157810
> 
> URL: http://svn.apache.org/viewvc?rev=1157810&view=rev
> Log:
> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51653
> Move custom error handling from Host to Context.

This was a bad idea. The authenticators are processed before the
StandardContextValve so this broke custom error pages for 401s etc.

I'll take another look at this. My current thinking is that firing
request listeners should move to the Host with the error handling but I
need to see what that looks like.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to