HttpServletRequest.getCharacterEncoding -- useless?

2004-07-29 Thread Ian Pilcher
Does the subject API ever return anything useful. Using Tomcat 5, I can't get it to return anything but null. Googling around, it seems that other servlet containers either always return null or always return some default value (usually ISO-8859-1). How the heck am I supposed to process form inpu

RE: HttpServletRequest.getCharacterEncoding -- useless?

2004-07-29 Thread Shapira, Yoav
uly 29, 2004 3:24 PM >To: [EMAIL PROTECTED] >Subject: HttpServletRequest.getCharacterEncoding -- useless? > >Does the subject API ever return anything useful. Using Tomcat 5, I >can't get it to return anything but null. Googling around, it seems >that other servlet contai

Re: HttpServletRequest.getCharacterEncoding -- useless?

2004-07-29 Thread Ian Pilcher
Ian Pilcher wrote: Does the subject API ever return anything useful. Using Tomcat 5, I can't get it to return anything but null. Googling around, it seems that other servlet containers either always return null or always return some default value (usually ISO-8859-1). OK, getCharacterEncoding isn