Re: Replace password encryption SHA-1 by SHA-512

2016-12-08 Thread Hans Bakker
What is the impact? if people have to re-enter the password then it is not acceptable. it should be backwards compatible. Regards, Hans On 08/12/16 16:33, Michael Brohl wrote: Jacques, I have no time to think about it more so I would prefer to create a Jira, provide a patch and wait a few

Re: svn commit: r1772879 - in /ofbiz/trunk: ./ framework/base/src/main/java/org/apache/ofbiz/base/container/ framework/start/src/main/java/org/apache/ofbiz/base/start/

2016-12-08 Thread Pierre Smits
I suggest to start new issues in our JIRA. Best regards Pierre Smits ORRTIZ.COM OFBiz based solutions & services OFBiz Extensions Marketplace http://oem.ofbizci.net/oci-2/ On Thu, Dec 8, 2016 at 11:54 AM, Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > Thanks

Re: svn commit: r1772879 - in /ofbiz/trunk: ./ framework/base/src/main/java/org/apache/ofbiz/base/container/ framework/start/src/main/java/org/apache/ofbiz/base/start/

2016-12-08 Thread Jacques Le Roux
Thanks for the clarification and the fix Taher I was unsure all the labels files followed the "*Labels.xml" pattern. Obviously it does, good! There are few files which should maybe not be in the ofbiz.jar file, like ImageProperties.xml SeoConfig.xml But I don't think it's a concern, and if

Re: [DISCUSSION] Improving the OFBiz User Interface

2016-12-08 Thread Divesh Dutta
Sounds good Julien. Order process was just an example. I agree with you to start with other common components. Thanks -- Divesh Dutta On Thu, Dec 8, 2016 at 1:25 PM, Julien NICOLAS wrote: > Hi Divesh, > > As a first step, because we have a lot of work before

Re: Replace password encryption SHA-1 by SHA-512

2016-12-08 Thread Michael Brohl
Jacques, I have no time to think about it more so I would prefer to create a Jira, provide a patch and wait a few days for people to review. I see no need to hurry with this issue. Thanks, Michael Am 08.12.16 um 10:01 schrieb Jacques Le Roux: OK, nobody expressed a concern so I'll apply a

Re: svn commit: r1772879 - in /ofbiz/trunk: ./ framework/base/src/main/java/org/apache/ofbiz/base/container/ framework/start/src/main/java/org/apache/ofbiz/base/start/

2016-12-08 Thread Taher Alkhateeb
Hi Jacques, actually I entered a type, that "." before Labels.xml should not be there. So I already excluded all the label files, I'll fix this shortly. As to why include other XML files, it's because the classpath logic changed and we need to define things in Gradle (no longer loaded from OFBiz,

Re: Replace password encryption SHA-1 by SHA-512

2016-12-08 Thread Jacques Le Roux
OK, nobody expressed a concern so I'll apply a lazy consensus and implement "SHA-512 and increase PBKDF2_ITERATIONS to 10 000" Else please express your concern now before I create a Jira for that Thanks Jacques Le 05/12/2016 à 16:38, Jacques Le Roux a écrit : Thanks Jinghai, indeed Argon

Re: svn commit: r1772879 - in /ofbiz/trunk: ./ framework/base/src/main/java/org/apache/ofbiz/base/container/ framework/start/src/main/java/org/apache/ofbiz/base/start/

2016-12-08 Thread Jacques Le Roux
Le 06/12/2016 à 13:31, ta...@apache.org a écrit : Author: taher Date: Tue Dec 6 12:31:00 2016 New Revision: 1772879 URL: http://svn.apache.org/viewvc?rev=1772879=rev Log: Improved: Refactor and simplify the startup sequence in OFBiz (OFBIZ-8337) This is another major commit to the refactoring