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

Reusing MountParamsBuilder leads to faulty MountParams Instance #13

Closed infeo closed 6 years ago

infeo commented 6 years ago

For a general Description, see Issue cryptomator/cryptomator/#576

Steps to Reproduce

  1. Create an Instance of MountParams with some random drive letter (for example "X:")
  2. Create another instance of MountParams without a drive letter

Expected Results

The second MountParams object does not have a <key,value> pair for the drive letter

Actual Results

The second MountParams object has a <key,value> pair for the drive letter with value "X:"

Environment

Version: 1.1.0 OS: Windows 10