-
Task
-
Resolution: Fixed
-
Major
-
None
AJAX calls are cached by Internet Explorer by default (when no specific Cache-Control header is in the response). This makes <l:ajax> jelly to behave mistakenly on IE.
Asynchronous HTTP calls are usually used to load dynamic data so caching it does not make sense.
This change was already applied in the more general layout.jelly (commit).
- links to
Code changed in jenkins
User: amuniz
Path:
core/src/main/resources/lib/layout/ajax.jelly
http://jenkins-ci.org/commit/jenkins/d05fcdecf2d49d25a46e6974b0340057301d10b0
Log:
JENKINS-43929Specific cache control header on ajax.jelly