On 11/09/2014 15:24, Romain Manni-Bucau wrote:
> Hi guys
> 
> on tomee jira we got an issue from a user migrating from tomcat 6 to
> tomee (tomcat 7)
> 
> his authenticator was not called anymore
> 
> seems it was due to the change in:
> 
> boolean authenticate(Request request,
>                                 HttpServletResponse response,
>                                 LoginConfig config)
> 
> it was in tomcat 6:
> 
> boolean authenticate(Request request,
>                                 Response response,
>                                 LoginConfig config)
> 
> (in form authenticator)
> 
> He finally asked to add it in http://tomcat.apache.org/migration-7.html
> 
> Can you have a look please?

That is covered under:
http://tomcat.apache.org/migration-7.html#Internal_APIs

I don't think we want to even try and enumerate every single change.

Mark


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

Reply via email to