Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-6304

Remoting login module's certificate propagation uses the old certificate API but should be using the new API instead

    XMLWordPrintable

Details

    Description

      RemotingLoginModule propagates javax.security.cert.X509Certificate but should use the newer API java.security.cert.X509Certificate.

      David proposed the following:
      The problem is at org.jboss.as.security.remoting.RemotingLoginModule line 126: session.getPeerCertificateChain() is called where session.getPeerCertificates() should be.

      Attachments

        Issue Links

          Activity

            People

              istudens@redhat.com Ivo Studensky
              istudens@redhat.com Ivo Studensky
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: