Skip to content
  • Junio C Hamano's avatar
    Merge branch 'dt/http-empty-auth' · c6400bf8
    Junio C Hamano authored
    http.emptyauth configuration is a way to allow an empty username to
    pass when attempting to authenticate using mechanisms like
    Kerberos.  We took an unspecified (NULL) username and sent ":"
    (i.e. no username, no password) to CURLOPT_USERPWD, but did not do
    the same when the username is explicitly set to an empty string.
    
    * dt/http-empty-auth:
      http: http.emptyauth should allow empty (not just NULL) usernames
    c6400bf8