This is a very bad idea. Among other things, the GET is likely to be
logged, which means the user's password will be exposed and recorded.
What are you trying to do?
Andrew
On May 25, 2009, at 9:19, Kinicky <
kinicky@...> wrote:
> hi everyone,
>
> is it possible to login in JSPWiki by passing the parameters in URL?
>
> i'm tried this: http://
> <server>/JSPWiki/Login.jsp?j_username=<username>&j_password=<password>
>
> tks!