-
Bug
-
Resolution: Done
-
Major
-
2.2.12.Final
-
None
We have an application using the Wildfly HTTP client, and from time to time we are seeing the following null pointer:
java.lang.NullPointerException at io.undertow.client.http.HttpRequestConduit.processWrite(HttpRequestConduit.java:394)
Similarly to what was done in UNDERTOW-1931 3 lines above, the code should be modified as follow:
} else if (nameIterator != null && nameIterator.hasNext()) {
- is incorporated by
-
WFCORE-5801 Upgrade Undertow to 2.2.16.Final
- Closed