Description
For CSS, index.html adds the Solr version field to avoid caching issues when switching between the Admin UI for different Solr versions:
<link rel="stylesheet" type="text/css" href="css/angular/angular-csp.css?_=${version}">
The script src for JavaScript files should use the same pattern:
<script src="libs/jquery-3.5.1.min.js?_=${version}"></script>
Attachments
Issue Links
- is duplicated by
-
SOLR-14754 Hyperlinks on Solr Admin not working
- Resolved
-
SOLR-13522 Admin UI content is cached resulting in errors when switching between Solr versions
- Resolved
-
SOLR-9100 Add version-identifier to all files loaded by Admin UI
- Resolved
- links to
(1 links to)