You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wss4j-dev@ws.apache.org by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org> on 2008/12/17 15:47:44 UTC

[jira] Closed: (WSS-153) Signature confirmation of multiple signatures doesn't work

     [ 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: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org