Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
improvement suggested by tobi
the contract of
public SessionInfo obtain(Credentials credentials, String workspaceName)
public SessionInfo obtain(Credentials credentials, String workspaceName)
should be changed to allow for null workspaceName.
- @param workspaceName the name of the workspace the <code>SessionInfo</code>
- should be built for. <code>null</code> indicates that the info should be created for the
- default workspace.
consequently we could either deprecate
RepositoryConfig.getDefaultWorkspaceName()
or allow it to return null as well or remove it altogether.
Attachments
Attachments
Issue Links
- is related to
-
JCR-4120 Spi2DavexRepositoryServiceImpl always hardcodes the default workspace name to "default"
- Closed