>>> Jason Hunter <[EMAIL PROTECTED]> 19-Apr-00 6:36:40 PM >>>
>> HttpUtils.parsePostData( int len, ServletInputStream in)
>> HttpUtils.parseQueryString(java.lang.String s)
>> 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?
100% agreement.
There was never any reason why these calls should be part of the API
and not the implementation.
The only possible use anyone could have of them is to do the parsing
themselves and why on earth would they want to do that?
It would also give implementations the freedom to implement something
else that's better.
For example I've wanted for quite a while to move away from
hashtables to hashmaps because maps aren't serialized and there's no
reason to have serialized access within a request (not the way I
implement the request there isn't anyway).
Nic Ferrier
___________________________________________________________________________
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