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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0015936
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 09. Financial managementmajoralways2011-02-10 16:312011-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

0015936: 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 ]
depends on backport 00156752.50MP27 closedjonalegriaesarte In bank statement, create lines from the business partner selector does not work fine if you search for the character ñ 

-  Notes
(0034307)
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-02-10 16:31 adrianromero New Issue
2011-02-10 16:31 adrianromero Assigned To => jonalegriaesarte
2011-02-10 16:31 adrianromero Modules => Core
2011-02-10 16:31 adrianromero Issue generated from 0015675
2011-02-10 16:31 adrianromero Relationship added depends on 0015675
2011-02-10 16:32 adrianromero Status new => scheduled
2011-02-10 16:32 adrianromero fix_in_branch => pi
2011-02-22 12:20 adrianromero Note Added: 0034307
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: 0034307 View Revisions
2011-02-23 00:00 anonymous sf_bug_id 0 => 3189585


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker