aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/WebUtil.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * SimianAssetServiceConnector Delete() was expecting the wrong type of ↵John Hurliman2010-06-241-1/+1
| | | | | | response, reporting false errors * Fixed a typo in a WebUtil error message
* * Better error logging for failed SimianGrid web service callsJohn Hurliman2010-04-221-3/+8
|
* * Fixed a bug with null value handling in WebUtil.BuildQueryString()John Hurliman2010-03-261-2/+6
| | | | | * Changed the null check back in estate manager setup but fixed the case for an existing account being found * Implemented SetPassword() in the SimianGrid auth connector
* Formatting cleanup. Add copyright notices.Jeff Ames2010-03-101-1/+28
|
* * Added three new helper utility files to OpenSim.Framework. MultipartForm ↵John Hurliman2010-03-031-0/+330
is used for constructing multipart/form-data requests. UntrustedWebRequest places sanity checks and policy on requests to HTTP endpoints that are not in the same trust domain (useful for Hypergrid, OpenID, etc). WebUtil contains misc. functions for managing URLs and network streams