You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2021/07/20 05:41:55 UTC

[ofbiz-plugins] branch release17.12 updated: Fixed: Add http to https redirect rule for ofbiz.apache.org (OFBIZ-10590)

This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/release17.12 by this push:
     new fda970d  Fixed: Add http to https redirect rule for ofbiz.apache.org (OFBIZ-10590)
fda970d is described below

commit fda970d4342deba2830be1a23ed0e3562d3c765e
Author: Jacques Le Roux <ja...@les7arts.com>
AuthorDate: Tue Jul 20 07:37:16 2021 +0200

    Fixed: Add http to https redirect rule for ofbiz.apache.org (OFBIZ-10590)
    
    This prevented to run the stable demo
---
 assetmaint/config/AssetMaintUiLabels.xml | 2 +-
 assetmaint/config/IsMgrUiLabels.xml      | 2 +-
 assetmaint/entitydef/entitymodel.xml     | 2 +-
 assetmaint/ofbiz-component.xml           | 2 +-
 assetmaint/servicedef/secas.xml          | 2 +-
 assetmaint/servicedef/services.xml       | 2 +-
 assetmaint/testdef/assetmainttests.xml   | 2 +-
 bi/config/BiUiLabels.xml                 | 2 +-
 bi/entitydef/entitygroup.xml             | 2 +-
 bi/entitydef/entitymodel.xml             | 2 +-
 bi/ofbiz-component.xml                   | 2 +-
 bi/servicedef/secas.xml                  | 2 +-
 bi/servicedef/services.xml               | 2 +-
 birt/config/BirtErrorUiLabels.xml        | 2 +-
 birt/config/BirtUiLabels.xml             | 2 +-
 birt/entitydef/ServiceReportsView.xml    | 2 +-
 birt/ofbiz-component.xml                 | 2 +-
 birt/servicedef/services.xml             | 2 +-
 cmssite/ofbiz-component.xml              | 2 +-
 ebay/config/EbayUiLabels.xml             | 2 +-
 ebay/entitydef/entitymodel.xml           | 2 +-
 ebay/ofbiz-component.xml                 | 2 +-
 ebay/servicedef/secas.xml                | 2 +-
 ebay/servicedef/services.xml             | 2 +-
 ebaystore/config/EbayStoreUiLabels.xml   | 2 +-
 ebaystore/entitydef/entitymodel.xml      | 2 +-
 ebaystore/ofbiz-component.xml            | 2 +-
 ebaystore/servicedef/secas.xml           | 2 +-
 ebaystore/servicedef/services.xml        | 2 +-
 ebaystore/servicedef/services_store.xml  | 2 +-
 ecommerce/config/EcommerceUiLabels.xml   | 2 +-
 ecommerce/ofbiz-component.xml            | 2 +-
 example/config/ExampleEntityLabels.xml   | 2 +-
 example/config/ExampleHelpUiLabels.xml   | 2 +-
 example/config/ExampleUiLabels.xml       | 2 +-
 example/entitydef/entitymodel.xml        | 2 +-
 example/entitydef/entitymodel_view.xml   | 2 +-
 example/ofbiz-component.xml              | 2 +-
 example/servicedef/secas.xml             | 2 +-
 example/servicedef/services.xml          | 2 +-
 example/testdef/tests.xml                | 2 +-
 exampleext/ofbiz-component.xml           | 2 +-
 ldap/ofbiz-component.xml                 | 2 +-
 lucene/entitydef/eecas_product.xml       | 2 +-
 lucene/ofbiz-component.xml               | 2 +-
 lucene/servicedef/services.xml           | 2 +-
 lucene/testdef/lucenetests.xml           | 2 +-
 multiflex/ofbiz-component.xml            | 2 +-
 myportal/config/MyPortalUiLabels.xml     | 2 +-
 myportal/ofbiz-component.xml             | 2 +-
 myportal/servicedef/services.xml         | 2 +-
 passport/entitydef/entitymodel.xml       | 2 +-
 passport/ofbiz-component.xml             | 2 +-
 pricat/entitydef/entitymodel.xml         | 2 +-
 pricat/ofbiz-component.xml               | 2 +-
 projectmgr/config/ProjectMgrUiLabels.xml | 2 +-
 projectmgr/entitydef/eecas.xml           | 2 +-
 projectmgr/entitydef/entitymodel.xml     | 2 +-
 projectmgr/ofbiz-component.xml           | 2 +-
 projectmgr/servicedef/services.xml       | 2 +-
 scrum/config/scrumUiLabels.xml           | 2 +-
 scrum/entitydef/entitymodel.xml          | 2 +-
 scrum/ofbiz-component.xml                | 2 +-
 scrum/servicedef/permissionServices.xml  | 2 +-
 scrum/servicedef/secas.xml               | 2 +-
 scrum/servicedef/services.xml            | 2 +-
 scrum/testdef/scrumTests.xml             | 2 +-
 solr/config/SolrUiLabels.xml             | 2 +-
 solr/entitydef/eecas.xml                 | 2 +-
 solr/ofbiz-component.xml                 | 2 +-
 solr/servicedef/secas.xml                | 2 +-
 solr/servicedef/solrservices.xml         | 2 +-
 solr/testdef/solrtests.xml               | 2 +-
 webpos/config/WebPosUiLabels.xml         | 2 +-
 webpos/entitydef/entitymodel.xml         | 2 +-
 webpos/ofbiz-component.xml               | 2 +-
 webpos/servicedef/services.xml           | 2 +-
 webpos/servicedef/services_cart.xml      | 2 +-
 webpos/servicedef/services_customer.xml  | 2 +-
 webpos/servicedef/services_manager.xml   | 2 +-
 webpos/servicedef/services_payment.xml   | 2 +-
 webpos/servicedef/services_promo.xml     | 2 +-
 webpos/servicedef/services_search.xml    | 2 +-
 83 files changed, 83 insertions(+), 83 deletions(-)

