[Bug 336443] add missing comma in DigestAuthenticator string
This commit is contained in:
parent
9b9bc9e79c
commit
53b9f1cc7e
|
@ -191,7 +191,7 @@ public class DigestAuthenticator extends LoginAuthenticator
|
||||||
+ domain
|
+ domain
|
||||||
+ "\", nonce=\""
|
+ "\", nonce=\""
|
||||||
+ newNonce((Request)request)
|
+ newNonce((Request)request)
|
||||||
+ "\", algorithm=MD5, qop=\"auth\""
|
+ "\", algorithm=MD5, qop=\"auth\","
|
||||||
+ " stale=" + stale);
|
+ " stale=" + stale);
|
||||||
response.sendError(HttpServletResponse.SC_UNAUTHORIZED);
|
response.sendError(HttpServletResponse.SC_UNAUTHORIZED);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue