Change in ovirt-engine[master]: restapi: Move CSRF and CORS filters to the implementation pa...

Juan Hernandez has submitted this change and it was merged. Change subject: restapi: Move CSRF and CORS filters to the implementation package ...................................................................... restapi: Move CSRF and CORS filters to the implementation package The filters that implement CSRF protection and CORS support should be part of the implementation package. This patch moves it there. Change-Id: Ib875d2ba7819c92411679550baec950ae4f9f8e4 Signed-off-by: Juan Hernandez <juan.hernandez@redhat.com> --- M backend/manager/modules/restapi/interface/common/jaxrs/pom.xml M backend/manager/modules/restapi/interface/common/jaxrs/src/main/modules/org/ovirt/engine/api/interface-common-jaxrs/main/module.xml M backend/manager/modules/restapi/jaxrs/pom.xml R backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/security/CORSSupportFilter.java R backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/security/CSRFProtectionFilter.java M backend/manager/modules/restapi/jaxrs/src/main/modules/org/ovirt/engine/api/restapi-jaxrs/main/module.xml M backend/manager/modules/restapi/webapp/src/main/webapp/WEB-INF/web.xml 7 files changed, 13 insertions(+), 14 deletions(-) Approvals: Ori Liel: Looks good to me, approved Juan Hernandez: Verified; Passed CI tests -- To view, visit https://gerrit.ovirt.org/45727 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib875d2ba7819c92411679550baec950ae4f9f8e4 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Ori Liel <oliel@redhat.com> Gerrit-Reviewer: automation@ovirt.org
participants (1)
-
juan.hernandez@redhat.com