netwerk/build changes for bug 15860 "digest auth" r=dougt, sr=rpotts
git-svn-id: svn://10.0.0.236/trunk@109697 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -113,6 +113,9 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(nsStorageTransport)
|
||||
#include "nsHttpBasicAuth.h"
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsHttpBasicAuth)
|
||||
|
||||
#include "nsHttpDigestAuth.h"
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsHttpDigestAuth)
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "nsResProtocolHandler.h"
|
||||
@@ -912,6 +915,11 @@ static nsModuleComponentInfo gNetModuleInfo[] = {
|
||||
NS_HTTP_AUTHENTICATOR_CONTRACTID_PREFIX "basic",
|
||||
nsHttpBasicAuthConstructor },
|
||||
|
||||
{ "HTTP Digest Auth Encoder",
|
||||
NS_HTTPDIGESTAUTH_CID,
|
||||
NS_HTTP_AUTHENTICATOR_CONTRACTID_PREFIX "digest",
|
||||
nsHttpDigestAuthConstructor },
|
||||
|
||||
// from netwerk/protocol/data:
|
||||
{ "Data Protocol Handler",
|
||||
NS_DATAHANDLER_CID,
|
||||
|
||||
Reference in New Issue
Block a user