diff --git a/assetmaint/config/AssetMaintUiLabels.xml b/assetmaint/config/AssetMaintUiLabels.xml
index d2c3fbe..0045e32 100644
--- a/assetmaint/config/AssetMaintUiLabels.xml
+++ b/assetmaint/config/AssetMaintUiLabels.xml
@@ -18,7 +18,7 @@
     specific language governing permissions and limitations
     under the License.
 -->
-<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-properties.xsd">
+<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/ofbiz-properties.xsd">
     <property key="AssetMaintApplication">
         <value xml:lang="de">Instandhaltungsanwendung</value>
         <value xml:lang="en">Asset Maintenance Application</value>
diff --git a/assetmaint/config/IsMgrUiLabels.xml b/assetmaint/config/IsMgrUiLabels.xml
index 9b0a4af..d0b9293 100644
--- a/assetmaint/config/IsMgrUiLabels.xml
+++ b/assetmaint/config/IsMgrUiLabels.xml
@@ -18,7 +18,7 @@
     specific language governing permissions and limitations
     under the License.
 -->
-<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-properties.xsd">
+<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/ofbiz-properties.xsd">
     <property key="IsMgrApplication">
         <value xml:lang="en">Information Systems Management Application</value>
         <value xml:lang="fr">Gestion du parc informatique</value>
diff --git a/assetmaint/entitydef/entitymodel.xml b/assetmaint/entitydef/entitymodel.xml
index a93179a..c371f55 100644
--- a/assetmaint/entitydef/entitymodel.xml
+++ b/assetmaint/entitydef/entitymodel.xml
@@ -19,7 +19,7 @@
 -->
 
 <entitymodel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/entitymodel.xsd">
+    xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/entitymodel.xsd">
 
   <!-- ========================================================= -->
   <!-- ======================== Defaults ======================= -->
diff --git a/assetmaint/ofbiz-component.xml b/assetmaint/ofbiz-component.xml
index f2586eb..5a03df6 100644
--- a/assetmaint/ofbiz-component.xml
+++ b/assetmaint/ofbiz-component.xml
@@ -20,7 +20,7 @@
 
 <ofbiz-component name="assetmaint" enabled="true"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd">
+        xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/ofbiz-component.xsd">
     <!-- define resource loaders; most common is to use the component resource loader -->
     <resource-loader name="main" type="component"/>
 
diff --git a/assetmaint/servicedef/secas.xml b/assetmaint/servicedef/secas.xml
index ab9c247..b5866f7 100644
--- a/assetmaint/servicedef/secas.xml
+++ b/assetmaint/servicedef/secas.xml
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <service-eca xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/service-eca.xsd">
+        xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/service-eca.xsd">
 
     <!-- ECAs used to extend service permission checking -->
     <eca service="fixedAssetPermissionCheck" event="return" run-on-failure="true">
diff --git a/assetmaint/servicedef/services.xml b/assetmaint/servicedef/services.xml
index 9aecbef..5d4e96c 100644
--- a/assetmaint/servicedef/services.xml
+++ b/assetmaint/servicedef/services.xml
@@ -14,7 +14,7 @@ under the License.
 -->
 
 <services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
+        xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/services.xsd">
     <description>Assetmaint Services: Fixed Asset </description>
     <vendor>OFBiz</vendor>
     <version>1.0</version>
diff --git a/assetmaint/testdef/assetmainttests.xml b/assetmaint/testdef/assetmainttests.xml
index b95091c..c29cc23 100644
--- a/assetmaint/testdef/assetmainttests.xml
+++ b/assetmaint/testdef/assetmainttests.xml
@@ -20,7 +20,7 @@
 
 <test-suite suite-name="assetmainttests"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/test-suite.xsd">
+        xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/test-suite.xsd">
 
     <test-case case-name="assetmaint-tests">
         <simple-method-test location="component://assetmaint/minilang/test/FixedAssetMaintTests.xml"/>
diff --git a/bi/config/BiUiLabels.xml b/bi/config/BiUiLabels.xml
index 49e2e01..2d11484 100644
--- a/bi/config/BiUiLabels.xml
+++ b/bi/config/BiUiLabels.xml
@@ -18,7 +18,7 @@
     specific language governing permissions and limitations
     under the License.
 -->
-<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-properties.xsd">
+<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/ofbiz-properties.xsd">
     <property key="BusinessIntelligenceApplication">
         <value xml:lang="en">Business Intelligence Application</value>
         <value xml:lang="fr">Application d'informatique décisionnelle</value>
diff --git a/bi/entitydef/entitygroup.xml b/bi/entitydef/entitygroup.xml
index 2d34fe7..1331761 100644
--- a/bi/entitydef/entitygroup.xml
+++ b/bi/entitydef/entitygroup.xml
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <entitygroup xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/entitygroup.xsd">
+        xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/entitygroup.xsd">
 
     <!-- ========================================================= -->
     <!-- Dimensions                                                     -->
diff --git a/bi/entitydef/entitymodel.xml b/bi/entitydef/entitymodel.xml
index 57c0868..0ed2170 100644
--- a/bi/entitydef/entitymodel.xml
+++ b/bi/entitydef/entitymodel.xml
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <entitymodel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/entitymodel.xsd">
+    xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/entitymodel.xsd">
     <!-- ========================================================= -->
     <!-- ======================== Defaults ======================= -->
     <!-- ========================================================= -->
diff --git a/bi/ofbiz-component.xml b/bi/ofbiz-component.xml
index acdf955..e2aad7e 100644
--- a/bi/ofbiz-component.xml
+++ b/bi/ofbiz-component.xml
@@ -20,7 +20,7 @@ under the License.
 
 <ofbiz-component name="bi" enabled="true"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd">
+        xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/ofbiz-component.xsd">
     <resource-loader name="main" type="component"/>
     <classpath type="dir" location="config"/>
 
