Vojtech Szocs has uploaded a new change for review. Change subject: webadmin: Suppress Etag for GWT selector scripts (#784379) ......................................................................
webadmin: Suppress Etag for GWT selector scripts (#784379) https://bugzilla.redhat.com/784379 Added a servlet filter that prevents setting Etag header on HTTP response. Applied this filter for GWT selector scripts, e.g. 'webadmin.nocache.js'. Such scripts shouldn't be cached on the client, since their contents changes each time an application is recompiled. Change-Id: Iadee980dc3e04302b5e2b45d2c2fd0030601d844 --- A frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/server/gwt/EtagEliminatorFilter.java 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, 63 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/93/1593/1 -- To view, visit http://gerrit.ovirt.org/1593 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iadee980dc3e04302b5e2b45d2c2fd0030601d844 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Vojtech Szocs <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
