You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/09/09 21:24:00 UTC

[jira] [Commented] (SOLR-15621) index.html for Admin UI should send Solr version in the request for JavaScript files

    [ https://issues.apache.org/jira/browse/SOLR-15621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17412853#comment-17412853 ] 

ASF subversion and git services commented on SOLR-15621:
--------------------------------------------------------

Commit d944a2eb4457228a980e61ebbb19497eb5ea556e in solr's branch refs/heads/main from Timothy Potter
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=d944a2e ]

SOLR-15621: index.html for Admin UI should send Solr version in the request for JavaScript files (#292)



> 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
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org