Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: spec: enforce ssl on legacy restapi ......................................................................
packaging: spec: enforce ssl on legacy restapi Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1077447 Change-Id: Iaaa33485f82c6d040df9902518911c9db9176f80 Signed-off-by: Alon Bar-Lev <[email protected]> --- M ovirt-engine.spec.in 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/27/25827/1 diff --git a/ovirt-engine.spec.in b/ovirt-engine.spec.in index e21f978..dd2624a 100644 --- a/ovirt-engine.spec.in +++ b/ovirt-engine.spec.in @@ -549,7 +549,7 @@ # # Force TLS/SSL for selected applications. # -for war in restapi userportal webadmin; do +for war in restapi legacy_restapi userportal webadmin; do sed -i \ 's#<transport-guarantee>NONE</transport-guarantee>#<transport-guarantee>CONFIDENTIAL</transport-guarantee>#' \ "%{buildroot}%{engine_ear}/${war}.war/WEB-INF/web.xml" -- To view, visit http://gerrit.ovirt.org/25827 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iaaa33485f82c6d040df9902518911c9db9176f80 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.4 Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
