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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0015677
TypeCategorySeverityReproducibilityDate SubmittedLast Update
backport[Openbravo ERP] 09. Financial managementmajoralways2011-01-17 13:172011-02-22 12:21
ReporterjonalegriaesarteView Statuspublic 
Assigned Tojonalegriaesarte 
PriorityurgentResolutionno change requiredFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version2.50MP27
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product Version2.50MP25SCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0015677: 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 ]
has duplicate defect 00156252.50MP27 closedadrianromero Selectors do not work properly with accents 
blocks defect 0015938 closedjonalegriaesarte The account element value selector does not work well with accents or ñ 
blocks defect 0016055 closedjpabloae Tomcat connector not properly configured 

-  Notes
(0034308)
adrianromero (manager)
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"/>


- Issue History
Date Modified Username Field Change
2011-01-17 13:17 jonalegriaesarte New Issue
2011-01-17 13:17 jonalegriaesarte Assigned To => adrianromero
2011-01-17 13:17 jonalegriaesarte Modules => Core
2011-01-18 12:18 jonalegriaesarte Issue Monitored: networkb
2011-01-26 11:21 egoitz Relationship added related to 0015778
2011-01-26 11:27 egoitz Summary The 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:27 egoitz Description Updated View Revisions
2011-01-26 11:27 egoitz Steps to Reproduce Updated View Revisions
2011-01-26 11:31 egoitz Relationship deleted related to 0015778
2011-02-09 13:27 adrianromero Target Version 2.50MP26 => 2.50MP27
2011-02-10 16:32 adrianromero Status new => scheduled
2011-02-10 16:32 adrianromero Assigned To adrianromero => jonalegriaesarte
2011-02-10 16:32 adrianromero fix_in_branch => pi
2011-02-10 16:32 adrianromero Type defect => backport
2011-02-10 16:32 adrianromero fix_in_branch pi =>
2011-02-10 16:33 adrianromero Issue cloned 0015938
2011-02-10 16:33 adrianromero Relationship added blocks 0015938
2011-02-22 12:21 adrianromero Note Added: 0034308
2011-02-22 12:21 adrianromero Status scheduled => closed
2011-02-22 12:21 adrianromero Resolution open => no change required
2011-02-22 12:23 adrianromero Note Edited: 0034308 View Revisions
2011-02-23 17:53 adrianromero Relationship added has duplicate 0015625
2011-02-25 11:14 adrianromero Relationship added blocks 0016055
2011-02-25 12:24 adrianromero Relationship added related to 0016056
2011-02-25 12:24 adrianromero Relationship deleted related to 0016056


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker