Juan Hernandez has uploaded a new change for review. Change subject: core: Move servlet utilities to the utils module ......................................................................
core: Move servlet utilities to the utils module There are some utility methods in the root web application that can be useful in other contexts. This patch moves those utilities to the utils project. Change-Id: Idbd0ead232ce166ea38cb5a13b8029f56f007167 Signed-off-by: Juan Hernandez <[email protected]> --- M backend/manager/modules/root/pom.xml M backend/manager/modules/root/src/main/java/org/ovirt/engine/core/FileServlet.java M backend/manager/modules/root/src/main/java/org/ovirt/engine/core/WebConfServlet.java R backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ServletUtils.java 4 files changed, 31 insertions(+), 19 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/83/6483/1 -- To view, visit http://gerrit.ovirt.org/6483 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Idbd0ead232ce166ea38cb5a13b8029f56f007167 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
