Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0014092Openbravo ERPA. Platformpublic2010-07-29 17:122010-10-30 11:24
jpabloae 
alostale 
normalminoralways
closedfixed 
20Community Appliance
pi 
 
Core
No
0014092: HttpsUtils.java: unused code
The src/org/openbravo/erpCommon/utility/HttpsUtils.java file contains some unused code, the one related to SSL certificate installation.
That should be removed and the license should be set back to OBPL.
No tags attached.
Issue History
2010-07-29 17:12jpabloaeNew Issue
2010-07-29 17:12jpabloaeAssigned To => alostale
2010-07-29 17:14jpabloaeIssue Monitored: pjuvara
2010-07-29 17:27jpabloaeNote Added: 0029673
2010-08-02 08:09alostaleStatusnew => scheduled
2010-10-24 22:33hgbotCheckin
2010-10-24 22:33hgbotNote Added: 0032142
2010-10-24 22:33hgbotStatusscheduled => resolved
2010-10-24 22:33hgbotResolutionopen => fixed
2010-10-24 22:33hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/617b923454aaa7e668592787b6731d5fc49dc709 [^]
2010-10-24 22:33hgbotCheckin
2010-10-24 22:33hgbotNote Added: 0032143
2010-10-25 19:36hudsonbotCheckin
2010-10-25 19:36hudsonbotNote Added: 0032188
2010-10-25 19:36hudsonbotCheckin
2010-10-25 19:36hudsonbotNote Added: 0032189
2010-10-26 15:35shuehnerNote Added: 0032223
2010-10-26 15:35shuehnerStatusresolved => closed
2010-10-30 11:24anonymoussf_bug_id0 => 3098726

Notes
(0029673)
jpabloae   
2010-07-29 17:27   
This change will break the API. Given that it makes no sense for anyone to use these classes it will be accepted.
(0032142)
hgbot   
2010-10-24 22:33   
Repository: erp/devel/pi
Changeset: 617b923454aaa7e668592787b6731d5fc49dc709
Author: Gorka Ion Damián <gorkaion.damian <at> openbravo.com>
Date: Wed Sep 29 17:40:27 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/617b923454aaa7e668592787b6731d5fc49dc709 [^]

Fixed issue 14092.Removed unused code. Deprecated public methods.

---
M src/org/openbravo/erpCommon/ad_process/HeartbeatProcess.java
M src/org/openbravo/erpCommon/modules/ImportModule.java
M src/org/openbravo/erpCommon/obps/ActiveInstanceProcess.java
M src/org/openbravo/erpCommon/utility/HttpsUtils.java
---
(0032143)
hgbot   
2010-10-24 22:33   
Repository: erp/devel/pi
Changeset: fd3f1b6a63c6f923c6f692832cef1245efedfcf5
Author: Gorka Ion Damián <gorkaion.damian <at> openbravo.com>
Date: Wed Sep 29 17:45:43 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/fd3f1b6a63c6f923c6f692832cef1245efedfcf5 [^]

Related to issue 14092.Fixed license.

---
M src/org/openbravo/erpCommon/obps/ActiveInstanceProcess.java
M src/org/openbravo/erpCommon/utility/HttpsUtils.java
---
(0032188)
hudsonbot   
2010-10-25 19:36   
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/617b923454aa [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/8e23f326cade [^]
Tests: http://builds.openbravo.com/view/int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.18733.obx [^]
(0032189)
hudsonbot   
2010-10-25 19:36   
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/fd3f1b6a63c6 [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/8e23f326cade [^]
Tests: http://builds.openbravo.com/view/int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.18733.obx [^]
(0032223)
shuehner   
2010-10-26 15:35   
Code reviewed and all users of the code in core executed once.
Background: This deleted code could be used to auto-accept any certificate based on some certificate field, is the certificate received from the server was not already accepted by java. As the normal certificates used by ob-provided servers are accepted and the used certificate (butler) does not use the special marker value this code was not used in practice with the erp and can thus be removed safely.