如何在.png文件的响应标头中将缓存控制从私有更改为公共

时间:2018-08-03 10:05:53

标签: html image jsp cache-control

我有一个附加了.png文件的jsp。但是当.png以localhost:8080 / img / buttonPup.png返回时,缓存控件将作为私有返回。我需要将其更改为公开,以便可以由第三方(即AKAMAI)进行缓存

<img src="img/buttonPup.png" onmouseover="src='img/buttonPdown.png'" 
onmouseout="src='img/buttonPup.png'"
name="bMaf${filterCounter}"
title="Make the box bigger." 
style="float:right;" onclick="moreOption('af${filterCounter}',${count})" />

0 个答案:

没有答案