Hi, I'm busy with non-Sling stuff at the moment, haven't been able to follow the details but I see lots of changes around authentication lately.
Do people feel we have adequate integration test coverage of those things? I think the whole authentication process involves a number of services, which can't probably be fully tested in isolation. I had a quick look an it seems like the only integration test that's directly linked to authentication is AuthRequestLoginTest [1]. If we need more of those, the best might be to create a JIRA issue to which we can link all issues that might require new tests. I'm hopeful to find some time to write those if needed ;-) -Bertrand [1] https://svn.apache.org/repos/asf/sling/trunk/launchpad/integration-tests/src/main/java/org/apache/sling/launchpad/webapp/integrationtest/login/AuthRequestLoginTest.java
