It might be useful to relax and take a little break Jacques since you
mentioned in another thread that you're having a bit of a rough day.
It might not be a great idea to code when you are in a sour mood. I
suggest to just revert this and come back to it later when you feel
refreshed.

On Tue, Feb 20, 2018 at 6:42 PM, Michael Brohl <michael.br...@ecomify.de> wrote:
> Jacques,
>
> you reverted useful changes/refactorings, I do not see why this was reverted
> now?
>
> r1824807 was a different change (a missing import) which is not reverted
> (and should not be because it is related to these changes).
>
> Please revert this revert.
>
> Jacques, I kindly ask you to slow down a bit. Sometimes less is more...
>
> Thanks,
>
> Michael
>
>
> Am 20.02.18 um 16:17 schrieb jler...@apache.org:
>
>> Author: jleroux
>> Date: Tue Feb 20 15:17:04 2018
>> New Revision: 1824889
>>
>> URL: http://svn.apache.org/viewvc?rev=1824889&view=rev
>> Log:
>> Reverts r1824807 by getting back to initial situation before r1811430
>> It was my bad to no see that when it was automatically merged
>>
>> Modified:
>>
>> ofbiz/branches/release16.11/framework/webapp/src/main/java/org/apache/ofbiz/webapp/control/LoginWorker.java
>>
>> Modified:
>> ofbiz/branches/release16.11/framework/webapp/src/main/java/org/apache/ofbiz/webapp/control/LoginWorker.java
>> URL:
>> http://svn.apache.org/viewvc/ofbiz/branches/release16.11/framework/webapp/src/main/java/org/apache/ofbiz/webapp/control/LoginWorker.java?rev=1824889&r1=1824888&r2=1824889&view=diff
>>
>> ==============================================================================
>> ---
>> ofbiz/branches/release16.11/framework/webapp/src/main/java/org/apache/ofbiz/webapp/control/LoginWorker.java
>> (original)
>> +++
>> ofbiz/branches/release16.11/framework/webapp/src/main/java/org/apache/ofbiz/webapp/control/LoginWorker.java
>> Tue Feb 20 15:17:04 2018
>> @@ -24,7 +24,6 @@ import java.math.BigInteger;
>>   import java.security.cert.X509Certificate;
>>   import java.sql.Timestamp;
>>   import java.util.ArrayList;
>> -import java.util.Arrays;
>>   import java.util.Collection;
>>   import java.util.LinkedList;
>>   import java.util.List;
>> @@ -828,9 +827,7 @@ public static String autoLogoutCleanCook
>>           HttpSession session = request.getSession();
>>             Cookie[] cookies = request.getCookies();
>> -        if (Debug.verboseOn()) {
>> -            Debug.logVerbose("Cookies: " + Arrays.toString(cookies),
>> module);
>> -        }
>> +        if (Debug.verboseOn()) Debug.logVerbose("Cookies:" + cookies,
>> module);
>>           if (cookies != null && userLogin != null) {
>>               for (Cookie autoLoginCookie: cookies) {
>>                   String autoLoginName =
>> autoLoginCookie.getName().replace(".autoUserLoginId", "");
>>
>>
>
>

Reply via email to