>>> Mike Haberman <[EMAIL PROTECTED]> 15-May-00 3:43:27 PM >>>

>javax.servlet.http.HttpServletResponse.encodeURL() dosn't
>do anything if you're not using sessions.  Is that a correct
>statement?

Yes.


>The answer seems to be in URLEncoder.encode();  It does
>the job! This is a static class method.  Can I assume it's thread
>safe (i.e. it only accesses stack variables)?

If it used anything other than stack variables it would be declared
synchronized.

In other words... yes it's okay.



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

Reply via email to