Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0015936Openbravo ERP09. Financial managementpublic2011-02-10 16:312011-02-23 00:00
adrianromero 
jonalegriaesarte 
urgentmajoralways
closedno change required 
5
pi 
 
Core
No
0015936: In bank statement, create lines from the business partner selector does not work fine if you search for the character ñ
In bank statement, create lines from the business partner selector does not work fine if you search for the character ñ
- Master Data Management || Business Partner
- Create a new business partner. The name must include the character ñ
- Financial Management || Receivables & Payables || Transactions || Bank Statement
- Create a new header
- Create lines from
- Search for ñ in the business partner selector
- Note that a strange character appears in the name field if you click the business partner selector button or in the value field if you press enter.
No tags attached.
depends on backport 00156752.50MP27 closed jonalegriaesarte In bank statement, create lines from the business partner selector does not work fine if you search for the character ñ 
Issue History
2011-02-10 16:31adrianromeroNew Issue
2011-02-10 16:31adrianromeroAssigned To => jonalegriaesarte
2011-02-10 16:31adrianromeroModules => Core
2011-02-10 16:31adrianromeroIssue generated from0015675
2011-02-10 16:31adrianromeroRelationship addeddepends on 0015675
2011-02-10 16:32adrianromeroStatusnew => scheduled
2011-02-10 16:32adrianromerofix_in_branch => pi
2011-02-22 12:20adrianromeroNote Added: 0034307
2011-02-22 12:20adrianromeroStatusscheduled => closed
2011-02-22 12:20adrianromeroResolutionopen => no change required
2011-02-22 12:23adrianromeroNote Edited: 0034307bug_revision_view_page.php?bugnote_id=0034307#r1518
2011-02-23 00:00anonymoussf_bug_id0 => 3189585

Notes
(0034307)
adrianromero   
2011-02-22 12:20   
(edited on: 2011-02-22 12:23)
This is a configuration problem of the Tomcat AJP/1.3 connector.

This issue is only reproducible when using the stack Apache + mod_jk + Tomcat and to fix it is needed to add the parameter:

 URIEncoding="utf-8"

To the Tomcat AJP/1.3 connector that is defined in the file conf/server.xml situado en CATALINA_BASE.

This way the connector definition should be similar to this:

    <Connector port="8009" protocol="AJP/1.3" redirectPort="8443" URIEncoding="utf-8"/>