Hi Marc, On Fri, Nov 7, 2008 at 3:39 PM, Marc Speck <[EMAIL PROTECTED]> wrote:
> ....We thought about adding the workspaceName to > AuthenticationInfo(String authType, Credentials credentials, String > workspaceName).... Ok, as long as you keep the existing constructor. > ... And then add it in SlingAuthenticator: > > ... Session session = getRepository().login( > - authInfo.getCredentials(), null); > + authInfo.getCredentials(), > authInfo.getWorkspaceName());... Sounds good to me! -Bertrand
