-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
-
4.2 M11
When debugging I have a js sourcefile loaded through the sourcemap.
It has the "expires: 0" attribute to avoid cache issue
If I do F5, it does not have the header anymore.... so my browser will now keep it for life
we have to move the response.setDateHeader("Expires", 0); to the setup method and not the generate method