Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0016055 | Openbravo ERP | Z. Others | public | 2011-02-25 11:13 | 2011-05-24 10:55 |
|
Reporter | adrianromero | |
Assigned To | jpabloae | |
Priority | urgent | Severity | minor | Reproducibility | sometimes |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Community Appliance |
Product Version | 2.50MP26 | |
Target Version | | Fixed in Version | 3.0RC5 | |
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"/>
|
Additional Information | |
Tags | closingMay2011 |
Relationships | related to | backport | 0015675 | 2.50MP27 | closed | jonalegriaesarte | In bank statement, create lines from the business partner selector does not work fine if you search for the character ñ | depends on | backport | 0015677 | 2.50MP27 | closed | jonalegriaesarte | The account element value selector does not work well with accents or ñ |
|
Attached Files | |
|
Issue History |
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 |
Notes |
|
|
Juan Pablo,
Do we have these parameters correctly configured in our standard OB deliverables like appliances, Ubuntu package? |
|
|
|
Dmitry,
No, this is why this bug is assigned to me. We need to fix this in both. |
|
|
(0034404)
|
iciordia
|
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 |
|
|
|
Actually, seems like NOW is the best timing to fix it because we are about to release MP27 and also RC4.1 is coming. |
|
|
|
Fixed for the upcoming 3.0RC5 and 2.50MP28, both in the appliance and for the Ubuntu package. |
|
|
|
Isma: yes, it looks like that's what happens. Strange that we haven't noticed until now. |
|