Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0016055
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] Z. Othersminorsometimes2011-02-25 11:132011-05-24 10:55
ReporteradrianromeroView Statuspublic 
Assigned Tojpabloae 
PriorityurgentResolutionfixedFixed in Version3.0RC5
StatusclosedFix in branchpiFixed in SCM revisiona
ProjectionnoneETAnoneTarget Version
OSLinux 32 bitDatabasePostgreSQLJava version1.6.0_18
OS VersionCommunity ApplianceDatabase version8.3.9Ant version1.7.1
Product Version2.50MP26SCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0016055: Tomcat connector not properly configured

DescriptionThe 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 ReproduceFollow the steps to reproduce of the related issues.
Proposed SolutionModify 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"/>

TagsclosingMay2011
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to backport 00156752.50MP27 closedjonalegriaesarte In bank statement, create lines from the business partner selector does not work fine if you search for the character ñ 
depends on backport 00156772.50MP27 closedjonalegriaesarte The account element value selector does not work well with accents or ñ 

-  Notes
(0034371)
dmitry_mezentsev (developer)
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 (reporter)
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 (manager)
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 (developer)
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 (reporter)
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 (reporter)
2011-03-04 15:52

Isma: yes, it looks like that's what happens. Strange that we haven't noticed until now.

- 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: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
Powered by Mantis Bugtracker