[ 
https://issues.apache.org/jira/browse/WSS-153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Colm O hEigeartaigh closed WSS-153.
-----------------------------------


The maven-changes-plugin isn't displaying this issue in the jira report if it 
isn't "closed", for some reason.

> 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: Daniel Kulp
>             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