Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0015677Openbravo ERP09. Financial managementpublic2011-01-17 13:172011-02-22 12:21
jonalegriaesarte 
jonalegriaesarte 
urgentmajoralways
closedno change required 
5
2.50MP25 
2.50MP27 
OBPS
Core
No
0015677: The account element value selector does not work well with accents or ñ
The account element value selector does not work properly. The user can not search for text with accents or the character ñ.
- Financial Management || Accounting || Analysis Tools || General Ledger Report
- Write something in Account from text field containing a ñ or accent
- Press enter
- The text appears in the name text field with strange characters.
No tags attached.
has duplicate defect 00156252.50MP27 closed adrianromero Selectors do not work properly with accents 
blocks defect 0015938 closed jonalegriaesarte The account element value selector does not work well with accents or ñ 
blocks defect 0016055 closed jpabloae Tomcat connector not properly configured 
Issue History
2011-01-17 13:17jonalegriaesarteNew Issue
2011-01-17 13:17jonalegriaesarteAssigned To => adrianromero
2011-01-17 13:17jonalegriaesarteModules => Core
2011-01-17 13:17jonalegriaesarteOBNetwork customer => Yes
2011-01-18 12:18jonalegriaesarteIssue Monitored: networkb
2011-01-26 11:21egoitzRelationship addedrelated to 0015778
2011-01-26 11:27egoitzSummaryThe account element value selector does not work properly in general ledger report => The account element value selector does not work well with accents or ñ
2011-01-26 11:27egoitzDescription Updatedbug_revision_view_page.php?rev_id=1448#r1448
2011-01-26 11:27egoitzSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=1450#r1450
2011-01-26 11:31egoitzRelationship deletedrelated to 0015778
2011-02-09 13:27adrianromeroTarget Version2.50MP26 => 2.50MP27
2011-02-10 16:32adrianromeroStatusnew => scheduled
2011-02-10 16:32adrianromeroAssigned Toadrianromero => jonalegriaesarte
2011-02-10 16:32adrianromerofix_in_branch => pi
2011-02-10 16:32adrianromeroTypedefect => backport
2011-02-10 16:32adrianromerofix_in_branchpi =>
2011-02-10 16:33adrianromeroIssue cloned0015938
2011-02-10 16:33adrianromeroRelationship addedblocks 0015938
2011-02-22 12:21adrianromeroNote Added: 0034308
2011-02-22 12:21adrianromeroStatusscheduled => closed
2011-02-22 12:21adrianromeroResolutionopen => no change required
2011-02-22 12:23adrianromeroNote Edited: 0034308bug_revision_view_page.php?bugnote_id=0034308#r1514
2011-02-23 17:53adrianromeroRelationship addedhas duplicate 0015625
2011-02-25 11:14adrianromeroRelationship addedblocks 0016055
2011-02-25 12:24adrianromeroRelationship addedrelated to 0016056
2011-02-25 12:24adrianromeroRelationship deletedrelated to 0016056

Notes
(0034308)
adrianromero   
2011-02-22 12:21   
(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"/>