aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Capabilities
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-12-06 21:42:56 +0000
committerJustin Clark-Casey (justincc)2011-12-06 21:42:56 +0000
commit8e542cfa03f9368368a0f73fbcff0d54622b5588 (patch)
tree79d88f0d53c6b4b8cc87cd1a0410f34ecd536873 /OpenSim/Capabilities
parentRevert "Stop performing the asset save part of baked texture uploading on the... (diff)
downloadopensim-SC_OLD-8e542cfa03f9368368a0f73fbcff0d54622b5588.zip
opensim-SC_OLD-8e542cfa03f9368368a0f73fbcff0d54622b5588.tar.gz
opensim-SC_OLD-8e542cfa03f9368368a0f73fbcff0d54622b5588.tar.bz2
opensim-SC_OLD-8e542cfa03f9368368a0f73fbcff0d54622b5588.tar.xz
Stop accidentally setting up the UploadTexture caps handler with the same url for all users
This meant that if a user exited the region, the UploadTexture handler would be effectively removed for everyone, causing subsequent failures. This hopefully resolves the recent UploadTexture LLSD problems This was a regression in 5640f2e (Thu Dec 1 23:24:15 2011 +0000)
Diffstat (limited to 'OpenSim/Capabilities')
-rw-r--r--OpenSim/Capabilities/Handlers/UploadBakedTexture/UploadBakedTextureHandler.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Capabilities/Handlers/UploadBakedTexture/UploadBakedTextureHandler.cs b/OpenSim/Capabilities/Handlers/UploadBakedTexture/UploadBakedTextureHandler.cs
index e3bf8cf..b7ca703 100644
--- a/OpenSim/Capabilities/Handlers/UploadBakedTexture/UploadBakedTextureHandler.cs
+++ b/OpenSim/Capabilities/Handlers/UploadBakedTexture/UploadBakedTextureHandler.cs
@@ -77,8 +77,6 @@ namespace OpenSim.Capabilities.Handlers
77 { 77 {
78 try 78 try
79 { 79 {
80// m_log.Debug("[CAPS]: UploadBakedTexture Request in region: " + m_regionName);
81
82 string capsBase = "/CAPS/" + m_HostCapsObj.CapsObjectPath; 80 string capsBase = "/CAPS/" + m_HostCapsObj.CapsObjectPath;
83 string uploaderPath = Util.RandomClass.Next(5000, 8000).ToString("0000"); 81 string uploaderPath = Util.RandomClass.Next(5000, 8000).ToString("0000");
84 82