Uploaded image for project: 'Undertow'
  1. Undertow
  2. UNDERTOW-2017

Nullpointer in HttpRequestConduit

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 2.2.15.Final
    • 2.2.12.Final
    • Core
    • 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()) {

            flaviarnn Flavia Rainone
            md-exerp Marie Daul (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: