This module is part of the Apache Sling project.
This module provides a basic NIO.2 file system implementation for JCR.
Property Name (of Type java.lang.String) |
Allowed Values | Property Description |
|---|---|---|
javax.jcr.Session |
a valid (live) Session |
Session which is used to access (read/write) the JCR |
- Getting an existing
FileSystemorPathviaURI(FileSystemProvider#getFileSystem(URI):FileSystem) is not supported due to underlying JCRSessions from environments (env). - Getting total space, free space and usable space always returns
Long.MAX_VALUE
- Most classes in this module log errors and throw exceptions afterwards due to the sparingly used logging in MINA's SFTP subsystem.
