Alexander Wels has uploaded a new change for review. Change subject: userportal,webadmin: favicon expires header ......................................................................
userportal,webadmin: favicon expires header - Added expires header to favicon. Change-Id: Ic965d694671f9cacff1719c099e4c1daecb52074 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=956075 Signed-off-by: Alexander Wels <aw...@redhat.com> --- M frontend/webadmin/modules/frontend/src/main/resources/META-INF/web-fragment.xml M frontend/webadmin/modules/userportal-gwtp/src/main/webapp/WEB-INF/web.xml M frontend/webadmin/modules/webadmin/src/main/webapp/WEB-INF/web.xml 3 files changed, 3 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/19/20119/1 diff --git a/frontend/webadmin/modules/frontend/src/main/resources/META-INF/web-fragment.xml b/frontend/webadmin/modules/frontend/src/main/resources/META-INF/web-fragment.xml index 10dfaf1..84d3728 100644 --- a/frontend/webadmin/modules/frontend/src/main/resources/META-INF/web-fragment.xml +++ b/frontend/webadmin/modules/frontend/src/main/resources/META-INF/web-fragment.xml @@ -15,7 +15,7 @@ <!-- * external PNG/GIF image files --> <init-param> <param-name>cache</param-name> - <param-value>.*\.cache\.html|.*\.cache\.png|.*\.cache\.gif|.*\.cache\.js|.*\.css|.*\.gif|.*\.png</param-value> + <param-value>.*\.cache\.html|.*\.cache\.png|.*\.cache\.gif|.*\.cache\.js|.*\.css|.*\.gif|.*\.png|.*favicon</param-value> </init-param> <!-- Resources which always need to be checked for changes: --> diff --git a/frontend/webadmin/modules/userportal-gwtp/src/main/webapp/WEB-INF/web.xml b/frontend/webadmin/modules/userportal-gwtp/src/main/webapp/WEB-INF/web.xml index 22835a9..3a91d37 100644 --- a/frontend/webadmin/modules/userportal-gwtp/src/main/webapp/WEB-INF/web.xml +++ b/frontend/webadmin/modules/userportal-gwtp/src/main/webapp/WEB-INF/web.xml @@ -32,6 +32,7 @@ <filter-name>GwtCachingFilter</filter-name> <url-pattern>/org.ovirt.engine.ui.userportal.UserPortal/*</url-pattern> <url-pattern>/theme/*</url-pattern> + <url-pattern>/theme-resource/*</url-pattern> </filter-mapping> <servlet-mapping> diff --git a/frontend/webadmin/modules/webadmin/src/main/webapp/WEB-INF/web.xml b/frontend/webadmin/modules/webadmin/src/main/webapp/WEB-INF/web.xml index 13e1186..396fdab 100644 --- a/frontend/webadmin/modules/webadmin/src/main/webapp/WEB-INF/web.xml +++ b/frontend/webadmin/modules/webadmin/src/main/webapp/WEB-INF/web.xml @@ -32,6 +32,7 @@ <filter-name>GwtCachingFilter</filter-name> <url-pattern>/webadmin/*</url-pattern> <url-pattern>/theme/*</url-pattern> + <url-pattern>/theme-resource/*</url-pattern> </filter-mapping> <servlet-mapping> -- To view, visit http://gerrit.ovirt.org/20119 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic965d694671f9cacff1719c099e4c1daecb52074 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alexander Wels <aw...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches