Details
-
Bug
-
Resolution: Fixed
-
Major
-
13.8
-
Unknown
-
N/A
-
N/A
-
Pull Request accepted
-
Description
Browsers are nice, so they don't complain too much, but we actually produce invalid HTML for all the <link> and <script> elements which lead to a filesystem resource.
For example:
<link href=" /xwiki/bin/skin/skins/flamingo/style.min.css?cache-version=1632744440000&skin=XWiki.DefaultSkin&colorTheme=xwiki%3AFlamingoThemes.Iceberg&colorThemeVersion=1.1 " rel="stylesheet" type="text/css" media="all" /> <script src='/xwiki/bin/skin/resources/js/xwiki/xwiki.bundle.min.js?cache-version=1632744530000&defer=false&language=en'></script>
Notice the unescaped "&" after the cache-version parameter value.
It probably started with XWIKI-6073.
Attachments
Issue Links
- is related to
-
XWIKI-6073 Browsers usually cache JS/CSS resources even if they have changed
- Closed