Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
ID | ||||||||||||
0039574 | ||||||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
defect | [Retail Modules] Web POS | minor | always | 2018-10-31 12:35 | 2018-10-31 12:35 | |||||||
Reporter | joniturralde93 | View Status | public | |||||||||
Assigned To | Retail | |||||||||||
Priority | normal | Resolution | open | Fixed in Version | ||||||||
Status | new | Fix in branch | Fixed in SCM revision | |||||||||
Projection | none | ETA | none | Target Version | ||||||||
OS | Any | Database | Any | Java version | ||||||||
OS Version | Database version | Ant version | ||||||||||
Product Version | SCM revision | |||||||||||
Review Assigned To | ||||||||||||
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 | |||||||||||
Tags | No tags attached. | |||||||||||
Attached Files | ||||||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |
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 |
Copyright © 2000 - 2009 MantisBT Group |