On 4/3/06, Nigel Blake <[EMAIL PROTECTED]> wrote: > Problem : Creating a URL type with parameters that have a space > between them causes an IOException in a javabean when called from > Tomcat 5.0.0.27 on a Unix installation. Using the same bean and JSP > code causes no problem when invoked on the same version of Tomcat on a > Windows installation. > > Solutions tried : > > 1.Ensured that the server connector encoding is UTF-8 (suggested in the FAQ) > 2. Have ensured that jsp the page instruction is UTF-8 > 3. I could turn the bean into a servlet and try using the > setContentType or SetCharacterEncoding. ( I would rather not ) > > Any suggestions that would make Unix implementation work would be > gratefully received. I have run out of ideas...
URLEncoder.encode(), URLEncoder.decode() --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]