Julian Reschke created JCR-4031:
-----------------------------------
Summary: AbstractLocatorFactory: typo in log message
Key: JCR-4031
URL: https://issues.apache.org/jira/browse/JCR-4031
Project: Jackrabbit Content Repository
Issue Type: Task
Components: jackrabbit-webdav
Reporter: Julian Reschke
Priority: Trivial
{noformat}
if (!resourcePath.startsWith(workspacePath)) {
throw new IllegalArgumentException("Resource path '" +
resourcePath + "' does not start with workspace path '" + workspacePath + ".");
}
{noformat}
(missing closing quote)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)