Author: markt Date: Wed Nov 22 21:32:19 2017 New Revision: 1816087 URL: http://svn.apache.org/viewvc?rev=1816087&view=rev Log: Fix test failure
Modified: tomcat/trunk/test/org/apache/catalina/authenticator/TestJaspicCallbackHandlerInAuthenticator.java Modified: tomcat/trunk/test/org/apache/catalina/authenticator/TestJaspicCallbackHandlerInAuthenticator.java URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/catalina/authenticator/TestJaspicCallbackHandlerInAuthenticator.java?rev=1816087&r1=1816086&r2=1816087&view=diff ============================================================================== --- tomcat/trunk/test/org/apache/catalina/authenticator/TestJaspicCallbackHandlerInAuthenticator.java (original) +++ tomcat/trunk/test/org/apache/catalina/authenticator/TestJaspicCallbackHandlerInAuthenticator.java Wed Nov 22 21:32:19 2017 @@ -77,6 +77,11 @@ public class TestJaspicCallbackHandlerIn class TestCallbackHandlerImpl implements CallbackHandler { + public TestCallbackHandlerImpl() { + // Default constructor required by reflection + } + + @Override public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException { // don't have to do anything; needed only for instantiation --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org