-
Bug
-
Resolution: Done
-
Critical
-
7.4.21.GA
-
False
-
-
False
-
-
-
-
-
-
-
-
-
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); }
- incorporates
-
WFLY-20545 Undertow.Server.lookupSecurePort can throw NPE
-
- Closed
-
- is cloned by
-
JBEAP-29895 [GSS](8.0.z) WFLY-20545 - Undertow.Server.lookupSecurePort can throw NPE
-
- Verified
-
-
JBEAP-29896 [GSS](8.1.z) Undertow.Server.lookupSecurePort can throw NPE
-
- Verified
-