Re: Upload: strange characters in german filename

2005-09-08 Thread Bart Frackiewicz
Thanks Jason and Martin, i solved it using following steps: * struts-config.xml: * adding the charset in HTML to ISO-8859-1 * adding-Dfile.encoding=ISO-8859-1 to Tomcats CATALINA_OPTS My Database is still in UNICODE (Postgres). Now it works, i am happy and my customer too. Bye Bart --

Re: Security constraint not working

2005-09-07 Thread Bart Frackiewicz
perhaps you need at least one with a given role - or you leave it empty (look into the example, there is a before ). Neil Aggarwal schrieb: Hello: no_access *.jsp my example: BOS Airliquide Deutschland *.do

Upload: strange characters in german filename

2005-09-07 Thread Bart Frackiewicz
Hello, after uploading a file, getFileName() returns me always a wrong filename, if the filename contains one of the german umlaute (like ü, ä or ö). The filename looks like: "Angebot_Tipps fᅵr Kids.doc" (i display it BEFORE i save the name in the database). This error appears _only_ in the