1 Reply Latest reply on Feb 11, 2004 11:32 AM by starksm64

    Minor code correction

    shorero

      Class org.jboss.security.auth.callback.SecurityAssociationHandler from the 3.2.2 src gz file

      Line 129 method getPassword()

      currently is: m.invoke(credential, args);

      should be: password = (char[])m.invoke(credential, args);