reta commented on code in PR #2707:
URL: https://github.com/apache/cxf/pull/2707#discussion_r2488341208


##########
services/sts/sts-core/src/test/java/org/apache/cxf/sts/common/PasswordCallbackHandler.java:
##########
@@ -40,10 +40,10 @@ public void handle(Callback[] callbacks) throws IOException,
                     pc.setPassword("trombone");
                     break;
                 } else if ("mystskey".equals(pc.getIdentifier())) {
-                    pc.setPassword("stskpass");
+                    pc.setPassword("stsspass");

Review Comment:
   ```
   Warning:  Different store and key passwords not supported for PKCS12 
KeyStores. Ignoring user-specified -destkeypass value.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to