authentication with anonymous access enabled

2013-08-02 Thread Oliver Lietz
hello all, I'm porting an application from Vaadin to Sling using HTML and a custom Sling Servlet (service with property sling.servlet.paths). This works fine, but securing this application with HTTP Basic Authentication Handler does not work. - Allow Anonymous Access is enabled (in Apache

Re: authentication with anonymous access enabled

2013-08-02 Thread Felix Meschberger
Hi I would assume the Sling Authentication Service has HTTP Basic Authentication enabled with preemptive support. This means a 401 response is never sent. Reconfiguring the Authentication Service to fully enable HTTP Basic Authentication should do the trick. Hope this helps. Regards Felix