diff --git a/bi/servicedef/secas.xml b/bi/servicedef/secas.xml
index d45f932..b0cb661 100644
--- a/bi/servicedef/secas.xml
+++ b/bi/servicedef/secas.xml
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <service-eca xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/service-eca.xsd">
+        xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/service-eca.xsd">
 
     <!-- dimension entities -->
     <eca service="createProduct" event="global-commit-post-run">
diff --git a/bi/servicedef/services.xml b/bi/servicedef/services.xml
index 8f31b25..1c98b5c 100644
--- a/bi/servicedef/services.xml
+++ b/bi/servicedef/services.xml
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
+        xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/services.xsd">
 
     <service name="storeGenericDimension" engine="java"
         location="org.apache.ofbiz.bi.util.DimensionServices" invoke="storeGenericDimension" auth="true">
diff --git a/birt/config/BirtErrorUiLabels.xml b/birt/config/BirtErrorUiLabels.xml
index 28468ae..02af1f1 100644
--- a/birt/config/BirtErrorUiLabels.xml
+++ b/birt/config/BirtErrorUiLabels.xml
@@ -20,7 +20,7 @@
 -->
 
 <resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-          xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-properties.xsd">
+          xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/ofbiz-properties.xsd">
     <property key="BirtErrorCannotDetermineDataSource">
         <value xml:lang="en">Failed to determine data source for report</value>
         <value xml:lang="fr">La détermination de la source de données à échoué</value>
diff --git a/birt/config/BirtUiLabels.xml b/birt/config/BirtUiLabels.xml
index 8476738..dea5f56 100644
--- a/birt/config/BirtUiLabels.xml
+++ b/birt/config/BirtUiLabels.xml
@@ -18,7 +18,7 @@
     specific language governing permissions and limitations
     under the License.
 -->
-<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-properties.xsd">
+<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/ofbiz-properties.xsd">
     <property key="BirtApplication">
         <value xml:lang="en">Eclipse BIRT Application</value>
         <value xml:lang="fr">Application Eclipse Birt</value>
diff --git a/birt/entitydef/ServiceReportsView.xml b/birt/entitydef/ServiceReportsView.xml
index 183b6cd..0f1c980 100644
--- a/birt/entitydef/ServiceReportsView.xml
+++ b/birt/entitydef/ServiceReportsView.xml
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <entitymodel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/entitymodel.xsd">
+    xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/entitymodel.xsd">
     <title>View definitions for master report services</title>
     <description>None</description>
     <version>1.0</version>
diff --git a/birt/ofbiz-component.xml b/birt/ofbiz-component.xml
index 1e73d01..a2e687c 100644
--- a/birt/ofbiz-component.xml
+++ b/birt/ofbiz-component.xml
@@ -20,7 +20,7 @@ under the License.
 
 <ofbiz-component name="birt" enabled="true"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd">
+        xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/ofbiz-component.xsd">
     <resource-loader name="main" type="component"/>
 
 
diff --git a/birt/servicedef/services.xml b/birt/servicedef/services.xml
index 97df43e..d788108 100644
--- a/birt/servicedef/services.xml
+++ b/birt/servicedef/services.xml
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
+        xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/services.xsd">
     <description>OFBiz BIRT Services</description>
     <vendor>OFBiz</vendor>
     <version>1.0</version>
diff --git a/cmssite/ofbiz-component.xml b/cmssite/ofbiz-component.xml
index 66d3a17..53c7106 100644
--- a/cmssite/ofbiz-component.xml
+++ b/cmssite/ofbiz-component.xml
@@ -20,7 +20,7 @@ under the License.
 
 <ofbiz-component name="cmssite" enabled="true"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd">
+        xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/ofbiz-component.xsd">
     <resource-loader name="main" type="component"/>
 
     <entity-resource type="data" reader-name="demo" loader="main" location="data/CmsMultiSiteDemoData.xml"/>
diff --git a/ebay/config/EbayUiLabels.xml b/ebay/config/EbayUiLabels.xml
index 36f65c6..5dd35f2 100644
--- a/ebay/config/EbayUiLabels.xml
+++ b/ebay/config/EbayUiLabels.xml
@@ -18,7 +18,7 @@
     specific language governing permissions and limitations
     under the License.
 -->
-<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-properties.xsd">
+<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/ofbiz-properties.xsd">
     <property key="buildEbayConfig.exceptionInGetOrdersFromEbay">
         <value xml:lang="en">Exception in getting orders from Ebay.</value>
         <value xml:lang="it">Eccezione nel ricevere gli ordini da eBay.</value>
diff --git a/ebay/entitydef/entitymodel.xml b/ebay/entitydef/entitymodel.xml
index 5345ca7..1ad0eaa 100644
--- a/ebay/entitydef/entitymodel.xml
+++ b/ebay/entitydef/entitymodel.xml
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <entitymodel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/entitymodel.xsd">
+    xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/entitymodel.xsd">
     
     <!-- ========================================================= -->
     <!-- ======================== Defaults ======================= -->
diff --git a/ebay/ofbiz-component.xml b/ebay/ofbiz-component.xml
index 6721398..4058570 100644
--- a/ebay/ofbiz-component.xml
+++ b/ebay/ofbiz-component.xml
@@ -20,7 +20,7 @@ under the License.
 
 <ofbiz-component name="ebay" enabled="true"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd">
+        xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/ofbiz-component.xsd">
     <resource-loader name="main" type="component"/>
     <classpath type="dir" location="config"/>
 
diff --git a/ebay/servicedef/secas.xml b/ebay/servicedef/secas.xml
index 09bfd75..68d1a0f 100644
--- a/ebay/servicedef/secas.xml
+++ b/ebay/servicedef/secas.xml
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <service-eca xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/service-eca.xsd">
+        xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/service-eca.xsd">
     <!-- if the order has been imported from eBay, set the order status in eBay to completed -->
     <eca service="changeOrderStatus" event="commit" run-on-error="false">
         <condition field-name="orderTypeId" operator="equals" value="SALES_ORDER"/>
