Openbravo Issue Tracking System - Retail Modules | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0039574 | Retail Modules | Web POS | public | 2018-10-31 12:35 | 2018-10-31 12:35 |
Reporter | joniturralde93 | ||||
Assigned To | Retail | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Merge Request Status | |||||
Review Assigned To | |||||
OBNetwork customer | |||||
Support ticket | |||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0039574: File separator syntax can be problematic for Windows (MOBILE CORE INFRASTRUCTURE) | ||||
Description | In MobileCoreApplicationCacheComponent.java file, line 107 is the following: String relativePath = "/web" + File.separatorChar + "org.openbravo.mobile.core"; This can lead to errors in windows, the correct way would be: String relativePath = File.separatorChar + "web" + File.separatorChar + "org.openbravo.mobile.core"; There are more cases like this in the same file which use '/' character as default for paths. | ||||
Steps To Reproduce | Just check the provided file: org.openbravo.mobile.core/src/org/openbravo/mobile/core/MobileCoreApplicationCacheComponent.java | ||||
Proposed Solution | Substitute '/' for File.separatorChar | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2018-10-31 12:35 | joniturralde93 | New Issue | |||
2018-10-31 12:35 | joniturralde93 | Assigned To | => Retail | ||
2018-10-31 12:35 | joniturralde93 | Triggers an Emergency Pack | => No |
There are no notes attached to this issue. |