mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-21 12:11:28 +00:00
removed logging [ci skip]
This commit is contained in:
@@ -140,13 +140,10 @@ public class UriNormalizationFilter implements HttpFilter {
|
||||
final ResourceType resourceType = resourceTypeChecker.typeOfResource(pathWithinContext);
|
||||
switch (resourceType) {
|
||||
case FILE:
|
||||
System.out.println("DST is file " + uri);
|
||||
return asFileUri(uri);
|
||||
case FOLDER:
|
||||
System.out.println("DST is folder " + uri);
|
||||
return asFolderUri(uri);
|
||||
default:
|
||||
System.out.println("DST doesn't exist " + uri);
|
||||
if (this.getRequestURI().endsWith("/")) {
|
||||
return asFolderUri(uri);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user