[jbossws-issues] [JBoss JIRA] (JBWS-3952) SOAPClientAuthModule - Unwritten field credential

Rostislav Svoboda (JIRA) issues at jboss.org
Mon Oct 5 10:35:02 EDT 2015


Rostislav Svoboda created JBWS-3952:
---------------------------------------

             Summary: SOAPClientAuthModule - Unwritten field credential
                 Key: JBWS-3952
                 URL: https://issues.jboss.org/browse/JBWS-3952
             Project: JBoss Web Services
          Issue Type: Bug
            Reporter: Rostislav Svoboda
            Assignee: Alessio Soldano


There is unwritten field credential in SOAPClientAuthModule.java file, strange is that it's used in cleanSubject method. Seems like bug / unnecessary filed. 

https://github.com/jbossws/jbossws-cxf/blob/master/modules/jaspi/src/main/java/org/jboss/wsf/stack/cxf/jaspi/client/module/SOAPClientAuthModule.java#L53
 private Object credential = null;

https://github.com/jbossws/jbossws-cxf/blob/master/modules/jaspi/src/main/java/org/jboss/wsf/stack/cxf/jaspi/client/module/SOAPClientAuthModule.java#L113
 subject.getPublicCredentials().remove(credential);





--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbossws-issues mailing list