Kesav,
Do you mean to have the URL:
http://localhost/vms/servlet/Logout?fileName=blah;JSESSIONID=xxxxx
??
It looks like you have a semicolon where an ampersand should be:
http://localhost/vms/servlet/Logout?fileName=blah&JSESSIONID=xxxxx
The correct method of separating multiple URL parameters is with an
ampersand,
not a semicolon as you sent.
Jeff Hubbach
On Thu, 24 May 2001 19:16:14 -0700
Kesav Kumar <[EMAIL PROTECTED]> wrote:
>I am using a URL
>http://localhost/vms/servlet/Logout?fileName=blah;JSESSIONID=xxxxx
>
>In my servlet I am accessing the fileName by
>request.getParameter("fileName")
>I am getting the following value 1;JSESSIONID=xxxxx
>
>Why doesn't orion strips out the jessionid from the name value paris of
the
>request. It seems it is happening in the new version only.
>
>I am using 1.5.1 version. I haven't seen this problem in the previous
>versions. Is there some thing I am missing or is it a bug?
>
>Thanks.
>
>Kesav Kumar
>Software Engineer
>Voquette, Inc.
>650 356 3740
>mailto:[EMAIL PROTECTED]
>http://www.voquette.com
>Voquette...Delivering Sound Information
>
>
--
Jeff Hubbach
[EMAIL PROTECTED]