Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0015625Openbravo ERP07. Sales managementpublic2011-01-12 09:512011-02-24 00:00
xabiermerino 
adrianromero 
highminoralways
closedno change required 
5
2.50MP25 
2.50MP27 
OBPS
Core
No
0015625: Selectors do not work properly with accents
If you introduce a word with an accent in selectors, the accent appears as ñ, ç.
- As Openbravo Admin go to Gestión de Compras || Transacciones || Pedido de compra
- Introduce 'más' in the BP selector
- click enter
- Realize that más% appears.
No tags attached.
duplicate of backport 00156772.50MP27 closed jonalegriaesarte The account element value selector does not work well with accents or ñ 
Issue History
2011-01-12 09:51xabiermerinoNew Issue
2011-01-12 09:51xabiermerinoAssigned To => adrianromero
2011-01-12 09:51xabiermerinoModules => Core
2011-01-12 09:51xabiermerinoOBNetwork customer => Yes
2011-01-12 09:59xabiermerinoIssue Monitored: networkb
2011-01-12 12:35shuehnerIssue Monitored: shuehner
2011-02-23 17:52adrianromeroNote Added: 0034338
2011-02-23 17:52adrianromeroStatusnew => closed
2011-02-23 17:52adrianromeroResolutionopen => no change required
2011-02-23 17:53adrianromeroRelationship addedduplicate of 0015677
2011-02-24 00:00anonymoussf_bug_id0 => 3190627

Notes
(0034338)
adrianromero   
2011-02-23 17:52   
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"/>