40f3b8f Fix cookie with Max-Age processing

2 files Authored by stlaz 7 years ago, Committed by tkrizek 7 years ago,
    Fix cookie with Max-Age processing
    
    When cookie has Max-Age set it tries to get expiration by adding
    to a timestamp. Without this patch the timestamp would be set to
    None and thus the addition of timestamp + max_age fails
    
    https://pagure.io/freeipa/issue/6774
    
    Reviewed-By: Martin Basti <mbasti@redhat.com>
    
        
file modified
+9 -4
file modified
+4 -1