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 2020/02/25 14:57:16 UTC

[ofbiz-framework] branch release18.12 updated (3856b0a -> 57b6e53)

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

jleroux pushed a change to branch release18.12
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git.


    from 3856b0a  Upgrade Tomcat from 9.0.19 to 9.0.31 (OFBIZ-11407)
     new 018ebbb  Upgrade Tomcat from 9.0.29 to 9.0.31 (OFBIZ-11407)
     new 42884da  Upgrade Tomcat from 9.0.29 to 9.0.31 (OFBIZ-11407)
     new 57b6e53  Documented: Upgrades the documentation references  in catalina/ofbiz-component.xml to the 9.0 documentation.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 framework/catalina/ofbiz-component.xml | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)


[ofbiz-framework] 01/03: Upgrade Tomcat from 9.0.29 to 9.0.31 (OFBIZ-11407)

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

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

commit 018ebbb26577a634fbffbf32e9afe725af429692
Author: Michael Brohl <mb...@apache.org>
AuthorDate: Sun Feb 23 12:23:43 2020 +0100

    Upgrade Tomcat from 9.0.29 to 9.0.31
    (OFBIZ-11407)
    
    Overriding the new default property secretRequired to be not required
    and added the default property "secret" in the commented out section.
---
 framework/catalina/ofbiz-component.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/framework/catalina/ofbiz-component.xml b/framework/catalina/ofbiz-component.xml
index 5cfaa3b..2f12113 100644
--- a/framework/catalina/ofbiz-component.xml
+++ b/framework/catalina/ofbiz-component.xml
@@ -74,6 +74,7 @@ under the License.
             <property name="secure" value="false"/>
             <property name="URIEncoding" value="UTF-8"/>
             <property name="xpoweredBy" value="false"/>
+            <property name="secretRequired" value="false"/>
             <!-- AJP/13 connector attributes -->
             <!-- commented out because the values match the Tomcat defaults:
             <property name="tomcatAuthentication" value="true"/>
@@ -92,6 +93,7 @@ under the License.
             <property name="socketBuffer" value="9000"/>
             <property name="tcpNoDelay" value="true"/>
             <property name="threadPriority" value="5"/>
+            <property name="secret" value=""/>
             -->
         </property>
         <property name="http-connector" value="connector">
@@ -178,6 +180,7 @@ under the License.
             <property name="secure" value="false"/>
             <property name="URIEncoding" value="UTF-8"/>
             <property name="xpoweredBy" value="false"/>
+            <property name="secretRequired" value="false"/>
         </property>
         <property name="http-connector" value="connector">
             <!--<property name="address" value=""/>-->


[ofbiz-framework] 03/03: Documented: Upgrades the documentation references in catalina/ofbiz-component.xml to the 9.0 documentation.

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

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

commit 57b6e539f7993cd2224554c256f24e9bdac89d18
Author: Michael Brohl <mb...@apache.org>
AuthorDate: Sun Feb 23 12:45:21 2020 +0100

    Documented: Upgrades the documentation references  in
    catalina/ofbiz-component.xml to the 9.0 documentation.
---
 framework/catalina/ofbiz-component.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/framework/catalina/ofbiz-component.xml b/framework/catalina/ofbiz-component.xml
index 2f12113..2b2085c 100644
--- a/framework/catalina/ofbiz-component.xml
+++ b/framework/catalina/ofbiz-component.xml
@@ -66,7 +66,7 @@ under the License.
             <property name="enable-cross-subdomain-sessions" value="false"/>
         </property>
         <property name="ajp-connector" value="connector">
-            <!-- see http://tomcat.apache.org/tomcat-8.0-doc/config/ajp.html for reference -->
+            <!-- see https://tomcat.apache.org/tomcat-9.0-doc/config/ajp.html for reference -->
             <!--<property name="address" value=""/>-->
             <property name="port" value="8009"/>
             <property name="protocol" value="AJP/1.3"/>
@@ -97,7 +97,7 @@ under the License.
             -->
         </property>
         <property name="http-connector" value="connector">
-            <!-- see http://tomcat.apache.org/tomcat-8.0-doc/config/http.html for reference -->
+            <!-- see https://tomcat.apache.org/tomcat-9.0-doc/config/http.html for reference -->
             <!--<property name="address" value=""/>-->
             <property name="port" value="8080"/>
             <property name="protocol" value="HTTP/1.1"/>
@@ -126,7 +126,7 @@ under the License.
             -->
         </property>
         <property name="https-connector" value="connector">
-            <!-- see http://tomcat.apache.org/tomcat-8.0-doc/config/http.html for reference -->
+            <!-- see https://tomcat.apache.org/tomcat-9.0-doc/config/http.html for reference -->
             <!--<property name="address" value=""/>-->
             <property name="port" value="8443"/>
             <property name="protocol" value="HTTP/1.1"/>


[ofbiz-framework] 02/03: Upgrade Tomcat from 9.0.29 to 9.0.31 (OFBIZ-11407)

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

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

commit 42884da20cf96d153be2632e3e0e6ec928770632
Author: Michael Brohl <mb...@apache.org>
AuthorDate: Sun Feb 23 12:23:43 2020 +0100

    Upgrade Tomcat from 9.0.29 to 9.0.31
    (OFBIZ-11407)
    
    Overriding the new default property secretRequired to be not required
    and added the default property "secret" in the commented out section.