a69505f Use full path when constructing "Other authentication methods"

1 file Authored by rcritten 8 years ago, Committed by puiterwijk 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
    
    Signed-off-by: Rob Crittenden <rcritten@redhat.com>
    Reviewed-by: Simo Sorce <simo@redhat.com>
    
        
file modified
+3 -1