https://bz.apache.org/bugzilla/show_bug.cgi?id=64715

--- Comment #9 from Robert Rodewald <robert.rodew...@kopsis.com> ---
Slightly off topic, but could someone explain why the package imports in
CallbackHandlerImpl switched from

import javax.security.auth.callback.UnsupportedCallbackException;
import javax.security.auth.message.callback.CallerPrincipalCallback;
import javax.security.auth.message.callback.GroupPrincipalCallback;

in Tomcat 9 to the corresponding jakarta.security.auth equivalents in Tomcat
10? Is that a JASPIC 2.0 change?

Would we have to support both in Tomcat 10 so that the implementation is
backwards compatible or am I mislead? I stumbled upon this while implementing
the tests for my patch and I am quite sure that my own SAM implementation
written for Tomcat 9 would not work with Tomcat 10 because of this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to