Ultrakompakter HTTP Server
ulrich
6 days ago 9c1d73258901de3ebea4501a21fbb30440e1af4e
Konstante ergaenzt
1 files modified
1 ■■■■ changed files
src/de/uhilger/neon/FileServer.java 1 ●●●● 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();