cryptomator / webdav-nio-adapter

Jackrabbit-based servlets running on embedded Jetty to serve a directory specified by a java.nio.file.Path
GNU Affero General Public License v3.0
12 stars 8 forks source link

MountParams$MountParamsBuilder.withWindowsDriveLetter not Null-Safe #12

Closed overheadhunter closed 6 years ago

overheadhunter commented 6 years ago

Invoking MountParams.create().withWindowsDriveLetter(null) causes a NPE. See Cryptomator issue 583.