-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
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); }
- 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
-
- is incorporated by
-
JBEAP-29889 [GSS](7.4.z) Undertow.Server.lookupSecurePort can throw NPE
-
- Verified
-