Uploaded image for project: 'JBoss Web Services'
  1. JBoss Web Services
  2. JBWS-3952

SOAPClientAuthModule - Unwritten field credential

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • jbossws-cxf-5.1.1.Final
    • None
    • None
    • None

    Description

      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);

      Attachments

        Activity

          People

            rhn-engineering-ema Jim Ma
            rsvoboda@redhat.com Rostislav Svoboda
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: