Where you would do that i don't know. Maybe in a base page. But maybe you could have youre own WebRequest/WebResponse objects
where you do the checking.
Don't know it yet would have to build it first.
On 9/12/05, leo <[EMAIL PROTECTED]> wrote:
Hi Juergen,
I've looked at the examples, but they demonstrate cookie-based authentications.
I was wondering if Basic HTTP authentication (1) was possible in wicket.
Thanks for your answer anyway !
(1) http://www.ietf.org/rfc/rfc2617.txt
examples : http://frontier.userland.com/stories/storyReader$2159
Leo
On 9/3/05, Juergen Donnerstag <[EMAIL PROTECTED] > wrote:Please see the sigin and signin2 examples which are based on Page.checkAccess()
Juergen
On 9/2/05, leo < [EMAIL PROTECTED]> wrote:
> Hello,
>
> What is the best way to implements HTTP authentication within a Wicket
> application ?
> Is there allready some work done on the subject, or shall i implement it
> from scratch ?
>
>
