aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-07-11 23:02:30 +0100
committerJustin Clark-Casey (justincc)2013-07-11 23:02:30 +0100
commit44e9849ed1190dbc29ffa97fa5df286dc9794edb (patch)
tree427e9033c87ffa2bbedb176acb342c1677d153e0 /prebuild.xml
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-44e9849ed1190dbc29ffa97fa5df286dc9794edb.zip
opensim-SC_OLD-44e9849ed1190dbc29ffa97fa5df286dc9794edb.tar.gz
opensim-SC_OLD-44e9849ed1190dbc29ffa97fa5df286dc9794edb.tar.bz2
opensim-SC_OLD-44e9849ed1190dbc29ffa97fa5df286dc9794edb.tar.xz
Fix regression where llHTTPRequests which did not get an OK response returned 499 and the exception message in the http_response event rather than the actual response code and body.
This was a regression since commit 831e4c3 (Thu Apr 4 00:36:15 2013) This commit also adds a regression test for this case, though this currently only works with Mono This aims to address http://opensimulator.org/mantis/view.php?id=6704
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index d9e32ea..d32287a 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -3102,6 +3102,7 @@
3102 <Match path="Avatar/Inventory/Transfer/Tests" pattern="*.cs" recurse="true"/> 3102 <Match path="Avatar/Inventory/Transfer/Tests" pattern="*.cs" recurse="true"/>
3103 <Match path="Framework/InventoryAccess/Tests" pattern="*.cs" recurse="true"/> 3103 <Match path="Framework/InventoryAccess/Tests" pattern="*.cs" recurse="true"/>
3104 <Match path="Framework/UserManagement/Tests" pattern="*.cs" recurse="true"/> 3104 <Match path="Framework/UserManagement/Tests" pattern="*.cs" recurse="true"/>
3105 <Match path="Scripting/HttpRequest/Tests" pattern="*.cs" recurse="true"/>
3105 <Match path="Scripting/VectorRender/Tests" pattern="*.cs" recurse="true"/> 3106 <Match path="Scripting/VectorRender/Tests" pattern="*.cs" recurse="true"/>
3106 <Match path="World/Archiver/Tests" pattern="*.cs" recurse="true"/> 3107 <Match path="World/Archiver/Tests" pattern="*.cs" recurse="true"/>
3107 <Match buildAction="EmbeddedResource" path="World/Archiver/Tests/Resources" pattern="*"/> 3108 <Match buildAction="EmbeddedResource" path="World/Archiver/Tests/Resources" pattern="*"/>