Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-6122

Incorrect thread interruption handling in ContentRepositoryImpl

XMLWordPrintable

      ContentRepositoryImpl.removeContent handles InterruptedException by calling Thread.interrupted(), which does nothing, since the exception already tells us the thread has been interrupted. Interruption should be handled by doing any needed cleanup and then calling Thread.currentThread().interrupt().

              bstansbe@redhat.com Brian Stansberry
              bstansbe@redhat.com Brian Stansberry
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: