Change in ovirt-engine[master]: core: Enable symlink following in all web applications

Sandro Bonazzola has submitted this change and it was merged. Change subject: core: Enable symlink following in all web applications ...................................................................... core: Enable symlink following in all web applications The web container included in WildFly doesn't follow symlinks in exploded web applications by default. We need that for the branding mechanism, as it is implemented with a symlink to the "branding.jar" in the "WEB-INF/lib" directory of the applications. In order to support that this patch adds to all the web applications a WildFly specific deployment descriptor (the "jboss-web.xml" file) that enables following of symlinks. Change-Id: Ieff80a8eac50e25c1d30e3e17c6d01cd5bc70e89 Signed-off-by: Juan Hernandez <juan.hernandez@redhat.com> --- A backend/manager/modules/docs/src/main/webapp/WEB-INF/jboss-web.xml A backend/manager/modules/enginesso/src/main/webapp/WEB-INF/jboss-web.xml M backend/manager/modules/restapi/webapp/src/main/webapp/WEB-INF/jboss-web.xml A backend/manager/modules/root/src/main/webapp/WEB-INF/jboss-web.xml A backend/manager/modules/services/src/main/webapp/WEB-INF/jboss-web.xml A backend/manager/modules/welcome/src/main/webapp/WEB-INF/jboss-web.xml A frontend/webadmin/modules/userportal-gwtp/src/main/webapp/WEB-INF/jboss-web.xml A frontend/webadmin/modules/webadmin/src/main/webapp/WEB-INF/jboss-web.xml 8 files changed, 193 insertions(+), 3 deletions(-) Approvals: Sandro Bonazzola: Looks good to me, approved Martin Peřina: Verified; Looks good to me, approved Jenkins CI: Passed CI tests -- To view, visit https://gerrit.ovirt.org/56579 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ieff80a8eac50e25c1d30e3e17c6d01cd5bc70e89 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Martin Peřina <mperina@redhat.com> Gerrit-Reviewer: Sandro Bonazzola <sbonazzo@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
sbonazzo@redhat.com