5884648 Use full path when constructing "Other authentication methods"

Authored and Committed by rcritten 8 years ago
    Use full path when constructing "Other authentication methods"
    
    It was previously providing just a relative path and if the paths
    overlapped I guess the browser was trying to smash them together.
    
    This would result in a double "gssapi" in the gssapi URL like:
    
    https://my.ipsilon.org/idp/login/gssapi/gssapi/negotiate?ips...
    
    Don't rely on the browser to get the path right, use self.basepath.
    
    https://fedorahosted.org/ipsilon/ticket/153
    
        
file modified
+3 -1