[ 
https://issues.apache.org/jira/browse/SOLR-15621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Timothy Potter updated SOLR-15621:
----------------------------------
    Fix Version/s: 8.10

> index.html for Admin UI should send Solr version in the request for 
> JavaScript files
> ------------------------------------------------------------------------------------
>
>                 Key: SOLR-15621
>                 URL: https://issues.apache.org/jira/browse/SOLR-15621
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Timothy Potter
>            Assignee: Timothy Potter
>            Priority: Major
>             Fix For: 8.10
>
>
> For CSS, index.html adds the Solr version field to avoid caching issues when 
> switching between the Admin UI for different Solr versions:
> {code}
>   <link rel="stylesheet" type="text/css" 
> href="css/angular/angular-csp.css?_=${version}">
> {code}
> The script src for JavaScript files should use the same pattern:
> {code}
>   <script src="libs/jquery-3.5.1.min.js?_=${version}"></script>
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to