This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a change to branch release17.12 in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git. from 6b5d4fb Fixed: Issue in which Agreement Item can't be removed from Agreement (OFBIZ-11410) new fee85b4 Improved: Implemented: Documented: Completed: Reverted: Fixed: Improved: no functional change (OFBIZ-) Explanation Thanks: new 0ea9173 Upgrade Tomcat from 9.0.29 to 9.0.31 (OFBIZ-11407) new aeff5b7 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: build.gradle | 8 ++++---- framework/catalina/ofbiz-component.xml | 9 ++++++--- 2 files changed, 10 insertions(+), 7 deletions(-) |
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-framework.git commit fee85b4a4212c9cd8a9f722481f17f498ba67a5f Author: Jacques Le Roux <[hidden email]> AuthorDate: Tue Feb 25 15:50:19 2020 +0100 Improved: Implemented: Documented: Completed: Reverted: Fixed: Improved: no functional change (OFBIZ-) Explanation Thanks: --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index f0449bf..3af6173 100644 --- a/build.gradle +++ b/build.gradle @@ -141,10 +141,10 @@ dependencies { compile 'org.apache.tika:tika-core:1.20' compile 'org.apache.tika:tika-parsers:1.20' compile 'org.apache.poi:poi:3.17' - compile 'org.apache.tomcat:tomcat-catalina-ha:9.0.19' - compile 'org.apache.tomcat:tomcat-catalina:9.0.19' - compile 'org.apache.tomcat:tomcat-jasper:9.0.19' - compile 'org.apache.tomcat:tomcat-tribes:9.0.19' + compile 'org.apache.tomcat:tomcat-catalina-ha:9.0.31' + compile 'org.apache.tomcat:tomcat-catalina:9.0.31' + compile 'org.apache.tomcat:tomcat-jasper:9.0.31' + compile 'org.apache.tomcat:tomcat-tribes:9.0.31' compile 'org.apache.xmlgraphics:fop:2.2' compile 'org.apache.xmlrpc:xmlrpc-client:3.1.3' compile 'org.apache.xmlrpc:xmlrpc-server:3.1.3' |
In reply to this post by jleroux@apache.org
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-framework.git commit 0ea9173e8dd83bfbf5255548079de96c82a88544 Author: Michael Brohl <[hidden email]> 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=""/>--> |
In reply to this post by jleroux@apache.org
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-framework.git commit aeff5b75eccd92c6c1c712203761987bc00cf846 Author: Michael Brohl <[hidden email]> 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"/> |
Free forum by Nabble | Edit this page |