Hi,

TC 3.3 appends the jsessionid after an ; to the URL, thus I get the 
jsessionid with the parameter.

Example:
I have the following URL already assigned with a jsessionid by Tomcat:
http://localhost:8080/news/servlet/lm?act=bgetindex;jsessionid=22ym1bzx71

When I ask for the parameter "act" using getParameter("act");
I get the parameter value as well as the jsessionid, thus the parameter is:
"bgetindex;jsessionid=22ym1bzx71"
instead of "bgetindex"

Is this normal behaviour ?

Erwin



--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to