SLING-7216 - [nice-to-have] Add a CODE_OF_CONDUCT file to every module
1 file changed
tree: 66f7b8765a2c2b1f94bfb34706e2ad4b66413244
  1. src/
  2. .gitignore
  3. .sling-module.xml
  4. bnd.bnd
  5. CODE_OF_CONDUCT.md
  6. LICENSE
  7. pom.xml
  8. README.md
README.md

Apache Sling Commons JCR File

This module is part of the Apache Sling project.

This module provides a basic NIO.2 file system implementation for JCR.

JCR File System Properties

Property Name (of Type java.lang.String)Allowed ValuesProperty Description
javax.jcr.Sessiona valid (live) SessionSession which is used to access (read/write) the JCR

Limitations

  • Getting an existing FileSystem or Path via URI (FileSystemProvider#getFileSystem(URI):FileSystem) is not supported due to underlying JCR Sessions from environments (env).
  • Getting total space, free space and usable space always returns Long.MAX_VALUE

Notes

  • Most classes in this module log errors and throw exceptions afterwards due to the sparingly used logging in MINA's SFTP subsystem.