Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Changeset 1468

Show
Ignore:
Timestamp:
12/02/06 17:11:07
Author:
lawouach
Message:

Fix for #615

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cherrypy/test/test_httpauth.py

    r1418 r1468  
    2626        return {'test': 'test'} 
    2727 
    28     conf = {'/digest': {'tools.digestauth.on': True, 
    29                         'tools.digestauth.realm': 'localhost', 
    30                         'tools.digestauth.users': fetch_users}, 
    31             '/basic': {'tools.basicauth.on': True, 
    32                        'tools.basicauth.realm': 'localhost', 
    33                        'tools.basicauth.users': {'test': md5.new('test').hexdigest()}}} 
     28    conf = {'/digest': {'tools.digest_auth.on': True, 
     29                        'tools.digest_auth.realm': 'localhost', 
     30                        'tools.digest_auth.users': fetch_users}, 
     31            '/basic': {'tools.basic_auth.on': True, 
     32                       'tools.basic_auth.realm': 'localhost', 
     33                       'tools.basic_auth.users': {'test': md5.new('test').hexdigest()}}} 
    3434    root = Root() 
    3535    root.digest = DigestProtected() 

Hosted by WebFaction

Log in as guest/cpguest to create tickets