I think the fastest way to achieve what you need would be to use declarative
security(in the web.xml) together with friendly URLs.
There's problably an example of this in the wiki(sorry, don't have much time
to search it myself)

Hope this helps.

On 7/18/06, Bernard Lange <[EMAIL PROTECTED]> wrote:

Hello all,

My production system still runs on Tapestry 3.0.4/Hibernate/Spring.
I would like to setup Basic HTTP Authentication scheme for some
non-critical, but administrator-only pages (ie. usage stats etc.).

For normal user pages we currently use authentication mechanism, but
what I need is fast, non db authentication.

My first thought is to use old-rusty HTTP Basic Authentication scheme.
What is the easiest suggested way to do it in Tapestry?

Can this be achieved with Acegi with Tapestry 3? How do I set up Acegi
using just Spring?

All of previous discussions on Acegi were in context of Tapestry 4,
unfortunately (for me :) )

Any suggestions, help, guidance, links to threads I may have missed will
be appreciated,

Thanks in advance,
Bernard


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to