diff --git a/ebay/servicedef/services.xml b/ebay/servicedef/services.xml
index 2f6c3a0..e4a92e4 100644
--- a/ebay/servicedef/services.xml
+++ b/ebay/servicedef/services.xml
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
+        xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/services.xsd">
     <description>eBay Component Services</description>
     <vendor>OFBiz</vendor>
     <version>1.0</version>
diff --git a/ebaystore/config/EbayStoreUiLabels.xml b/ebaystore/config/EbayStoreUiLabels.xml
index 51a0a6f..c766999 100644
--- a/ebaystore/config/EbayStoreUiLabels.xml
+++ b/ebaystore/config/EbayStoreUiLabels.xml
@@ -18,7 +18,7 @@
     specific language governing permissions and limitations
     under the License.
 -->
-<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-properties.xsd">
+<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/ofbiz-properties.xsd">
     <property key="EbayStoreApplication">
         <value xml:lang="en">eBay Store</value>
         <value xml:lang="zh">eBay店铺</value>
diff --git a/ebaystore/entitydef/entitymodel.xml b/ebaystore/entitydef/entitymodel.xml
index 9fdbb8f..d23f8db 100644
--- a/ebaystore/entitydef/entitymodel.xml
+++ b/ebaystore/entitydef/entitymodel.xml
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <entitymodel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/entitymodel.xsd">
+    xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/entitymodel.xsd">
 
     <!-- ========================================================= -->
     <!-- ======================== Defaults ======================= -->
diff --git a/ebaystore/ofbiz-component.xml b/ebaystore/ofbiz-component.xml
index 39e48c2..c1af8bf 100644
--- a/ebaystore/ofbiz-component.xml
+++ b/ebaystore/ofbiz-component.xml
@@ -20,7 +20,7 @@ under the License.
 
 <ofbiz-component name="ebaystore" enabled="false"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd">
+        xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/ofbiz-component.xsd">
     <resource-loader name="main" type="component"/>
     <classpath type="dir" location="config"/>
 
diff --git a/ebaystore/servicedef/secas.xml b/ebaystore/servicedef/secas.xml
index 8e10af7..5c95cbc 100644
--- a/ebaystore/servicedef/secas.xml
+++ b/ebaystore/servicedef/secas.xml
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <service-eca xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/service-eca.xsd">
+        xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/service-eca.xsd">
     <eca service="createEbayProductStorePref" event="commit">
         <condition operator="equals" field-name="enabled" value="Y"/>
         <condition operator="is-not-empty" field-name="serviceName"/>
diff --git a/ebaystore/servicedef/services.xml b/ebaystore/servicedef/services.xml
index 928eb8e..2897f75 100644
--- a/ebaystore/servicedef/services.xml
+++ b/ebaystore/servicedef/services.xml
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
+        xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/services.xsd">
     <description>eBay Component Services</description>
     <vendor>OFBiz</vendor>
     <version>1.0</version>
diff --git a/ebaystore/servicedef/services_store.xml b/ebaystore/servicedef/services_store.xml
index 9c54b4c..e93c0e4 100644
--- a/ebaystore/servicedef/services_store.xml
+++ b/ebaystore/servicedef/services_store.xml
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
+        xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/services.xsd">
     <description>eBay Component Services</description>
     <vendor>OFBiz</vendor>
     <version>1.0</version>
diff --git a/ecommerce/config/EcommerceUiLabels.xml b/ecommerce/config/EcommerceUiLabels.xml
index dbabe82..d556878 100644
--- a/ecommerce/config/EcommerceUiLabels.xml
+++ b/ecommerce/config/EcommerceUiLabels.xml
@@ -18,7 +18,7 @@
     specific language governing permissions and limitations
     under the License.
 -->
-<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-properties.xsd">
+<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/ofbiz-properties.xsd">
     <property key="EcommerceAboutUs">
         <value xml:lang="en">About Us</value>
         <value xml:lang="fr">A propos</value>
diff --git a/ecommerce/ofbiz-component.xml b/ecommerce/ofbiz-component.xml
index 3e6a722..f63d8a6 100644
--- a/ecommerce/ofbiz-component.xml
+++ b/ecommerce/ofbiz-component.xml
@@ -20,7 +20,7 @@ under the License.
 
 <ofbiz-component name="ecommerce" enabled="true"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd">
+        xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/ofbiz-component.xsd">
     <resource-loader name="main" type="component"/>
 
     <classpath type="dir" location="config"/>
diff --git a/example/config/ExampleEntityLabels.xml b/example/config/ExampleEntityLabels.xml
index e83f4b5..ea91e04 100644
--- a/example/config/ExampleEntityLabels.xml
+++ b/example/config/ExampleEntityLabels.xml
@@ -18,7 +18,7 @@
     specific language governing permissions and limitations
     under the License.
 -->
-<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-properties.xsd">
+<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/ofbiz-properties.xsd">
     <property key="ExampleFeatureApplType.description.DESIRED">
         <value xml:lang="en">Desired</value>
         <value xml:lang="fr">Désiré</value>
diff --git a/example/config/ExampleHelpUiLabels.xml b/example/config/ExampleHelpUiLabels.xml
index 8984512..9e21080 100644
--- a/example/config/ExampleHelpUiLabels.xml
+++ b/example/config/ExampleHelpUiLabels.xml
@@ -18,7 +18,7 @@
     specific language governing permissions and limitations
     under the License.
 -->
-<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-properties.xsd">
+<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/ofbiz-properties.xsd">
     <property key="ExampleEditHelp">
         <value xml:lang="en">An example of a Help screen.</value>
         <value xml:lang="fr">Un exemple d'écran d'aide</value>
diff --git a/example/config/ExampleUiLabels.xml b/example/config/ExampleUiLabels.xml
index 944bff1..9fefea8 100644
--- a/example/config/ExampleUiLabels.xml
+++ b/example/config/ExampleUiLabels.xml
@@ -18,7 +18,7 @@
     specific language governing permissions and limitations
     under the License.
 -->
-<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-properties.xsd">
+<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/ofbiz-properties.xsd">
     <property key="ContentFopFonts">
         <value xml:lang="en">FOP fonts in a PDF</value>
         <value xml:lang="fr">Polices FOP dans un PDF</value>
diff --git a/example/entitydef/entitymodel.xml b/example/entitydef/entitymodel.xml
index 26bdce0..1cb9b4f 100644
--- a/example/entitydef/entitymodel.xml
+++ b/example/entitydef/entitymodel.xml
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <entitymodel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/entitymodel.xsd">
+    xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/entitymodel.xsd">
     <!-- ========================================================= -->
     <!-- ======================== Defaults ======================= -->
     <!-- ========================================================= -->
diff --git a/example/entitydef/entitymodel_view.xml b/example/entitydef/entitymodel_view.xml
index 0e50fc9..438a753 100644
--- a/example/entitydef/entitymodel_view.xml
+++ b/example/entitydef/entitymodel_view.xml
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <entitymodel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/entitymodel.xsd">
+    xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/entitymodel.xsd">
     <!-- ========================================================= -->
     <!-- ======================== Defaults ======================= -->
     <!-- ========================================================= -->
diff --git a/example/ofbiz-component.xml b/example/ofbiz-component.xml
index bb87fd6..fbf5639 100644
--- a/example/ofbiz-component.xml
+++ b/example/ofbiz-component.xml
@@ -20,7 +20,7 @@ under the License.
 
 <ofbiz-component name="example" enabled="true"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd">
+        xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/ofbiz-component.xsd">
     <!-- define resource loaders; most common is to use the component resource loader -->
     <resource-loader name="main" type="component"/>
 
diff --git a/example/servicedef/secas.xml b/example/servicedef/secas.xml
index e6a1a2d..74382b1 100644
--- a/example/servicedef/secas.xml
+++ b/example/servicedef/secas.xml
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <service-eca xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/service-eca.xsd">
+        xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/service-eca.xsd">
     <eca service="createExample" event="return">
         <action service="createExampleStatus" mode="sync"/>
     </eca>
diff --git a/example/servicedef/services.xml b/example/servicedef/services.xml
index 5904bd1..a1822e8 100644
--- a/example/servicedef/services.xml
+++ b/example/servicedef/services.xml
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
+        xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/services.xsd">
     <description>Example Services</description>
     <vendor>OFBiz</vendor>
     <version>1.0</version>
diff --git a/example/testdef/tests.xml b/example/testdef/tests.xml
index 2b70012..3814009 100644
--- a/example/testdef/tests.xml
+++ b/example/testdef/tests.xml
@@ -20,7 +20,7 @@ under the License.
 
 <test-suite suite-name="example-tests"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/test-suite.xsd">
+        xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/test-suite.xsd">
 
     <test-case case-name="userLoginEntityXmlAssert">
         <entity-xml action="assert" entity-xml-url="component://example/testdef/assertdata/TestUserLoginData.xml"/>
diff --git a/exampleext/ofbiz-component.xml b/exampleext/ofbiz-component.xml
index 9fc2b86..c6dc569 100644
--- a/exampleext/ofbiz-component.xml
+++ b/exampleext/ofbiz-component.xml
@@ -20,7 +20,7 @@ under the License.
 
 <ofbiz-component name="exampleext" enabled="true"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd">
+        xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/ofbiz-component.xsd">
     <resource-loader name="main" type="component"/>
 
     <webapp name="exampleext" title="ExampleExt" menu-name="secondary" server="default-server" location="webapp/exampleext"
diff --git a/ldap/ofbiz-component.xml b/ldap/ofbiz-component.xml
index 65c3a51..d2c77e9 100644
--- a/ldap/ofbiz-component.xml
+++ b/ldap/ofbiz-component.xml
@@ -20,7 +20,7 @@ under the License.
 
 <ofbiz-component name="ldap" enabled="true"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd">
+        xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/ofbiz-component.xsd">
     <!-- define resource loaders; most common is to use the component resource loader -->
     <resource-loader name="main" type="component"/>
 
diff --git a/lucene/entitydef/eecas_product.xml b/lucene/entitydef/eecas_product.xml
index c829096..bfbc03c 100644
--- a/lucene/entitydef/eecas_product.xml
+++ b/lucene/entitydef/eecas_product.xml
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <entity-eca xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/entity-eca.xsd">
+        xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/entity-eca.xsd">
 
     <!-- Product Keyword Indexing ECAs -->
     <eca entity="Product" operation="create-store-remove" event="return">
diff --git a/lucene/ofbiz-component.xml b/lucene/ofbiz-component.xml
index 0c48323..f74a90f 100644
--- a/lucene/ofbiz-component.xml
+++ b/lucene/ofbiz-component.xml
@@ -19,7 +19,7 @@ under the License.
 -->
 <ofbiz-component name="lucene" enabled="true"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd">
+        xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/ofbiz-component.xsd">
     <!-- define resource loaders; most common is to use the component resource loader -->
     <resource-loader name="main" type="component"/>
 
diff --git a/lucene/servicedef/services.xml b/lucene/servicedef/services.xml
index 2136fd8..5cb11fe 100644
--- a/lucene/servicedef/services.xml
+++ b/lucene/servicedef/services.xml
@@ -18,7 +18,7 @@ specific language governing permissions and limitations
 under the License.
 -->
 <services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
+        xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/services.xsd">
     <description>Lucene Services</description>
     <vendor></vendor>
     <version>1.0</version>
diff --git a/lucene/testdef/lucenetests.xml b/lucene/testdef/lucenetests.xml
index 07c4408..722fb02 100644
--- a/lucene/testdef/lucenetests.xml
+++ b/lucene/testdef/lucenetests.xml
@@ -20,7 +20,7 @@ under the License.
 
 <test-suite suite-name="lucenetests"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/test-suite.xsd">
