* Update default eepsite base context to use DefaultServlet

instead of ResourceHandler, to provide resume, directory
    indexes, caching, etc.
This commit is contained in:
zzz
2012-03-09 16:03:27 +00:00
parent e4257f28c9
commit e331800898
3 changed files with 17 additions and 8 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 = 7;
public final static long BUILD = 8;
/** for example "-test" */
public final static String EXTRA = "";