Ultrakompakter HTTP Server
ulrich
6 days ago 45e5222888794127bc43d2e17277a74fbc19d52a
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();