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

      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.

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

              Created:
              Updated:
              Resolved: