mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Massive tab and trailing space cleanup
This commit is contained in:
@@ -56,7 +56,7 @@ namespace OpenSim.Framework.ServiceAuth
|
||||
{
|
||||
// remove_me = section;
|
||||
m_Username = Util.GetConfigVarFromSections<string>(config, "HttpAuthUsername", new string[] { "Network", section }, string.Empty);
|
||||
m_Password = Util.GetConfigVarFromSections<string>(config, "HttpAuthPassword", new string[] { "Network", section }, string.Empty);
|
||||
m_Password = Util.GetConfigVarFromSections<string>(config, "HttpAuthPassword", new string[] { "Network", section }, string.Empty);
|
||||
string str = m_Username + ":" + m_Password;
|
||||
byte[] encData_byte = Util.UTF8.GetBytes(str);
|
||||
|
||||
|
||||
@@ -56,7 +56,7 @@ namespace OpenSim.Framework.ServiceAuth
|
||||
m_authentications.Remove(auth);
|
||||
}
|
||||
|
||||
public void AddAuthorization(NameValueCollection headers)
|
||||
public void AddAuthorization(NameValueCollection headers)
|
||||
{
|
||||
foreach (IServiceAuth auth in m_authentications)
|
||||
auth.AddAuthorization(headers);
|
||||
|
||||
Reference in New Issue
Block a user