rcritten / freeipa

Forked from freeipa 6 years ago
Clone

c5ce14c Fixed error after login on IE

Authored and Committed by edewata 12 years ago
    Fixed error after login on IE
    
    The IE does not resend the request body during negotiation, so after
    after a successful authentication the server could not find the JSON
    request to parse.
    
    The Web UI has been modified to detect this error and resend the
    initialization request.
    
    Ticket #1540
    
        
file modified
+2 -1
file modified
+61 -13