From a75c3cbacf4b5ca0fbf5a1cad5a18dcedde41d8a Mon Sep 17 00:00:00 2001 From: Kohsuke Kawaguchi Date: Wed, 17 Sep 2014 16:40:41 -0700 Subject: [PATCH] [JENKINS-23665] integrated newer version of Winstone --- changelog.html | 3 +++ war/pom.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog.html b/changelog.html index 8f8a669fc6..77423f0ca7 100644 --- a/changelog.html +++ b/changelog.html @@ -73,6 +73,9 @@ Upcoming changes
  • Character encoding problem in form submission when file parameters are present (issue 11543) +
  • + Winstone 2.4: reverse proxy support in the logging, request header size limit control, and different private key password from keystore password. + (issue 23665) diff --git a/war/pom.xml b/war/pom.xml index e361f8f5a9..063bb92094 100644 --- a/war/pom.xml +++ b/war/pom.xml @@ -103,7 +103,7 @@ THE SOFTWARE. --> org.jenkins-ci winstone - 2.3 + 2.4 test -- GitLab