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

Add tarpit for invalid URLs #2

Closed overheadhunter closed 7 years ago

overheadhunter commented 7 years ago

Delay responses given by the default servlet if the resource URL is unmapped. See also Cryptomator issue 332

Requests to unmapped resources of other servlets should not be affected, though.