Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-17353

[GSS](7.3.0) EJB/JNDI over HTTP-Invoker Throws CommunicationException instead of AuthenticationException

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.3.0.CD18
    • 7.2.0.GA, 7.2.2.GA
    • EJB
    • None

    Description

      Switching from http-remoting to the http-invoker when calling an EJB, if an authentication failure occurs, the exception wrapped in the EJBException has changed.

      It was a javax.naming.AuthenticationException before, but now it's throwing a CommunicationException even though the log shows it's getting a 401 from the server:

      WFHTTP000005: Invalid response code 401 (full response ClientResponse{responseHeaders=

      {www-authenticate=[Basic realm="MyRealm"], content-length=[77], content-type=[text/html], date=[Thu, 28 Jul 2019 12:18:43 GMT]}

      , responseCode=401, status='', protocol=HTTP/2.0})

      Before, AuthenticationException could be used for logic flow, but communication exception is too general.

      Attachments

        Issue Links

          Activity

            People

              thofman Tomas Hofman
              rhn-support-dguthrie David Guthrie
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: