buildbot failure in on ofbizBranch17FrameworkPlugins

2019-05-08 Thread buildbot
The Buildbot has detected a new failure on builder ofbizBranch17FrameworkPlugins while building . Full details are available at: https://ci.apache.org/builders/ofbizBranch17FrameworkPlugins/builds/305 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reas

buildbot exception in on ofbizBranch16

2019-05-08 Thread buildbot
The Buildbot has detected a build exception on builder ofbizBranch16 while building . Full details are available at: https://ci.apache.org/builders/ofbizBranch16/builds/199 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler s

svn commit: r1858969 - in /ofbiz/branches/release16.11: ./ framework/base/src/main/java/org/apache/ofbiz/base/util/UtilCodec.java

2019-05-08 Thread jleroux
Author: jleroux Date: Thu May 9 06:14:06 2019 New Revision: 1858969 URL: http://svn.apache.org/viewvc?rev=1858969&view=rev Log: "Applied fix from trunk framework for revision: 1858965" r1858965 | jleroux | 2019-05-09 08:05:

svn commit: r1858968 - in /ofbiz/branches/release16.11/framework/base: config/ src/main/java/org/apache/ofbiz/base/html/ src/main/java/org/apache/ofbiz/base/util/

2019-05-08 Thread jleroux
Author: jleroux Date: Thu May 9 06:11:31 2019 New Revision: 1858968 URL: http://svn.apache.org/viewvc?rev=1858968&view=rev Log: Fixed: OWASP sanitizer breaks proper rendering of HTML code (OFBIZ-10187) This makes the sanitizing enabled/disabled by configuration and enhances the functionality to

svn commit: r1858967 - in /ofbiz/ofbiz-framework/branches/release17.12: ./ framework/base/src/main/java/org/apache/ofbiz/base/util/UtilCodec.java

2019-05-08 Thread jleroux
Author: jleroux Date: Thu May 9 06:05:58 2019 New Revision: 1858967 URL: http://svn.apache.org/viewvc?rev=1858967&view=rev Log: "Applied fix from trunk for revision: 1858965" r1858965 | jleroux | 2019-05-09 08:05:05 +0200 (

svn commit: r1858966 - in /ofbiz/ofbiz-framework/branches/release18.12: ./ framework/base/src/main/java/org/apache/ofbiz/base/util/UtilCodec.java

2019-05-08 Thread jleroux
Author: jleroux Date: Thu May 9 06:05:57 2019 New Revision: 1858966 URL: http://svn.apache.org/viewvc?rev=1858966&view=rev Log: "Applied fix from trunk for revision: 1858965" r1858965 | jleroux | 2019-05-09 08:05:05 +0200 (

svn commit: r1858965 - /ofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/util/UtilCodec.java

2019-05-08 Thread jleroux
Author: jleroux Date: Thu May 9 06:05:05 2019 New Revision: 1858965 URL: http://svn.apache.org/viewvc?rev=1858965&view=rev Log: Fixed: Product content management screen doesn't validate trusted users' input (OFBIZ-10054) Steps to recreate: 1) go to (authenticate with admin/ofbiz): https://localh

svn commit: r1858951 - in /ofbiz/ofbiz-framework/trunk: applications/content/src/main/java/org/apache/ofbiz/content/ applications/product/src/main/java/org/apache/ofbiz/product/product/ applications/w

2019-05-08 Thread mthl
Author: mthl Date: Wed May 8 21:42:27 2019 New Revision: 1858951 URL: http://svn.apache.org/viewvc?rev=1858951&view=rev Log: Improved: Remove useless ‘UtilMisc#makeSetWritable’ method (OFBIZ-11015) Modified: ofbiz/ofbiz-framework/trunk/applications/content/src/main/java/org/apache/ofbiz/con

svn commit: r1858935 - /ofbiz/ofbiz-framework/branches/release17.12/framework/base/src/main/java/org/apache/ofbiz/base/html/CustomPermissivePolicy.java

2019-05-08 Thread mthl
Author: mthl Date: Wed May 8 17:12:40 2019 New Revision: 1858935 URL: http://svn.apache.org/viewvc?rev=1858935&view=rev Log: Improved: Rewrite ‘CustomPermissivePolicy#matchesEither’ static method (OFBIZ-10187) It now uses a lambda expression instead of an anonymous class. Modified: ofbiz/o

svn commit: r1858934 - /ofbiz/ofbiz-framework/branches/release18.12/framework/base/src/main/java/org/apache/ofbiz/base/html/CustomPermissivePolicy.java

2019-05-08 Thread mthl
Author: mthl Date: Wed May 8 17:11:35 2019 New Revision: 1858934 URL: http://svn.apache.org/viewvc?rev=1858934&view=rev Log: Improved: Rewrite ‘CustomPermissivePolicy#matchesEither’ static method (OFBIZ-10187) It now uses a lambda expression instead of an anonymous class. Modified: ofbiz/o

svn commit: r1858933 - /ofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/html/CustomPermissivePolicy.java

2019-05-08 Thread mthl
Author: mthl Date: Wed May 8 17:09:25 2019 New Revision: 1858933 URL: http://svn.apache.org/viewvc?rev=1858933&view=rev Log: Improved: Rewrite ‘CustomPermissivePolicy#matchesEither’ static method (OFBIZ-10187) It now uses a lambda expression instead of an anonymous class. Modified: ofbiz/o

svn commit: r1858930 - /ofbiz/branches/release16.11/framework/base/src/main/java/org/apache/ofbiz/base/util/UtilProperties.java

2019-05-08 Thread mthl
Author: mthl Date: Wed May 8 15:22:19 2019 New Revision: 1858930 URL: http://svn.apache.org/viewvc?rev=1858930&view=rev Log: Improved: Add missing ‘synchronized’ modifier (OFBIZ-11004) Overriding a synchronized method with a non-synchronized one can introduce potential runtime concurrency bugs.

svn commit: r1858929 - /ofbiz/ofbiz-framework/branches/release17.12/framework/base/src/main/java/org/apache/ofbiz/base/util/UtilProperties.java

2019-05-08 Thread mthl
Author: mthl Date: Wed May 8 15:20:24 2019 New Revision: 1858929 URL: http://svn.apache.org/viewvc?rev=1858929&view=rev Log: Improved: Add missing ‘synchronized’ modifier (OFBIZ-11004) Overriding a synchronized method with a non-synchronized one can introduce potential runtime concurrency bugs.

svn commit: r1858928 - /ofbiz/ofbiz-framework/branches/release18.12/framework/base/src/main/java/org/apache/ofbiz/base/util/UtilProperties.java

2019-05-08 Thread mthl
Author: mthl Date: Wed May 8 15:16:59 2019 New Revision: 1858928 URL: http://svn.apache.org/viewvc?rev=1858928&view=rev Log: Improved: Add missing ‘synchronized’ modifier (OFBIZ-11004) Overriding a synchronized method with a non-synchronized one can introduce potential runtime concurrency bugs.