我有一个附加了.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})" />