);
}
String md5a2 = md5Encoder.encode(buffer);
return (realm.authenticate(userName, response, nOnce, nc,
cnonce, qop,
realmName, md5a2));
}
the realm has two qoutes "" which is ok but the
-Original Message-
From: T
Hi, Is this is a bug with tomcat or adobe Acrobat in digest auth?
I have created an Authenticator extending the AuthenticatorBase.
When I send this in the header:
>>> WWW-Authenticate: Digest realm="My realm name", qop="auth",
nonce="...
Other clients return something like this with re