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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0015675
TypeCategorySeverityReproducibilityDate SubmittedLast Update
backport[Openbravo ERP] 09. Financial managementmajoralways2011-01-17 09:472011-02-22 12:20
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

0015675: In bank statement, create lines from the business partner selector does not work fine if you search for the character ñ

DescriptionIn bank statement, create lines from the business partner selector does not work fine if you search for the character ñ
Steps To Reproduce- Master Data Management || Business Partner
- Create a new business partner. The name must include the character ñ
- Financial Management || Receivables & Payables || Transactions || Bank Statement
- Create a new header
- Create lines from
- Search for ñ in the business partner selector
- Note that a strange character appears in the name field if you click the business partner selector button or in the value field if you press enter.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0016055 closedjpabloae Tomcat connector not properly configured 
blocks defect 0015936 closedjonalegriaesarte In bank statement, create lines from the business partner selector does not work fine if you search for the character ñ 

-  Notes
(0034306)
adrianromero (manager)
2011-02-22 12:20
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 09:47 jonalegriaesarte New Issue
2011-01-17 09:47 jonalegriaesarte Assigned To => adrianromero
2011-01-17 09:47 jonalegriaesarte Modules => Core
2011-01-17 09:49 jonalegriaesarte Issue Monitored: networkb
2011-02-09 12:17 shuehner Issue Monitored: shuehner
2011-02-09 13:27 adrianromero Target Version 2.50MP26 => 2.50MP27
2011-02-10 16:30 adrianromero Status new => scheduled
2011-02-10 16:30 adrianromero fix_in_branch => pi
2011-02-10 16:31 adrianromero Assigned To adrianromero => jonalegriaesarte
2011-02-10 16:31 adrianromero Type defect => backport
2011-02-10 16:31 adrianromero fix_in_branch pi =>
2011-02-10 16:31 adrianromero Issue cloned 0015936
2011-02-10 16:31 adrianromero Relationship added blocks 0015936
2011-02-22 12:20 adrianromero Note Added: 0034306
2011-02-22 12:20 adrianromero Status scheduled => closed
2011-02-22 12:20 adrianromero Resolution open => no change required
2011-02-22 12:23 adrianromero Note Edited: 0034306 View Revisions
2011-02-25 11:14 adrianromero Relationship added related to 0016055


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker