mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
* Added some GetAssetStreamHandlerTests
* Minor tweaks to attain testability
This commit is contained in:
@@ -29,7 +29,7 @@ using System;
|
||||
|
||||
namespace OpenSim.Framework.Servers.HttpServer
|
||||
{
|
||||
public class BaseRequestHandler
|
||||
public abstract class BaseRequestHandler
|
||||
{
|
||||
public virtual string ContentType
|
||||
{
|
||||
@@ -56,7 +56,7 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
get { return m_path; }
|
||||
}
|
||||
|
||||
protected string GetParam(string path)
|
||||
public string GetParam(string path)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user