aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Web/WebServerConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Beef up the web server a bit.onefang2019-08-131-0/+37
| | | | | | | | | Sanatize the path. Add support for Last-Modified, If-Modified-Since, and Cache-Control: no-cache. Teach the base server about more binary content types.
* WebServerInConnector -> WebServerConnectoronefang2019-08-111-0/+368
Just a name change.