hope this helps
Tim
encodeRedirectUrl(String) - Method in interface
javax.servlet.http.HttpServletResponse
Deprecated. Use encodeRedirectURL(String url)
encodeRedirectURL(String) - Method in interface
javax.servlet.http.HttpServletResponse
Encodes the specified URL for use in the sendRedirect
method or, if encoding
is not needed, returns the URL unchanged.
encodeUrl(String) - Method in interface javax.servlet.http.HttpServletResponse
Deprecated. Use encodeURL(String url)
encodeURL(String) - Method in interface javax.servlet.http.HttpServletResponse
Encodes the specified URL by including the session
ID in it, or, if encoding
is not needed, returns the URL unchanged.
Naresh Sharma wrote:
Hello Everybody,Can anybody please tell me what's the difference between "encodeUrl" and
"encodeRedirectUrl" method of javax.servlet.http.HttpServletResponse
interface.Thanks
Naresh___________________________________________________________________________
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
