Ultrakompakter HTTP Server
ulrich
4 days ago 982611299e66933b9f4dd1c93002b87cef0707f4
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();