-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------


I've been digging around, and there are a few things I find odd ...

We're supposed to use HttpServletResponse.encodeUrl or encodeRedirectUrl
to encode every URL that will be used by the user, to ensure that it has the correct
SessionId attached to it (in case they have cookies turned off).

There doesn't seem to be any way to use this will the <form action="/servel/Splash">
style of doing things ...

Also, encodeUrl is slightly misleading, as it doesn't do the job of URLEncode.encode
at all. Yet getParameter will decode these types of URL's ...


--
Subvert the dominant paradigm
 http://www.cyber4.org/members/grumpy/index.html


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to