Console: Add error handler to all webapps (ticket #2155)

Fix up default servlet handling in i2ptunnel and susidns
This commit is contained in:
zzz
2018-03-14 18:33:14 +00:00
parent b9d5cdf2be
commit 2aceca5f93
10 changed files with 401 additions and 37 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 = 16;
public final static long BUILD = 17;
/** for example "-test" */
public final static String EXTRA = "";