Show
Ignore:
Timestamp:
12/21/06 04:36:55 (2 years ago)
Author:
sylvain
Message:

Fixed minor bugs with wrong qop

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • oss/httpauthfilter/httpauth.py

    r172 r176  
    277277        H_A1 = H(_A1(params, password, password_is_hashed)) 
    278278 
    279     if qop == "auth" or aop == "auth-int": 
     279    if qop == "auth" or qop == "auth-int": 
    280280        # If the "qop" value is "auth" or "auth-int": 
    281281        # request-digest  = <"> < KD ( H(A1),     unq(nonce-value)