Uploaded image for project: 'WildFly EJB HTTP Client'
  1. WildFly EJB HTTP Client
  2. WEJBHTTP-11

Potential race condition when SSL is in use

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 1.0.8.Final
    • None
    • None

      When SSL is in use there is a potential race between the IO thread reading from the connection attempting to write handshake data, and the worker thread attempting to write the invocation.

      This could potentially be fixed in Undertow by not returing the connection till the handshake is done, however it is probably safer to change the stream implementation so that only the IO thread actually writes to the Underlying channel

            sdouglas1@redhat.com Stuart Douglas
            sdouglas1@redhat.com Stuart Douglas
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: