- 
    
Improvement
 - 
    Resolution: Fixed
 - 
    
Minor
 - 
    None
 
- 
        
 - 
        Jenkins 2.218
 
As per Jetty Issue#4492 which was created to report the failure to process requests we have been told that our code is wrong.
Jesse Glick verified the fix in cloudbees-workflow-template-plugin#9 commit 0c4eb98d
We need to
- see if we can remove the custom thread pools from `jenkins-test-harness` (it only is used to set the name of the Thread) ✔
 
- make sure other uses of Jetty in Jenkins are safe
 - winstone ✔
 - maven-hpi-plugin (run mojoe etc) ✔
 
- causes
 - 
                    
JENKINS-60857 Wildcard certificates rejected by Winstone after Jetty update
-         
 - Closed
 
 -         
 
- is caused by
 - 
                    
JENKINS-60694 JellyTestSuite fails with timeout issue on Windows runner because it uses HudsonTestCase instead of JenkinsRule
-         
 - Resolved
 
 -         
 
- links to