You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Daniel Keir Haywood (Jira)" <ji...@apache.org> on 2020/11/14 12:33:00 UTC

[jira] [Closed] (ISIS-2016) [NOT A PROBLEM] Slow initial loading - webjars for bootswatch themes?

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

Daniel Keir Haywood closed ISIS-2016.
-------------------------------------

> [NOT A PROBLEM] Slow initial loading - webjars for bootswatch themes?
> ---------------------------------------------------------------------
>
>                 Key: ISIS-2016
>                 URL: https://issues.apache.org/jira/browse/ISIS-2016
>             Project: Isis
>          Issue Type: Improvement
>          Components: Isis Viewer Wicket
>            Reporter: Daniel Keir Haywood
>            Assignee: Daniel Keir Haywood
>            Priority: Major
>
> I thinik we used to use webjars as a cache for bootswatch themes; have we removed them accidentally?  
> https://www.webjars.org/documentation#wicket
> and commented out stuff in web.xml
> {code:xml}
> <!--
>     <servlet>
>         <servlet-name>WebjarsServlet</servlet-name>
>         <servlet-class>org.webjars.servlet.WebjarsServlet</servlet-class>
>         <init-param>
>             <param-name>disableCache</param-name>
>             <param-value>false</param-value>
>         </init-param>
>         <load-on-startup>2</load-on-startup>
>     </servlet>
>     <servlet-mapping>
>         <servlet-name>WebjarsServlet</servlet-name>
>         <url-pattern>/webjars/*</url-pattern>
>     </servlet-mapping>
> -->
> {code}



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