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

Nullpointer in HttpRequestConduit

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 2.2.15.Final
    • 2.2.12.Final
    • Core
    • None

    Description

      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()) {

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: