src/de/uhilger/neon/FileServer.java | ●●●●● patch | view | raw | blame | history |
src/de/uhilger/neon/FileServer.java
@@ -53,6 +53,7 @@ public static final String STR_COMMA = ","; public static final String STR_DOT = "."; public static final String STR_EMPTY = ""; public static final String STR_EQUAL = "="; public void serveFile(HttpExchange exchange) throws IOException { String fName = exchange.getRequestURI().getPath();