Openbravo Issue Tracking System - Openbravo ERP |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0004156 | Openbravo ERP | A. Platform | public | 2008-06-24 17:33 | 2009-05-21 16:37 |
|
| Reporter | villind | |
| Assigned To | shuehner | |
| Priority | urgent | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | |
| Platform | | OS | 5 | OS Version | |
| Product Version | | |
| Target Version | | Fixed in Version | | |
| Merge Request Status | |
| Review Assigned To | |
| OBNetwork customer | OBPS |
| Web browser | |
| Modules | Core |
| Support ticket | |
| Regression level | |
| Regression date | |
| Regression introduced in release | |
| Regression introduced by commit | |
| Triggers an Emergency Pack | No |
|
| Summary | 0004156: Base64 encoding uses non standard class from sun.misc |
| Description | File src-core/src/org/openbravo/utils/CryptoSHA1BASE64.java uses non-standard class which may not be available on non Sun JVM implementations and may be removed without any notice.
As there is already commons-codec library in use which provides an equivalent implementation start using it. |
| Steps To Reproduce | |
| Proposed Solution | |
| Additional Information | |
| Tags | OBN |
| Relationships | | depends on | backport | 0006716 | | closed | shuehner | Base64 encoding uses non standard class from sun.misc | | blocks | defect | 0002642 | | closed | shuehner | Base64 encoding uses non standard class from sun.misc |
|
| Attached Files | |
|
| Issue History |
| Date Modified | Username | Field | Change |
| 2008-06-24 17:33 | cromero | New Issue | |
| 2008-06-24 17:33 | cromero | Assigned To | => villind |
| 2008-06-24 17:33 | cromero | Status | new => scheduled |
| 2008-06-24 17:34 | cromero | Tag Attached: OBN | |
| 2008-06-24 17:34 | cromero | OBNetwork customer | => Yes |
| 2008-06-24 17:34 | cromero | Assigned To | villind => cromero |
| 2008-06-24 17:34 | cromero | Priority | normal => urgent |
| 2008-06-24 17:34 | cromero | Category | A.Installation & Platform => A.Installation & Platform |
| 2008-06-24 17:34 | cromero | Description Updated | |
| 2008-06-24 18:04 | cromero | Status | scheduled => feedback |
| 2008-06-27 12:22 | cromero | Status | feedback => scheduled |
| 2008-06-30 13:28 | svnbot | Checkin | |
| 2008-06-30 13:28 | svnbot | Note Added: 0008073 | |
| 2008-06-30 13:28 | svnbot | Status | scheduled => resolved |
| 2008-06-30 13:28 | svnbot | Resolution | open => fixed |
| 2008-06-30 13:28 | svnbot | svn_revision | => 5488 |
| 2008-10-08 18:19 | psarobe | Regression testing | => No |
| 2008-10-08 18:19 | psarobe | Status | resolved => closed |
| 2008-10-08 18:19 | psarobe | Note Added: 0009453 | |
| 2008-12-22 15:00 | shuehner | Assigned To | cromero => shuehner |
| 2008-12-22 15:00 | shuehner | Status | closed => new |
| 2008-12-22 15:00 | shuehner | Resolution | fixed => open |
| 2008-12-22 15:00 | shuehner | Note Added: 0011662 | |
| 2008-12-22 15:00 | shuehner | Fixed in Version | 2.35MP7 => |
| 2008-12-22 15:01 | shuehner | Status | new => scheduled |
| 2008-12-22 15:01 | shuehner | fix_in_branch | 2.3x => trunk |
| 2008-12-22 15:51 | svnbot | Checkin | |
| 2008-12-22 15:51 | svnbot | Note Added: 0011671 | |
| 2008-12-22 15:51 | svnbot | Status | scheduled => resolved |
| 2008-12-22 15:51 | svnbot | Resolution | open => fixed |
| 2008-12-22 15:51 | svnbot | svn_revision | 5488 => 11496 |
| 2009-05-21 16:37 | psarobe | Status | resolved => closed |
|
Notes |
|
|
(0008073)
|
|
svnbot
|
|
2008-06-30 13:28
|
|
Repository: openbravo
Revision: 5488
Author: cromeroherrero
Date: 2008-06-30 13:28:44 +0200 (Mon, 30 Jun 2008)
Fixed bug 4156: Base64 encoding uses non standard class from sun.misc
---
A branches/r2.3x/lib/commons-codec-1.3.jar
U branches/r2.3x/src-core/.classpath
A branches/r2.3x/src-core/lib/commons-codec-1.3.jar
U branches/r2.3x/src-core/src/org/openbravo/utils/CryptoSHA1BASE64.java
---
https://dev.openbravo.com/websvn/openbravo/?rev=5488&sc=1 [^]
|
|
|
|
|
|
No warning when ant core.lib |
|
|
|
|
|
Reopening as CryptoUtility is another user of sun.misc classes and the original defect was reopened because of this issue. |
|
|
|
(0011671)
|
|
svnbot
|
|
2008-12-22 15:51
|
|
Repository: openbravo
Revision: 11496
Author: huehner
Date: 2008-12-22 15:51:23 +0100 (Mon, 22 Dec 2008)
Fixed 4156
Remove usage of sun.misc classes by replacing their use with commons-codec usage.
---
U branches/r2.3x/src-core/src/org/openbravo/utils/CryptoUtility.java
---
https://dev.openbravo.com/websvn/openbravo/?rev=11496&sc=1 [^]
|
|