I swear I had application code working that was using semi-colons to delimit query string parameters. I'm sure I've also seen TC append a ";JSESSIONID=" at the end of the URL.

But my own application code written like:

String val = request.getParameters("name");

Yeilds: val="value;name2=foobar";


Is there an additional option to allow semi-colon usage, instead of &  ?

Running TC 5.5.9

Thanks.

--
Darryl L. Miles



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to