diff options
author | Melanie | 2011-05-09 01:00:35 +0200 |
---|---|---|
committer | Melanie | 2011-05-09 01:00:35 +0200 |
commit | 73a9ebc21e1904fcc2a1f2cf6656d406c2e2c46f (patch) | |
tree | 4b4cb0ce58566cba97e37e1f295c93681226c6db | |
parent | Add commands to delete objects by name, UUID, creator or owner (diff) | |
parent | Merge branch 'master' into careminster-presence-refactor (diff) | |
download | opensim-SC_OLD-73a9ebc21e1904fcc2a1f2cf6656d406c2e2c46f.zip opensim-SC_OLD-73a9ebc21e1904fcc2a1f2cf6656d406c2e2c46f.tar.gz opensim-SC_OLD-73a9ebc21e1904fcc2a1f2cf6656d406c2e2c46f.tar.bz2 opensim-SC_OLD-73a9ebc21e1904fcc2a1f2cf6656d406c2e2c46f.tar.xz |
Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
-rw-r--r-- | OpenSim/Capabilities/Handlers/GetTexture/GetTextureHandler.cs | 2 | ||||
-rw-r--r-- | OpenSim/Framework/WebUtil.cs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Capabilities/Handlers/GetTexture/GetTextureHandler.cs b/OpenSim/Capabilities/Handlers/GetTexture/GetTextureHandler.cs index 00ff3d0..105a1e0 100644 --- a/OpenSim/Capabilities/Handlers/GetTexture/GetTextureHandler.cs +++ b/OpenSim/Capabilities/Handlers/GetTexture/GetTextureHandler.cs | |||
@@ -73,7 +73,7 @@ namespace OpenSim.Capabilities.Handlers | |||
73 | string textureStr = query.GetOne("texture_id"); | 73 | string textureStr = query.GetOne("texture_id"); |
74 | string format = query.GetOne("format"); | 74 | string format = query.GetOne("format"); |
75 | 75 | ||
76 | m_log.DebugFormat("[GETTEXTURE]: called {0}", textureStr); | 76 | //m_log.DebugFormat("[GETTEXTURE]: called {0}", textureStr); |
77 | 77 | ||
78 | if (m_assetService == null) | 78 | if (m_assetService == null) |
79 | { | 79 | { |
diff --git a/OpenSim/Framework/WebUtil.cs b/OpenSim/Framework/WebUtil.cs index 41d7f03..4b69468 100644 --- a/OpenSim/Framework/WebUtil.cs +++ b/OpenSim/Framework/WebUtil.cs | |||
@@ -841,7 +841,7 @@ namespace OpenSim.Framework | |||
841 | { | 841 | { |
842 | if ((verb == "POST") || (verb == "PUT")) | 842 | if ((verb == "POST") || (verb == "PUT")) |
843 | { | 843 | { |
844 | request.ContentType = "text/www-form-urlencoded"; | 844 | request.ContentType = "application/x-www-form-urlencoded"; |
845 | 845 | ||
846 | int length = 0; | 846 | int length = 0; |
847 | using (StreamWriter writer = new StreamWriter(buffer)) | 847 | using (StreamWriter writer = new StreamWriter(buffer)) |