Skip to content

Commit

Permalink
[FIXED JENKINS-16474] Winstone and executable WAR upgraded to actuall…
Browse files Browse the repository at this point in the history
…y support --httpKeepAliveTimeout.
  • Loading branch information
jglick committed Mar 6, 2013
1 parent 938a580 commit fa6c9ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog.html
Expand Up @@ -58,6 +58,9 @@
<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>)
Expand Down
4 changes: 2 additions & 2 deletions war/pom.xml
Expand Up @@ -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>

Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit fa6c9ba

Please sign in to comment.