Should be twice URIEncoding attribute in the last line?
Thanks
El 25/02/2011 11:46, Adrián Romero escribió:
Hello
If you use Openbravo ERP with the default Tomcat configuration you may
find problems with non ASCII characters that are passed as GET
parameters as is reported in the issues:
https://issues.openbravo.com/view.php?id=15675
https://issues.openbravo.com/view.php?id=15677
To fix this you need to modify the Tomcat connector configuration file
conf/sever.xml and add the attribute:
URIEncoding="utf-8"
This must be done in the AJP/1.3 connector if using apache with
mod_jk. The AJP/1.3 connector configuration must be similar to the
following line:
<Connector port="8009" protocol="AJP/1.3" redirectPort="8443"
URIEncoding="utf-8"/>
If using Tomcat standalone you must modify the HTTP/1.1 connector:
<Connector URIEncoding="utf-8" connectionTimeout="20000" port="8084"
protocol="HTTP/1.1" redirectPort="8443" URIEncoding="utf-8"/>
Best regards
--
Adrián Romero
adrian.rom...@openbravo.com <mailto:adrian.rom...@openbravo.com>
Openbravo, S. L.
http://www.openbravo.com
Opening ERP's future!
Address
Ed. Slan, Calle J, Landaben,
Pamplona, 31012, Spain
Mailing Address
PO Box 5117,
Pamplona, 31010, Spain
------------------------------------------------------------------------------
Free Software Download: Index, Search& Analyze Logs and other IT data in
Real-Time with Splunk. Collect, index and harness all the fast moving IT data
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business
insights. http://p.sf.net/sfu/splunk-dev2dev
_______________________________________________
Openbravo-development mailing list
Openbravo-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-development
------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in
Real-Time with Splunk. Collect, index and harness all the fast moving IT data
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business
insights. http://p.sf.net/sfu/splunk-dev2dev
_______________________________________________
Openbravo-development mailing list
Openbravo-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-development