Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2861 from amuniz/JENKINS-43929
[JENKINS-43929] Specific cache control header on ajax.jelly
  • Loading branch information
daniel-beck committed May 4, 2017
2 parents c362bfc + d05fcde commit 43b06d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/resources/lib/layout/ajax.jelly
Expand Up @@ -42,6 +42,7 @@ THE SOFTWARE.
evaluating a page that has called l:layout tag.
</st:attribute>
</st:documentation>
<st:setHeader name="Cache-Control" value="no-cache,no-store,must-revalidate" />
<j:choose>
<j:when test="${rootURL!=null}">
<!-- no envelope needed, since this is called during full HTML rendering. Don't overwrite content-type either -->
Expand Down

0 comments on commit 43b06d5

Please sign in to comment.