+        xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/test-suite.xsd">
 
     <test-case case-name="lucene-tests-data-load">
         <entity-xml action="load" entity-xml-url="component://lucene/testdef/data/LuceneTestsData.xml"/>
diff --git a/multiflex/ofbiz-component.xml b/multiflex/ofbiz-component.xml
index 7664b3d..5d1b90c 100644
--- a/multiflex/ofbiz-component.xml
+++ b/multiflex/ofbiz-component.xml
@@ -20,7 +20,7 @@ under the License.
 
 <ofbiz-component name="multiflex"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd">
+        xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/ofbiz-component.xsd">
     <!-- define resource loaders; most common is to use the component resource loader -->
     <resource-loader name="main" type="component"/>
 
diff --git a/myportal/config/MyPortalUiLabels.xml b/myportal/config/MyPortalUiLabels.xml
index 6f0fd2c..a43baea 100644
--- a/myportal/config/MyPortalUiLabels.xml
+++ b/myportal/config/MyPortalUiLabels.xml
@@ -18,7 +18,7 @@
     specific language governing permissions and limitations
     under the License.
 -->
-<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-properties.xsd">
+<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/ofbiz-properties.xsd">
     <property key="MyPortalAppBar">
         <value xml:lang="en">My Page App Bar</value>
         <value xml:lang="fr">Menu des applications</value>
diff --git a/myportal/ofbiz-component.xml b/myportal/ofbiz-component.xml
index 7d0f82b..084b283 100644
--- a/myportal/ofbiz-component.xml
+++ b/myportal/ofbiz-component.xml
@@ -20,7 +20,7 @@
 
 <ofbiz-component name="myportal" enabled="true"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd">
+    xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/ofbiz-component.xsd">
     <resource-loader name="main" type="component"/>
     <classpath type="dir" location="config"/>
 
diff --git a/myportal/servicedef/services.xml b/myportal/servicedef/services.xml
index 91bbdd8..0bd2eab 100644
--- a/myportal/servicedef/services.xml
+++ b/myportal/servicedef/services.xml
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
+    xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/services.xsd">
     <description>Project Manager service definitions.</description>
 
     <!-- check access in permission service -->
diff --git a/passport/entitydef/entitymodel.xml b/passport/entitydef/entitymodel.xml
index d627339..87fea7d 100644
--- a/passport/entitydef/entitymodel.xml
+++ b/passport/entitydef/entitymodel.xml
@@ -18,7 +18,7 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<entitymodel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/entitymodel.xsd">
+<entitymodel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/entitymodel.xsd">
     <title>Entity of Passport Component</title>
     <description>Data Model Enhancements For Passport</description>
     <version>1.0</version>
diff --git a/passport/ofbiz-component.xml b/passport/ofbiz-component.xml
index 7df6578..9225f50 100644
--- a/passport/ofbiz-component.xml
+++ b/passport/ofbiz-component.xml
@@ -20,7 +20,7 @@ under the License.
 
 <ofbiz-component name="passport"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd">
+        xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/ofbiz-component.xsd">
     <!-- define resource loaders; most common is to use the component resource loader -->
     <resource-loader name="main" type="component"/>
 
diff --git a/pricat/entitydef/entitymodel.xml b/pricat/entitydef/entitymodel.xml
index d42cef9..5851f2a 100644
--- a/pricat/entitydef/entitymodel.xml
+++ b/pricat/entitydef/entitymodel.xml
@@ -18,7 +18,7 @@ specific language governing permissions and limitations
 under the License.
 -->
 <entitymodel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/entitymodel.xsd">
+    xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/entitymodel.xsd">
     
     <entity entity-name="ExcelImportHistory"
             package-name="org.apache.ofbiz.product.catalog"
diff --git a/pricat/ofbiz-component.xml b/pricat/ofbiz-component.xml
index b16bf8b..5199975 100644
--- a/pricat/ofbiz-component.xml
+++ b/pricat/ofbiz-component.xml
@@ -20,7 +20,7 @@ under the License.
 
 <ofbiz-component name="pricat" enabled="true"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/ofbiz-component.xsd">
+        xsi:noNamespaceSchemaLocation="https://www.ofbiz.org/dtds/ofbiz-component.xsd">
     <resource-loader name="main" type="component"/>
     <classpath type="dir" location="config"/>
 
diff --git a/projectmgr/config/ProjectMgrUiLabels.xml b/projectmgr/config/ProjectMgrUiLabels.xml
index 4a325ee..4266503 100644
--- a/projectmgr/config/ProjectMgrUiLabels.xml
+++ b/projectmgr/config/ProjectMgrUiLabels.xml
@@ -18,7 +18,7 @@
     specific language governing permissions and limitations
     under the License.
 -->
-<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-properties.xsd">
+<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/ofbiz-properties.xsd">
     <property key="FormFieldTitle_actualHours">
         <value xml:lang="de">Ist-Stunden</value>
         <value xml:lang="en">Actual Hours</value>
diff --git a/projectmgr/entitydef/eecas.xml b/projectmgr/entitydef/eecas.xml
index ee84f9d..3eb4b01 100644
--- a/projectmgr/entitydef/eecas.xml
+++ b/projectmgr/entitydef/eecas.xml
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <entity-eca xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/entity-eca.xsd">
+        xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/entity-eca.xsd">
 
     <eca entity="WorkEffortPartyAssignment" operation="create" event="return">
         <condition field-name="statusId" operator="equals" value="PAS_ASSIGNED"/>
diff --git a/projectmgr/entitydef/entitymodel.xml b/projectmgr/entitydef/entitymodel.xml
index edde1dd..e5245ad 100644
--- a/projectmgr/entitydef/entitymodel.xml
+++ b/projectmgr/entitydef/entitymodel.xml
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <entitymodel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/entitymodel.xsd">
+    xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/entitymodel.xsd">
   <!-- ========================================================= -->
   <!-- ======================== Defaults ======================= -->
   <!-- ========================================================= -->
diff --git a/projectmgr/ofbiz-component.xml b/projectmgr/ofbiz-component.xml
index 834c769..223c927 100644
--- a/projectmgr/ofbiz-component.xml
+++ b/projectmgr/ofbiz-component.xml
@@ -20,7 +20,7 @@ under the License.
 
 <ofbiz-component name="projectmgr" enabled="true"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd">
+        xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/ofbiz-component.xsd">
     <resource-loader name="main" type="component"/>
     <classpath type="dir" location="config"/>
 
diff --git a/projectmgr/servicedef/services.xml b/projectmgr/servicedef/services.xml
index 4da0d5c..bd94179 100644
--- a/projectmgr/servicedef/services.xml
+++ b/projectmgr/servicedef/services.xml
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
+    xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/services.xsd">
     <description>Project Manager service definitions.</description>
 
     <service name="createTimeEntryInTimesheet" default-entity-name="TimeEntry" engine="simple" auth="true"
diff --git a/scrum/config/scrumUiLabels.xml b/scrum/config/scrumUiLabels.xml
index f04d78a..dd8b7a1 100644
--- a/scrum/config/scrumUiLabels.xml
+++ b/scrum/config/scrumUiLabels.xml
@@ -17,7 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-properties.xsd">
+<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/ofbiz-properties.xsd">
     <property key="PageTitleAddProductTimeToNewInvoice">
         <value xml:lang="en">Add all reported/approved task time to a new invoice</value>
         <value xml:lang="zh">把全部已报告的/已批准的任务时间添加到一个新的发票</value>
diff --git a/scrum/entitydef/entitymodel.xml b/scrum/entitydef/entitymodel.xml
index 88b1e3f..697cf87 100644
--- a/scrum/entitydef/entitymodel.xml
+++ b/scrum/entitydef/entitymodel.xml
@@ -18,7 +18,7 @@ specific language governing permissions and limitations
 under the License.
 -->
 <entitymodel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/entitymodel.xsd">
+    xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/entitymodel.xsd">
     <!-- ========================================================= -->
     <!-- ======================== Defaults ======================= -->
     <!-- ========================================================= -->
diff --git a/scrum/ofbiz-component.xml b/scrum/ofbiz-component.xml
index b9761e1..059324a 100644
--- a/scrum/ofbiz-component.xml
+++ b/scrum/ofbiz-component.xml
@@ -19,7 +19,7 @@ under the License.
 -->
 <ofbiz-component name="scrum" enabled="true"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd">
+        xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/ofbiz-component.xsd">
     <!-- define resource loaders; most common is to use the component resource loader -->
     <resource-loader name="main" type="component"/>
 
diff --git a/scrum/servicedef/permissionServices.xml b/scrum/servicedef/permissionServices.xml
index 14050fd..1d7a6a7 100644
--- a/scrum/servicedef/permissionServices.xml
+++ b/scrum/servicedef/permissionServices.xml
@@ -18,7 +18,7 @@ specific language governing permissions and limitations
 under the License.
 -->
 <services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
+        xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/services.xsd">
     <description>scrum Services</description>
     <vendor></vendor>
     <version>1.0</version>
diff --git a/scrum/servicedef/secas.xml b/scrum/servicedef/secas.xml
index 9089a8a..0472f46 100644
--- a/scrum/servicedef/secas.xml
+++ b/scrum/servicedef/secas.xml
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <service-eca xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/service-eca.xsd">
+    xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/service-eca.xsd">
     <eca service="updateWorkEffort" event="commit">
         <condition operator="equals" field-name="currentStatusId" value="STS_COMPLETED"/>
         <set field-name="webSiteId" env-name="webSiteId"/>
diff --git a/scrum/servicedef/services.xml b/scrum/servicedef/services.xml
index 375f251..6b554e3 100644
--- a/scrum/servicedef/services.xml
+++ b/scrum/servicedef/services.xml
@@ -18,7 +18,7 @@ specific language governing permissions and limitations
 under the License.
 -->
 <services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
+        xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/services.xsd">
     <description>scrum Services</description>
     <vendor></vendor>
     <version>1.0</version>
diff --git a/scrum/testdef/scrumTests.xml b/scrum/testdef/scrumTests.xml
index c6b6301..e20efc3 100644
--- a/scrum/testdef/scrumTests.xml
+++ b/scrum/testdef/scrumTests.xml
@@ -18,7 +18,7 @@ under the License.
 -->
 <test-suite suite-name="scrumtests"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/test-suite.xsd">
+        xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/test-suite.xsd">
 
         <test-case case-name="scrum-tests">
             <simple-method-test location="component://scrum/minilang/test/ScrumTests.xml"/>
diff --git a/solr/config/SolrUiLabels.xml b/solr/config/SolrUiLabels.xml
index 3be6f8d..edff627 100644
--- a/solr/config/SolrUiLabels.xml
+++ b/solr/config/SolrUiLabels.xml
@@ -17,7 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-properties.xsd">
+<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/ofbiz-properties.xsd">
     <property key="SolrAddedDocumentsToSolrIndex">
         <value xml:lang="en">Added ${fieldList} documents to solr index</value>
     </property>
diff --git a/solr/entitydef/eecas.xml b/solr/entitydef/eecas.xml
index f0ff723..f9fe1f6 100644
--- a/solr/entitydef/eecas.xml
+++ b/solr/entitydef/eecas.xml
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <entity-eca xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/entity-eca.xsd">
+xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/entity-eca.xsd">
 
     <!-- 
         Sorl Product indexing stock/example ECAs
diff --git a/solr/ofbiz-component.xml b/solr/ofbiz-component.xml
index 1dcd076..8e10cc5 100644
--- a/solr/ofbiz-component.xml
+++ b/solr/ofbiz-component.xml
@@ -20,7 +20,7 @@ under the License.
 
 <ofbiz-component name="solr"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd">
+       xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/ofbiz-component.xsd">
 
     <resource-loader name="main" type="component" />
     
diff --git a/solr/servicedef/secas.xml b/solr/servicedef/secas.xml
index b1cb845..0519563 100644
--- a/solr/servicedef/secas.xml
+++ b/solr/servicedef/secas.xml
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <service-eca xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/service-eca.xsd">
+xsi:noNamespaceSchemaLocation="https://www.ofbiz.org/dtds/service-eca.xsd">
 
     <!-- (Insert any needed SECAs here) -->
 
diff --git a/solr/servicedef/solrservices.xml b/solr/servicedef/solrservices.xml
index c3af03c..92fc3d6 100644
--- a/solr/servicedef/solrservices.xml
+++ b/solr/servicedef/solrservices.xml
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/services.xsd">
+    xsi:noNamespaceSchemaLocation="https://www.ofbiz.org/dtds/services.xsd">
 
     <description>Content Component Services</description>
     <vendor>OFBiz</vendor>
diff --git a/solr/testdef/solrtests.xml b/solr/testdef/solrtests.xml
index d2216f9..4b88ed7 100644
--- a/solr/testdef/solrtests.xml
+++ b/solr/testdef/solrtests.xml
@@ -20,7 +20,7 @@ under the License.
 
 <test-suite suite-name="solrtests"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/test-suite.xsd">
+        xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/test-suite.xsd">
 
     <test-case case-name="solr-tests-data-load">
         <entity-xml action="load" entity-xml-url="component://solr/testdef/data/SolrTestsData.xml"/>
diff --git a/webpos/config/WebPosUiLabels.xml b/webpos/config/WebPosUiLabels.xml
index 34b1056..4c29d65 100644
--- a/webpos/config/WebPosUiLabels.xml
+++ b/webpos/config/WebPosUiLabels.xml
@@ -18,7 +18,7 @@
     specific language governing permissions and limitations
     under the License.
 -->
-<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-properties.xsd">
+<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/ofbiz-properties.xsd">
     <property key="WebPosAdjustments">
         <value xml:lang="en">Adjustments</value>
         <value xml:lang="fr">Ajustements</value>
diff --git a/webpos/entitydef/entitymodel.xml b/webpos/entitydef/entitymodel.xml
index ecf9c7a..636ccc0 100644
--- a/webpos/entitydef/entitymodel.xml
+++ b/webpos/entitydef/entitymodel.xml
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <entitymodel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/entitymodel.xsd">
+    xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/entitymodel.xsd">
   <!-- ========================================================= -->
   <!-- ======================== Defaults ======================= -->
   <!-- ========================================================= -->
diff --git a/webpos/ofbiz-component.xml b/webpos/ofbiz-component.xml
index 7046e0a..7037003 100644
--- a/webpos/ofbiz-component.xml
+++ b/webpos/ofbiz-component.xml
@@ -20,7 +20,7 @@ under the License.
 
 <ofbiz-component name="webpos" enabled="true"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd">
+        xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/ofbiz-component.xsd">
     <resource-loader name="main" type="component"/>
     <classpath type="dir" location="config"/>
 
diff --git a/webpos/servicedef/services.xml b/webpos/servicedef/services.xml
index 7d80c44..dd1bc4b 100644
--- a/webpos/servicedef/services.xml
+++ b/webpos/servicedef/services.xml
@@ -17,7 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
+<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/services.xsd">
     <description>Web Pos Services</description>
     <vendor>OFBiz</vendor>
     <version>1.0</version>
diff --git a/webpos/servicedef/services_cart.xml b/webpos/servicedef/services_cart.xml
index 6c9561c..3a216f2 100644
--- a/webpos/servicedef/services_cart.xml
+++ b/webpos/servicedef/services_cart.xml
@@ -17,7 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
+<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/services.xsd">
     <description>Web Pos Cart Services</description>
     <vendor>OFBiz</vendor>
     <version>1.0</version>
diff --git a/webpos/servicedef/services_customer.xml b/webpos/servicedef/services_customer.xml
index cc1a067..9851c19 100644
--- a/webpos/servicedef/services_customer.xml
+++ b/webpos/servicedef/services_customer.xml
@@ -17,7 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
+<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/services.xsd">
     <description>Web Pos Customer Services</description>
     <vendor>OFBiz</vendor>
     <version>1.0</version>
diff --git a/webpos/servicedef/services_manager.xml b/webpos/servicedef/services_manager.xml
index 82e32cc..1db4581 100644
--- a/webpos/servicedef/services_manager.xml
+++ b/webpos/servicedef/services_manager.xml
@@ -17,7 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
+<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/services.xsd">
     <description>Web Pos Manager Services</description>
     <vendor>OFBiz</vendor>
     <version>1.0</version>
diff --git a/webpos/servicedef/services_payment.xml b/webpos/servicedef/services_payment.xml
index 707c06b..818be9c 100644
--- a/webpos/servicedef/services_payment.xml
+++ b/webpos/servicedef/services_payment.xml
@@ -17,7 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
+<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/services.xsd">
     <description>Web Pos Payment Services</description>
     <vendor>OFBiz</vendor>
     <version>1.0</version>
diff --git a/webpos/servicedef/services_promo.xml b/webpos/servicedef/services_promo.xml
index 91d6117..eafe929 100644
--- a/webpos/servicedef/services_promo.xml
+++ b/webpos/servicedef/services_promo.xml
@@ -17,7 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
+<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/services.xsd">
     <description>Web Pos Promotions Services</description>
     <vendor>OFBiz</vendor>
     <version>1.0</version>
diff --git a/webpos/servicedef/services_search.xml b/webpos/servicedef/services_search.xml
index acaaf7a..c99bb87 100644
--- a/webpos/servicedef/services_search.xml
+++ b/webpos/servicedef/services_search.xml
@@ -17,7 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
+<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/services.xsd">
     <description>Web Pos Search Services</description>
     <vendor>OFBiz</vendor>
     <version>1.0</version>