Alexander Wels has posted comments on this change. Change subject: userportal, webadmin: Added caching ......................................................................
Patch Set 11: (1 inline comment) .................................................... File frontend/webadmin/modules/webadmin/src/main/webapp/WEB-INF/web.xml Line 5: Line 6: <filter-mapping> Line 7: <filter-name>GwtCachingFilter</filter-name> Line 8: <url-pattern>/webadmin/*</url-pattern> Line 9: </filter-mapping> Nevermind, I missed the fact that if that is defined in the fragment mappings will be available in contexts we don't want. Line 10: Line 11: <servlet-mapping> Line 12: <servlet-name>WebAdminHostPageServlet</servlet-name> Line 13: <url-pattern>/webadmin/WebAdmin.html</url-pattern> -- To view, visit http://gerrit.ovirt.org/10449 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I5d8e02ae542a4aa37bd421bde5582c0f3e9820ad Gerrit-PatchSet: 11 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alexander Wels <[email protected]> Gerrit-Reviewer: Alexander Wels <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Daniel Erez <[email protected]> Gerrit-Reviewer: Einav Cohen <[email protected]> Gerrit-Reviewer: Gilad Chaplik <[email protected]> Gerrit-Reviewer: Juan Hernandez <[email protected]> Gerrit-Reviewer: Vojtech Szocs <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
