> Dont' forget that it's not only new API call for setting encoding.
> but olds calls:
>
> HttpUtils.parsePostData( int len, ServletInputStream in)
> HttpUtils.parseQueryString(java.lang.String s)
First of all, there's about zero reason to use these methods. Second,
you could still change the encoding of the Strings returned after the
parsing, as shown in Chap 12. (You know this is possible because
getParameter() uses these calls internally.)
> must be deprecated and new two must be added
I suspect before two new methods were added, you'd see those methods
deprecated with no new one to replace them -- unless anyone can provide
a reason for those calls to be public?
-jh-
--
Jason Hunter
[EMAIL PROTECTED]
Book: http://www.servlets.com/book
2.0 to 2.1: http://www.javaworld.com/jw-12-1998/jw-12-servletapi.html
2.1 to 2.2: http://www.javaworld.com/jw-10-1999/jw-10-servletapi.html
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html