Oved Ourfali has submitted this change and it was merged. Change subject: services: add proxy servlet ......................................................................
services: add proxy servlet a proxy servlet that proxy into url appending query string. example of usage: <servlet> <servlet-name>google1</servlet-name> <servlet-class>org.ovirt.engine.core.services.ProxyServlet</servlet-class> <init-param> <param-name>url</param-name> <param-value>https://www.google.com/</param-value> </init-param> <init-param> <param-name>trustStoreType</param-name> <param-value>%{ENGINE_PKI_TRUST_STORE_TYPE}</param-value> </init-param> <init-param> <param-name>trustStore</param-name> <param-value>%{ENGINE_PKI_TRUST_STORE}</param-value> </init-param> <init-param> <param-name>trustStorePassword</param-name> <param-value>%{ENGINE_PKI_TRUST_STORE_PASSWORD}</param-value> </init-param> </servlet> <servlet-mapping> <servlet-name>google1</servlet-name> <url-pattern>/google1</url-pattern> </servlet-mapping> Change-Id: Ia26768ec7a0e06a20f657cae40f6a51303970b44 Signed-off-by: Alon Bar-Lev <alo...@redhat.com> --- A backend/manager/modules/services/src/main/java/org/ovirt/engine/core/services/ProxyServlet.java M backend/manager/modules/uutils/pom.xml A backend/manager/modules/uutils/src/main/java/org/ovirt/engine/core/uutils/servlet/ProxyServletBase.java M backend/manager/modules/uutils/src/main/modules/org/ovirt/engine/core/uutils/main/module.xml 4 files changed, 295 insertions(+), 0 deletions(-) Approvals: Alon Bar-Lev: Verified Ravi Nori: Verified; Looks good to me, but someone else must approve Alexander Wels: Looks good to me, but someone else must approve Oved Ourfali: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/30740 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia26768ec7a0e06a20f657cae40f6a51303970b44 Gerrit-PatchSet: 9 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com> Gerrit-Reviewer: Alexander Wels <aw...@redhat.com> Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com> Gerrit-Reviewer: Oved Ourfali <oourf...@redhat.com> Gerrit-Reviewer: Ravi Nori <rn...@redhat.com> Gerrit-Reviewer: Yaniv Dary <yd...@redhat.com> Gerrit-Reviewer: automat...@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches