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

URI-Normalization causes incomplete RessourcePath #14

Closed infeo closed 6 years ago

infeo commented 6 years ago

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

Steps to Reproduce

  1. Mount some directory with the webdav-nio-adapter
  2. Move the file named "test;)test.txt" over the mounted drive in the folder
  3. open the mounted folder in windows explorer

Expected Results

File should be named "test;)test.txt

Actual Results

File is named "test"

Environment

Version: 1.1.0 OS: Windows 10