alkacon / opencms-core

The Java open source content management system by Alkacon Software
http://www.opencms.org
GNU Lesser General Public License v2.1
520 stars 575 forks source link

add attribute 'addtimestamp' to tag headinclude to avoid browser caching #759

Closed AnnJul closed 1 year ago

gWestenberger commented 1 year ago

This does not work if the headinclude link from the formatter configuration already has a query string (request parameters).

AnnJul commented 1 year ago

Do you mean the params which are possible in the headinclude tag?

gWestenberger commented 1 year ago

No, the parameters in the link itself. I.e. if you write "/system/modules/.../test.js?param=foo" in the JS link field in a formatter configuration file.

gWestenberger commented 1 year ago

(which would be useful when test.js is a JSP that generates Javascript).