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?


Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau

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

Reply via email to