提交 fa6c9ba3 编写于 作者: J Jesse Glick

[FIXED JENKINS-16474] Winstone and executable WAR upgraded to actually support...

[FIXED JENKINS-16474] Winstone and executable WAR upgraded to actually support --httpKeepAliveTimeout.
上级 938a5802
......@@ -58,6 +58,9 @@ Upcoming changes</a>
<li class='major bug'>
Saving Global Jenkins Global Config wipes out the crumb issuer settings in the Global Security Config.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-17087">issue 17087</a>)
<li class='major bug'>
Made <code>--httpKeepAliveTimeout</code> option work (that was supposed to have been introduced in 1.503).
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-16474">issue 16474</a>)
<li class=bug>
Preview function for textareas using Jenkins markup did not work when CSRF protection was enabled.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-17085">issue 17085</a>)
......
......@@ -51,7 +51,7 @@ THE SOFTWARE.
<dependency>
<groupId>org.jenkins-ci</groupId>
<artifactId>executable-war</artifactId>
<version>1.26</version>
<version>1.28</version>
<scope>provided</scope>
</dependency>
......@@ -104,7 +104,7 @@ THE SOFTWARE.
-->
<groupId>org.jenkins-ci</groupId>
<artifactId>winstone</artifactId>
<version>0.9.10-jenkins-42</version>
<version>0.9.10-jenkins-43</version>
<scope>test</scope>
</dependency>
<dependency>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册