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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0015938
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 09. Financial managementmajoralways2011-02-10 16:332011-02-23 00:00
ReporteradrianromeroView Statuspublic 
Assigned Tojonalegriaesarte 
PriorityurgentResolutionno change requiredFixed in Version
StatusclosedFix in branchpiFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionpiSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0015938: The account element value selector does not work well with accents or ñ

DescriptionThe account element value selector does not work properly. The user can not search for text with accents or the character ñ.
Steps To Reproduce- 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.
TagsNo tags attached.
Attached Files

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

-  Notes
(0034309)
adrianromero (manager)
2011-02-22 12:21
edited on: 2011-02-22 12:22

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-02-10 16:33 adrianromero New Issue
2011-02-10 16:33 adrianromero Assigned To => jonalegriaesarte
2011-02-10 16:33 adrianromero Modules => Core
2011-02-10 16:33 adrianromero Issue generated from 0015677
2011-02-10 16:33 adrianromero Relationship added depends on 0015677
2011-02-10 16:33 adrianromero Status new => scheduled
2011-02-10 16:33 adrianromero fix_in_branch => pi
2011-02-15 13:33 adrianromero Relationship added related to 0015988
2011-02-15 14:15 adrianromero Relationship deleted related to 0015988
2011-02-22 12:21 adrianromero Note Added: 0034309
2011-02-22 12:21 adrianromero Status scheduled => closed
2011-02-22 12:21 adrianromero Resolution open => no change required
2011-02-22 12:22 adrianromero Note Edited: 0034309 View Revisions
2011-02-23 00:00 anonymous sf_bug_id 0 => 3189586


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker