src/de/uhilger/mediaz/api/FileHandler.java
@@ -133,7 +133,7 @@ protected String getFileName(HttpExchange e) { String ctxPath = e.getHttpContext().getPath(); String uriPath = e.getRequestURI().getPath(); logger.info(uriPath); logger.fine(uriPath); return uriPath.substring(ctxPath.length()); }