aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs
diff options
context:
space:
mode:
authorJeff Ames2008-10-21 14:08:30 +0000
committerJeff Ames2008-10-21 14:08:30 +0000
commit0d4e391f75a8c7f50075245fc57fe78269865efe (patch)
treec2d9f3a7bc6cadda7af60902712dfc4ffce8f69f /OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs
parentfixing real cause of #2445 & #2449: Position was <0, 0, 0> for (diff)
downloadopensim-SC_OLD-0d4e391f75a8c7f50075245fc57fe78269865efe.zip
opensim-SC_OLD-0d4e391f75a8c7f50075245fc57fe78269865efe.tar.gz
opensim-SC_OLD-0d4e391f75a8c7f50075245fc57fe78269865efe.tar.bz2
opensim-SC_OLD-0d4e391f75a8c7f50075245fc57fe78269865efe.tar.xz
Update svn properties, minor formatting cleanup.
Diffstat (limited to 'OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs')
-rw-r--r--OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs12
1 files changed, 6 insertions, 6 deletions
diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs
index badbb08..643361a 100644
--- a/OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs
+++ b/OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs
@@ -49,16 +49,16 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory
49 /// Supported authentication schemes 49 /// Supported authentication schemes
50 /// </summary> 50 /// </summary>
51 51
52 public const string AS_BASIC = "Basic"; // simple user/password verification 52 public const string AS_BASIC = "Basic"; // simple user/password verification
53 public const string AS_DIGEST = "Digest"; // password safe authentication 53 public const string AS_DIGEST = "Digest"; // password safe authentication
54 54
55 /// Supported Digest algorithms 55 /// Supported Digest algorithms
56 56
57 public const string Digest_MD5 = "MD5"; // assumed default if omitted 57 public const string Digest_MD5 = "MD5"; // assumed default if omitted
58 public const string Digest_MD5Sess = "MD5-sess"; // session-span - not good for REST? 58 public const string Digest_MD5Sess = "MD5-sess"; // session-span - not good for REST?
59 59
60 public const string Qop_Auth = "auth"; // authentication only 60 public const string Qop_Auth = "auth"; // authentication only
61 public const string Qop_Int = "auth-int"; // TODO 61 public const string Qop_Int = "auth-int"; // TODO
62 62
63 /// <summary> 63 /// <summary>
64 /// These values have a single value for the whole 64 /// These values have a single value for the whole