Hi,

The class HttpUtils has been deprecated in servlet API 2.3.
The specs say this about deprecation. " These methods were only useful with
the default encoding and have been moved to the request interfaces."
I use the method HttpUtils.parseQueryString(String q) at a few places.
What is the replacement for this in the API (I could not find any relevant
method in HttpServletRequest) or I have to write my own method to do this?

Regds,
Gokul

___________________________________________________________________________
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

Reply via email to