Signature confirmation of multiple signatures doesn't work
----------------------------------------------------------

                 Key: WSS-153
                 URL: https://issues.apache.org/jira/browse/WSS-153
             Project: WSS4J
          Issue Type: Bug
          Components: WSS4J Core
            Reporter: Daniel Kulp
            Assignee: Ruchith Udayanga Fernando
             Fix For: 1.5.5



In WSHandler:
f                   for (int ii = 0; ii < sigv.size(); ii++) {
                        byte[] storedValue = (byte[]) sigv.get(i);
                        if (Arrays.equals(sigVal, storedValue)) {
                            found = true;
                            sigv.remove(ii);
                            break;
                        }
                    }

The "sigv.get" needs to use ii, not i.




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to