i2ptunnel: Fix multiple SSL outproxies in HTTP client

escape and truncate URL on error page
This commit is contained in:
zzz
2015-03-31 11:21:32 +00:00
parent 891408191e
commit c770c6bc6a
4 changed files with 16 additions and 7 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 = 13;
public final static long BUILD = 14;
/** for example "-test" */
public final static String EXTRA = "-rc";