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

[GSS](8.0.z) WFLY-20545 - Undertow.Server.lookupSecurePort can throw NPE

XMLWordPrintable

      The unboxing of an Integer at the return statement might result in NPE if the parameter unsecurePort is not registered in the securePortMappings map:

      public int lookupSecurePort(final int unsecurePort) {
              return securePortMappings.get(unsecurePort);
          }
      

              rhn-support-pesilva Pedro Silva
              rhn-support-pesilva Pedro Silva
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: