Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0016055 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] Z. Others | minor | sometimes | 2011-02-25 11:13 | 2011-05-24 10:55 | |||
Reporter | adrianromero | View Status | public | |||||
Assigned To | jpabloae | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | 3.0RC5 | |||
Status | closed | Fix in branch | pi | Fixed in SCM revision | a | |||
Projection | none | ETA | none | Target Version | ||||
OS | Linux 32 bit | Database | PostgreSQL | Java version | 1.6.0_18 | |||
OS Version | Community Appliance | Database version | 8.3.9 | Ant version | 1.7.1 | |||
Product Version | 2.50MP26 | SCM revision | ||||||
Merge Request Status | ||||||||
Review Assigned To | ||||||||
OBNetwork customer | No | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0016055: Tomcat connector not properly configured | |||||||
Description | The tomcat connector in the configuration file conf/server.xml must be configured to support UTF-8 encoding. The problem of not doing this are the related errors with locale characters like Ñ, Á, Ü in Spanish when using selectors. | |||||||
Steps To Reproduce | Follow the steps to reproduce of the related issues. | |||||||
Proposed Solution | Modify the connector configuration file conf/sever.xml and add the attribute: URIEncoding="utf-8" This must be done in the AJP/1.3 connector if using apache with mod_jk and other connectors used. The AJP/1.3 connector configuration must be similar to the following line: <Connector port="8009" protocol="AJP/1.3" redirectPort="8443" URIEncoding="utf-8"/> If using Tomcat standalone you must modify the HTTP/1.1 connector: <Connector connectionTimeout="20000" port="8084" protocol="HTTP/1.1" redirectPort="8443" URIEncoding="utf-8"/> | |||||||
Tags | closingMay2011 | |||||||
Attached Files | ||||||||
![]() |
|||||||||||||||
|
![]() |
|
(0034371) dmitry_mezentsev (viewer) 2011-02-25 14:15 |
Juan Pablo, Do we have these parameters correctly configured in our standard OB deliverables like appliances, Ubuntu package? |
(0034400) jpabloae (viewer) 2011-02-28 11:04 |
Dmitry, No, this is why this bug is assigned to me. We need to fix this in both. |
(0034404) iciordia (viewer) 2011-02-28 11:25 |
Juan Pablo, it is not clear to me what is the severy of the issue. Does it mean that old selectors do not render 'non-ascii' characters properly in any case? If that's the case I would increase the severity to 'Major' and target a fix for the next MP. Ismael |
(0034431) dmitry_mezentsev (viewer) 2011-02-28 16:32 |
Actually, seems like NOW is the best timing to fix it because we are about to release MP27 and also RC4.1 is coming. |
(0034571) jpabloae (viewer) 2011-03-04 15:51 |
Fixed for the upcoming 3.0RC5 and 2.50MP28, both in the appliance and for the Ubuntu package. |
(0034572) jpabloae (viewer) 2011-03-04 15:52 |
Isma: yes, it looks like that's what happens. Strange that we haven't noticed until now. |
![]() |
|||
Date Modified | Username | Field | Change |
2011-02-25 11:13 | adrianromero | New Issue | |
2011-02-25 11:13 | adrianromero | Assigned To | => jpabloae |
2011-02-25 11:13 | adrianromero | Modules | => Core |
2011-02-25 11:13 | adrianromero | OBNetwork customer | => No |
2011-02-25 11:14 | adrianromero | Relationship added | related to 0015675 |
2011-02-25 11:14 | adrianromero | Relationship added | depends on 0015676 |
2011-02-25 11:14 | adrianromero | Relationship deleted | depends on 0015676 |
2011-02-25 11:14 | adrianromero | Relationship added | depends on 0015677 |
2011-02-25 14:15 | dmitry_mezentsev | Note Added: 0034371 | |
2011-02-28 10:53 | adrianromero | Proposed Solution updated | |
2011-02-28 11:04 | jpabloae | Note Added: 0034400 | |
2011-02-28 11:25 | iciordia | Note Added: 0034404 | |
2011-02-28 16:32 | dmitry_mezentsev | Note Added: 0034431 | |
2011-03-04 15:50 | jpabloae | Status | new => scheduled |
2011-03-04 15:50 | jpabloae | fix_in_branch | => pi |
2011-03-04 15:51 | jpabloae | Note Added: 0034571 | |
2011-03-04 15:51 | jpabloae | Status | scheduled => resolved |
2011-03-04 15:51 | jpabloae | Fixed in Version | => 3.0RC5 |
2011-03-04 15:51 | jpabloae | Fixed in SCM revision | => n/a |
2011-03-04 15:51 | jpabloae | Resolution | open => fixed |
2011-03-04 15:52 | jpabloae | Note Added: 0034572 | |
2011-05-24 10:12 | dalsasua | Tag Attached: closingMay2011 | |
2011-05-24 10:55 | dalsasua | Status | resolved => closed |
Copyright © 2000 - 2009 MantisBT Group |