Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
ID | ||||||||||||
0021706 | ||||||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
design defect | [Openbravo ERP] A. Platform | minor | always | 2012-09-20 17:57 | 2012-09-21 10:03 | |||||||
Reporter | caristu | View Status | public | |||||||||
Assigned To | AugustoMauch | |||||||||||
Priority | high | Resolution | open | Fixed in Version | ||||||||
Status | new | Fix in branch | Fixed in SCM revision | |||||||||
Projection | none | ETA | none | Target Version | ||||||||
OS | Windows | Database | Any | Java version | ||||||||
OS Version | Database version | Ant version | ||||||||||
Product Version | SCM revision | |||||||||||
Review Assigned To | ||||||||||||
Web browser | ||||||||||||
Modules | Core | |||||||||||
Regression level | ||||||||||||
Regression date | ||||||||||||
Regression introduced in release | ||||||||||||
Regression introduced by commit | ||||||||||||
Triggers an Emergency Pack | No | |||||||||||
Summary | 0021706: In some Windows versions, the deployed path exceeds the maximum length allowed | |||||||||||
Description | In some Windows versions, the concatenation of the standard install path of Tomcat with the longest length of internal path (207) exceeds the limit (260), so after deploying the application some unexpected behaviour occurs like some images doesn't appear. For Example, for Windows Vista/7 versions, the default installation path for Tomcat is: "C:\Program Files (x86)\Apache Software Foundation\Tomcat 6.0\" (61 characters) It would be appropriate to take two security characters (thinking in future Tomcat versions), so 61 + 2 = 63 So, the context path will be "C:\Program Files (x86)\Apache Software Foundation\Tomcat 6.0\webapps\openbravo-erp\" (83 + 2 security characters) Then, 260 - 85 = 175. We have 175 characters left for the deploy path. The configuration should works for the standard installation paths, because if the user chooses a custom one, the configuration can exceed the limit anyway. | |||||||||||
Steps To Reproduce | 1) Using a Spanish Windows version (for example) 2) Install tomcat in its default environment 3) Install and deploy openbravo | |||||||||||
Tags | No tags attached. | |||||||||||
Attached Files | ||||||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Issue History | |||
Date Modified | Username | Field | Change |
2012-09-20 17:57 | caristu | New Issue | |
2012-09-20 17:57 | caristu | Assigned To | => AugustoMauch |
2012-09-20 17:57 | caristu | Modules | => Core |
2012-09-20 17:57 | caristu | Relationship added | related to 0021604 |
2012-09-20 17:57 | caristu | Issue Monitored: networkb | |
2012-09-20 18:10 | caristu | Summary | In some windows version, the deployed path exceeds the maximum length allowed => In some windows versions, the deployed path exceeds the maximum length allowed |
2012-09-21 10:01 | caristu | Summary | In some windows versions, the deployed path exceeds the maximum length allowed => In some Windows versions, the deployed path exceeds the maximum length allowed |
2012-09-21 10:01 | caristu | Description Updated | View Revisions |
2012-09-21 10:03 | caristu | Description Updated | View Revisions |
Copyright © 2000 - 2009 MantisBT Group |