[ofbiz-plugins] branch trunk updated: reverted: CLONE - Use only HTTPS in OFBiz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ofbiz-plugins] branch trunk updated: reverted: CLONE - Use only HTTPS in OFBiz

jleroux@apache.org
This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 2c98bc3  reverted: CLONE - Use only HTTPS in OFBiz
2c98bc3 is described below

commit 2c98bc383512183e9a7f25a197c963e1ecbb1230
Author: Jacques Le Roux <[hidden email]>
AuthorDate: Mon May 4 13:22:10 2020 +0200

    reverted: CLONE - Use only HTTPS in OFBiz
   
    (OFBIZ-11643)
   
    Reverted, this needs more work
---
 ecommerce/webapp/ecommerce/WEB-INF/controller.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ecommerce/webapp/ecommerce/WEB-INF/controller.xml b/ecommerce/webapp/ecommerce/WEB-INF/controller.xml
index 9148465..d9047f4 100644
--- a/ecommerce/webapp/ecommerce/WEB-INF/controller.xml
+++ b/ecommerce/webapp/ecommerce/WEB-INF/controller.xml
@@ -777,6 +777,7 @@ under the License.
         <response name="error" type="view" value="checkoutreview"/>
     </request-map>
     <request-map uri="worldPayNotify">
+        <security https="false"/>
         <event type="java" path="org.apache.ofbiz.accounting.thirdparty.worldpay.WorldPayEvents" invoke="worldPayNotify"/>
         <response name="success" type="none"/>
         <response name="error" type="view" value="checkoutreview"/>
@@ -789,6 +790,7 @@ under the License.
         <response name="error" type="view" value="checkoutreview"/>
     </request-map>
     <request-map uri="payPalNotify">
+        <security https="false"/>
         <event type="java" path="org.apache.ofbiz.accounting.thirdparty.paypal.PayPalEvents" invoke="payPalIPN"/>
         <response name="success" type="none"/>
         <response name="error" type="none"/>