Hi there, I'm stuck and would like some guidance on where to go next (I am quite new to Acegi Security, so this may be a na�ve question). I am trying to protect "/secure/*" resources in my web app using form processing, and "/officeplugin/*" using BASIC + SSL. To start with we have the form based authentication working ok (based on Matt's AppFuse + Acegi stuff: http://raibledesigns.com/wiki/Wiki.jsp?page=AppFuseAuthentication).
To web.xml I added a BasicProcessingFilter bean (via FilterToBeanProxy) and corresponding mapping. I specified "/officeplugin/*" as the url-pattern for the mapping. On the context config side I added the BasicProcessingFilter and BasicProcessingFilterEntryPoint beans. When I run the web app and try to access a BASIC protected page I see a debug entry in the log saying "BasicProcessingFilter - Authorization header: null", but I do not see an authentication challenge. What am I doing wrong? Thanks in advance for your help, Gavin. Gavin Terrill CTO, Karora Technologies Inc. (416) 622 6649 ext. 300. http://www.karora.com ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=click _______________________________________________ Home: http://acegisecurity.sourceforge.net Acegisecurity-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer
