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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0015625
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 07. Sales managementminoralways2011-01-12 09:512011-02-24 00:00
ReporterxabiermerinoView Statuspublic 
Assigned Toadrianromero 
PriorityhighResolutionno change requiredFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version2.50MP27
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product Version2.50MP25SCM revision 
Merge Request Status
Review Assigned To
OBNetwork customerOBPS
Web browser
ModulesCore
Support ticket
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0015625: Selectors do not work properly with accents

DescriptionIf you introduce a word with an accent in selectors, the accent appears as ñ, ç.
Steps To Reproduce- 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.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
duplicate of backport 00156772.50MP27 closedjonalegriaesarte The account element value selector does not work well with accents or ñ 

-  Notes
(0034338)
adrianromero (viewer)
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"/>

- Issue History
Date Modified Username Field Change
2011-01-12 09:51 xabiermerino New Issue
2011-01-12 09:51 xabiermerino Assigned To => adrianromero
2011-01-12 09:51 xabiermerino Modules => Core
2011-01-12 09:51 xabiermerino OBNetwork customer => Yes
2011-01-12 09:59 xabiermerino Issue Monitored: networkb
2011-01-12 12:35 shuehner Issue Monitored: shuehner
2011-02-23 17:52 adrianromero Note Added: 0034338
2011-02-23 17:52 adrianromero Status new => closed
2011-02-23 17:52 adrianromero Resolution open => no change required
2011-02-23 17:53 adrianromero Relationship added duplicate of 0015677
2011-02-24 00:00 anonymous sf_bug_id 0 => 3190627


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker