* HTTP proxy: Verify nonce count in digest auth

This commit is contained in:
zzz
2013-04-26 13:02:56 +00:00
parent ff313e0301
commit 0d4bc500ee
3 changed files with 81 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 = 14;
public final static long BUILD = 15;
/** for example "-test" */
public final static String EXTRA = "";