aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/BaseRequestHandler.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker1-71/+0
2008-05-19(from awebb)Dr Scofield1-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.
2008-03-18Formatting cleanup.Jeff Ames1-27/+26
2007-12-11added copyright noticesJeff Ames1-0/+28
2007-11-04normalized line endingsJeff Ames1-34/+34
2007-10-31* Added a streamhandler that does streams both in and outlbsa711-0/+35
* The RestDeserialisehandler now does streams and returns an object instead of string