-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Minor
-
None
-
Affects Version/s: 1.1.26
-
Component/s: Mayaa
-
None
noCache="true"のときにCache-Control: no-cacheと固定になっているところを、設定できるようにする。
firefoxの場合にはno-cache, no-storeを設定しないと「戻る」のときにキャッシュが使われてしまう。
現状でもm:cacheControl="no-cache, no-store"とすれば対応可能だが、一括で変更できた方が良い。
rev.3474 で対応。
ServiceProviderファイルのEngineImpl用設定に <parameter name="noCacheValue" value="no-cache"/> を追加。