From fa6c9ba35de4ec98f5487f296bab7ee1b7fb2da5 Mon Sep 17 00:00:00 2001 From: Jesse Glick Date: Wed, 6 Mar 2013 18:56:59 -0500 Subject: [PATCH] [FIXED JENKINS-16474] Winstone and executable WAR upgraded to actually support --httpKeepAliveTimeout. --- changelog.html | 3 +++ war/pom.xml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/changelog.html b/changelog.html index fb940c63df..fffbba7777 100644 --- a/changelog.html +++ b/changelog.html @@ -58,6 +58,9 @@ Upcoming changes
  • Saving Global Jenkins Global Config wipes out the crumb issuer settings in the Global Security Config. (issue 17087) +
  • + Made --httpKeepAliveTimeout option work (that was supposed to have been introduced in 1.503). + (issue 16474)
  • Preview function for textareas using Jenkins markup did not work when CSRF protection was enabled. (issue 17085) diff --git a/war/pom.xml b/war/pom.xml index b4e1362e9e..4e342d9083 100644 --- a/war/pom.xml +++ b/war/pom.xml @@ -51,7 +51,7 @@ THE SOFTWARE. org.jenkins-ci executable-war - 1.26 + 1.28 provided @@ -104,7 +104,7 @@ THE SOFTWARE. --> org.jenkins-ci winstone - 0.9.10-jenkins-42 + 0.9.10-jenkins-43 test -- GitLab