Openbravo Issue Tracking System - Retail Modules
View Issue Details
0034705Retail ModulesStoreServerpublic2016-12-07 16:062016-12-14 17:31
AugustoMauch 
mtaal 
normalmajorhave not tried
closedfixed 
5
 
 
AugustoMauch
No
0034705: Infinite loop in MobileServerUtils.isMobileServerControllerEnabled
The Mobile.isMobileServerControllerEnabled is calling itsself, resulting in an infinite loop.

The method is deprecated, but in any case the infinite loop should be fixed, the consequences of using the deprecated method would be too bad.
See https://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/file/4b9f3131a589/src/org/openbravo/mobile/core/servercontroller/MobileServerUtils.java#l48 [^]
No tags attached.
Issue History
2016-12-07 16:06AugustoMauchNew Issue
2016-12-07 16:06AugustoMauchAssigned To => mtaal
2016-12-07 16:06AugustoMauchTriggers an Emergency Pack => No
2016-12-08 08:35hgbotCheckin
2016-12-08 08:35hgbotNote Added: 0092208
2016-12-08 08:35hgbotStatusnew => resolved
2016-12-08 08:35hgbotResolutionopen => fixed
2016-12-08 08:35hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/c2338e4c006773819c82ed681c01a8cbb6eab2f3 [^]
2016-12-12 16:05mtaalReview Assigned To => AugustoMauch
2016-12-14 17:31AugustoMauchNote Added: 0092372
2016-12-14 17:31AugustoMauchStatusresolved => closed

Notes
(0092208)
hgbot   
2016-12-08 08:35   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: c2338e4c006773819c82ed681c01a8cbb6eab2f3
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Thu Dec 08 08:32:08 2016 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/c2338e4c006773819c82ed681c01a8cbb6eab2f3 [^]

Fixes issue 34705: Infinite loop in MobileServerUtils.isMobileServerControllerEnabled
Solve infinite loop

---
M src/org/openbravo/mobile/core/servercontroller/MobileServerUtils.java
---
(0092372)
AugustoMauch   
2016-12-14 17:31   
Code reviewed and verified