You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Stefan Guggisberg (JIRA)" <ji...@apache.org> on 2006/06/14 10:31:31 UTC

[jira] Assigned: (JCR-457) Path returned by FileSystemBLOBStore.createId() is not absolute

     [ http://issues.apache.org/jira/browse/JCR-457?page=all ]

Stefan Guggisberg reassigned JCR-457:
-------------------------------------

    Assign To: Stefan Guggisberg

> 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
>     Assignee: Stefan Guggisberg
>     Priority: Trivial
>  Attachments: FileSystemBLOBStore_patch, FileSystemBLOBStore_patch_latest
>
> 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