diff options
Diffstat (limited to 'OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs')
-rw-r--r-- | OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs index bc706f0..42266ce 100644 --- a/OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs +++ b/OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs | |||
@@ -65,9 +65,9 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory | |||
65 | 65 | ||
66 | if (!qPrefix.StartsWith(Rest.UrlPathSeparator)) | 66 | if (!qPrefix.StartsWith(Rest.UrlPathSeparator)) |
67 | { | 67 | { |
68 | Rest.Log.InfoFormat("{0} Domain is relative, adding absolute prefix", MsgId); | 68 | Rest.Log.InfoFormat("{0} Domain is relative, adding absolute prefix", MsgId); |
69 | qPrefix = String.Format("{0}{1}{2}", Rest.Prefix, Rest.UrlPathSeparator, qPrefix); | 69 | qPrefix = String.Format("{0}{1}{2}", Rest.Prefix, Rest.UrlPathSeparator, qPrefix); |
70 | Rest.Log.InfoFormat("{0} Domain is now <{1}>", MsgId, qPrefix); | 70 | Rest.Log.InfoFormat("{0} Domain is now <{1}>", MsgId, qPrefix); |
71 | } | 71 | } |
72 | 72 | ||
73 | // Register interface using the absolute URI. | 73 | // Register interface using the absolute URI. |
@@ -282,7 +282,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory | |||
282 | Rest.Log.WarnFormat("{0} Method {1} not supported for {2}", | 282 | Rest.Log.WarnFormat("{0} Method {1} not supported for {2}", |
283 | MsgId, rdata.method, rdata.path); | 283 | MsgId, rdata.method, rdata.path); |
284 | rdata.Fail(Rest.HttpStatusCodeMethodNotAllowed, | 284 | rdata.Fail(Rest.HttpStatusCodeMethodNotAllowed, |
285 | String.Format("{0} not supported", rdata.method)); | 285 | String.Format("{0} not supported", rdata.method)); |
286 | break; | 286 | break; |
287 | } | 287 | } |
288 | } | 288 | } |
@@ -669,7 +669,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory | |||
669 | case "VisualParameters" : | 669 | case "VisualParameters" : |
670 | { | 670 | { |
671 | xml.ReadContentAsBase64(rdata.userAppearance.VisualParams, | 671 | xml.ReadContentAsBase64(rdata.userAppearance.VisualParams, |
672 | 0,rdata.userAppearance.VisualParams.Length); | 672 | 0, rdata.userAppearance.VisualParams.Length); |
673 | indata = true; | 673 | indata = true; |
674 | } | 674 | } |
675 | break; | 675 | break; |