aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/BaseRequestHandler.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (from awebb)Dr Scofield2008-05-191-1/+10
| | | | | | | | | | | Fixes a bug in BaseRequestHandler. If the length of the patter is equal to, or greater than, the length of the actual request path, then an exception is thrown. System using is added to support use of String.Empty. Exception is used to ensure most efficient operation on (assumed to be most common) successful case.
* Formatting cleanup.Jeff Ames2008-03-181-27/+26
|
* added copyright noticesJeff Ames2007-12-111-0/+28
|
* normalized line endingsJeff Ames2007-11-041-34/+34
|
* * Added a streamhandler that does streams both in and outlbsa712007-10-311-0/+35
* The RestDeserialisehandler now does streams and returns an object instead of string