Hi,
Can someone provide a concise example on how do I set up Acegi+Spring in order to protect some http resources using HTTP Basic Authentication? I already have an AuthenticationManager implementation which validates credentials using an external datasource. Bu i just cant wire things up with all the Acegi Filters.


