aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Asset/Tests/AssetServerPostHandlerTests.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-6/+6
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-1/+0
|
* If an asset POST does not contain well-formed XML, return a 400 (Bad ↵Justin Clark-Casey (justincc)2012-11-221-0/+26
| | | | Request) HTTP status rather than simply dropping the request.
* Add regression test for a good request made to the asset service post handler.Justin Clark-Casey (justincc)2012-11-211-0/+84
Adds new OpenSim.Server.Handlers.Tests.dll to test suite