[ 
https://issues.apache.org/jira/browse/WSS-279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022053#comment-13022053
 ] 

Xventure7 commented on WSS-279:
-------------------------------

Also, I kept having password=null, i decompiled WSPassworCallback.class found 
below line of code:

WSPasswordCallback pwCb = new WSPasswordCallback(user, null, pwType, 2, data);

But in the source distribution it is

WSPasswordCallback pwCb = new WSPasswordCallback(user, password, pwType, 2, 
data);


> WSPasswordCallback method getPasswordType() was removed in 1.6.0 without 
> being deprecated in 1.5.11.
> ----------------------------------------------------------------------------------------------------
>
>                 Key: WSS-279
>                 URL: https://issues.apache.org/jira/browse/WSS-279
>             Project: WSS4J
>          Issue Type: Bug
>    Affects Versions: 1.6
>            Reporter: Gary D. Gregory
>            Assignee: Colm O hEigeartaigh
>
> WSPasswordCallback method getPasswordType() was removed in 1.6.0 without 
> being deprecated in 1.5.11.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

Reply via email to