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

Changeset 2034

Show
Ignore:
Timestamp:
08/20/08 12:18:28
Author:
fumanchu
Message:

Typo in httpauth.py

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cherrypy/lib/httpauth.py

    r1891 r2034  
    276276        H_A1 = H(_A1(params, password)) 
    277277 
    278     if qop == "auth" or aop == "auth-int"
     278    if qop in ("auth", "auth-int")
    279279        # If the "qop" value is "auth" or "auth-int": 
    280280        # request-digest  = <"> < KD ( H(A1),     unq(nonce-value) 
     
    291291            H_A2, 
    292292        ) 
    293  
    294293    elif qop is None: 
    295294        # If the "qop" directive is not present (this construction is 

Hosted by WebFaction

Log in as guest/cpguest to create tickets