my question is is SiteA on the same server?

I have worked on another one that is really van SiteA on ServerA to a
ServerB with the wicket app.
Then that SiteA just goes to a special mount in wicket. With the username
and a special uuid.

johan


On 12/20/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote:

i suppose sitea can put the username into session

then either

your login page looks for that username in session and if there uses
restartresponseexception to redirect to home page

or if you are using an authorization strategy then that bypass the login
page

-igor


On 12/20/06, Konstantinos Lazouras <[EMAIL PROTECTED]>
wrote:

>
> Hi all,
>
> I have a wicket application running, that has a login page, where user
> puts username and password and continues to Home.class . That works
> fine.  Now I need to bypass the login page, coming from a site (e.g.
> siteA, with its own username and passwd fields and not using wicket) and go
> directly to Home.class (only if the "login behind the scenes" succeeds).
>
>
> The problems are
> a) how should the url to the wicket app look like? (to use at siteA)
> b) how to get username and passwd from siteA?
>
> Any suggestions?
>
> Cheers,
>
> Konstantinos
>
>
>
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys - and earn cash
>
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>
>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to