Jetty: New default servlet for eepsite, with

locale-independent directory listing (ticket #1965)
This commit is contained in:
zzz
2017-05-05 19:53:43 +00:00
parent b0514cc564
commit 3e354f2f1a
5 changed files with 322 additions and 3 deletions

View File

@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 2;
public final static long BUILD = 3;
/** for example "-test" */
public final static String EXTRA = "";