Re: Servlets again...

On Mon, 31 Mar 1997, Harihara Vinayak Ram wrote:

> 
> 2) I pass a query to the Servlet as follows :
> 	/servlet/Test?ip=xx.yy.zz.aa
> 
>    This works. But if I pass one parameter as in
> 	/servlet/Test?ip=xx.yy.zz.aa?name="mine"
> 

Shouldn't that be /servlet/Test?ip=xx.yy.zz.aa&name="mine".
---------------------------------------------^^^

It should not be crashing though. If it does it is a bug.

Regards,
    Alex.

Received on Monday, 31 March 1997 07:46:43 UTC