On Sun, 18 Mar 2001, James Carroll wrote:
>
> Hi,
>
> in my web.xml in the part that specifies:
>
> databaseURL
>
>
> this works:
> jdbc:mysql://localhost/db
>
> but this doesn't:
>
> jdbc:mysql://localhost/db?user=name&password=pw e>
>
> Either the ? or the & is mess
Hi,
in my web.xml in the part that specifies:
databaseURL
this works:
jdbc:mysql://localhost/db
but this doesn't:
jdbc:mysql://localhost/db?user=name&password=pw
Either the ? or the & is messing up the parser...
Is this a bug? or is there a way of escaping the special