fmt
This commit is contained in:
parent
45a56c2115
commit
28039fda22
@ -91,7 +91,7 @@ func getDigestAuthorization(digestParts map[string]string) string {
|
|||||||
case "MD5-sess":
|
case "MD5-sess":
|
||||||
ha1 = getMD5(
|
ha1 = getMD5(
|
||||||
fmt.Sprintf("%s:%v:%s",
|
fmt.Sprintf("%s:%v:%s",
|
||||||
getMD5(d["username"] + ":" + d["realm"] + ":" + d["password"]),
|
getMD5(d["username"]+":"+d["realm"]+":"+d["password"]),
|
||||||
nonceCount,
|
nonceCount,
|
||||||
cnonce,
|
cnonce,
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user