Skip to content

Commit

Permalink
[FIXED JENKINS-16606]
Browse files Browse the repository at this point in the history
Integrated the new version of Stapler that includes the fix.
  • Loading branch information
kohsuke committed Mar 7, 2013
1 parent 841511c commit f373cd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.html
Expand Up @@ -64,6 +64,9 @@
<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>)
<li class=rfe>
Improved the request handling performance (where the file lookup is expensive, such as NFS.)
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-16606">issue 16606</a>)
<li class=rfe>
Improved the duration browsers cache static resources.
</ul>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -42,7 +42,7 @@ THE SOFTWARE.

<properties>
<staplerFork>true</staplerFork>
<stapler.version>1.206</stapler.version>
<stapler.version>1.207</stapler.version>
<spring.version>2.5.6.SEC03</spring.version>
</properties>

Expand Down

0 comments on commit f373cd5

Please sign in to comment.