Path returned by FileSystemBLOBStore.createId() is not absolute
---------------------------------------------------------------
Key: JCR-457
URL: http://issues.apache.org/jira/browse/JCR-457
Project: Jackrabbit
Type: Bug
Components: core
Reporter: David Garcia
Priority: Trivial
Hi,
I have developed my own FileSystem in which I call
FileSystemPathUtil.checkFormat(path) for every operation on the file system.
When the file system is called to store a BLOB value, the path I get is always
relative, resulting in a "not an absolute path" FileSystemException.
The problem has been traced back to
org.apache.jackrabbit.core.state.util.FileSystemBLOBStore.creatId().
I think there should be a:
sb.append(FileSystem.SEPARATOR_CHAR);
before the for loop.
Thanks.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira