From f373cd5c5ea9e6e9c619d9913b1a9bc66001a1b8 Mon Sep 17 00:00:00 2001 From: Kohsuke Kawaguchi Date: Wed, 6 Mar 2013 17:26:08 -0800 Subject: [PATCH] [FIXED JENKINS-16606] Integrated the new version of Stapler that includes the fix. --- changelog.html | 3 +++ core/pom.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog.html b/changelog.html index fffbba7777..c852860947 100644 --- a/changelog.html +++ b/changelog.html @@ -64,6 +64,9 @@ Upcoming changes
  • Preview function for textareas using Jenkins markup did not work when CSRF protection was enabled. (issue 17085) +
  • + Improved the request handling performance (where the file lookup is expensive, such as NFS.) + (issue 16606)
  • Improved the duration browsers cache static resources. diff --git a/core/pom.xml b/core/pom.xml index 7ebe506086..27b25ed76d 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -42,7 +42,7 @@ THE SOFTWARE. true - 1.206 + 1.207 2.5.6.SEC03 -- GitLab