RE: Digest Authenticator realm name is clear text right?

2006-08-11 Thread Jalali, Alex
); } 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

Digest Authenticator realm name is clear text right?

2006-08-10 Thread Jalali, Alex
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