New test.
[mono.git] / mcs / class / System.Web / System.Web.Hosting / ChangeLog
index 796088f2e57f46d22754370dd49ce7b495d4fa83..ca382c3ab7410c1f01ea32ec9389b47e4ce2ed29 100644 (file)
@@ -1,3 +1,157 @@
+2006-08-23 Konstantin Triger <kostat@mainsoft.com>
+
+       * ServletWorkerRequest.jvm.cs: fix default page resolution.
+
+2006-08-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * BareApplicationHost.cs:
+       * ApplicationManager.cs: remove unloaded domains.
+
+2006-03-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * SimpleWorkerRequest.cs: use UrlUtils instead of Path. Several fixes
+       to make PathInfo + SimpleWorkerRequest work as in MS.
+
+2006-03-15  Vladimir Krasnov  <vladimirk@mainsoft.com>
+
+       * ServletWorkerRequest.jvm.cs: fixed ctor, UrlDecode applied on 
+       requested url
+       fixed GetRawUrl, removed protocol, hostname and port
+       fixed GetUriPath, _requestUri is always initialized
+
+2006-03-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * ApplicationHost.cs: ShadowCopyDirectories is not a URL. Set
+       PrivateBinPath to the same value.
+
+2006-03-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * BareApplicationHost.cs: initialize paths from AppDomain data. New
+       GetCodeGenDir().
+       * ApplicationHost.cs: in 2.0 the physical path is turned into an
+       absolute path.
+
+2006-02-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * ApplicationManager.cs: new internal method to create/reuse a
+       BareApplicationHost from ClientBuildManager.
+
+2006-02-28  Chris Toshok  <toshok@ximian.com>
+
+       * IAppDomainFactory.cs: corcompare work.
+
+       * IAppManagerAppDomainFactory.cs: same
+
+       * IISAPIRuntime.cs: same.
+
+2006-02-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * ApplicationManager.cs: implemented ShutdownAll().
+       * HostingEnvironment.cs: remove MonoTODO.
+
+2006-02-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * BareApplicationHost.cs: class used as an entry point into each
+       application domiain from the ApplicationManager.
+       * ApplicationManager.cs: implemented most of the remaining methods.
+       * HostingEnvironment.cs: object handling methods are now implemented.
+
+2006-02-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * DefaultVirtualPathProvider.cs: add some comments/TODO.
+       * HostingEnvironment.cs: initialize the default value for
+       VirtualPathProvider.
+
+2006-02-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * HostingEnvironment.cs: MapPath is done.
+
+2006-02-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * DefaultVirtualDirectory.cs: implemented missing bits.
+       * DefaultVirtualFile.cs: fix ctor scope.
+       * DefaultVirtualPathProvider.cs: implemented GetFile and GetDirectory.
+
+2006-02-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * DefaultVirtualDirectory.cs:
+       * DefaultVirtualPathProvider.cs:
+       * VirtualFile.cs:
+       * DefaultVirtualFile.cs: almost done with the default
+       VirtualPathProvider which just maps to on-disk directories/files.
+
+2006-02-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * SimpleWorkerRequest.cs: implemented RootWebConfigPath.
+       * HostingEnvironment.cs: implemented RegisterVirtualPathProvider and
+       a few other defaults.
+
+2006-01-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * AppManagerAppDomainFactory.cs: stubbed out.
+
+       * ApplicationInfo.cs:
+       * ApplicationManager.cs: add 2 new classes.
+
+2006-01-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * VirtualPathProvider.cs: implemented OpenFile.
+       * VirtualFile.cs: removed stuff cut&pasted from VirtualDirectory.
+
+       * SimpleWorkerRequest.cs: 
+       * HostingEnvironment.cs: class status fixes.
+
+2006-01-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * IProcessHostFactoryHelper.cs:
+       * IProcessPingCallback.cs:
+       * IProcessHost.cs:
+       * IProcessHostSupportFunction.cs:
+       * IHttpWorkerRequestHandler.cs:
+       * IQueueHost.cs:
+       * IApplicationHost.cs: removed all this. They are not longer part of the
+       public API.
+
+2006-01-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * VirtualDirectory.cs:
+       * VirtualPathProvider.cs:
+       * VirtualFileBase.cs:
+       * VirtualFile.cs: implemented this base classes.
+
+       * HostingEnvironment.cs: implemented a few properties by using the ones
+       in HttpRuntime.
+
+2006-01-24  Konstantin Triger <kostat@mainsoft.com>
+
+       * ServletWorkerRequest.jvm.cs: convert .invoke requests to PathInfo,
+               remove ToUpper usage.
+
+2006-01-19  Konstantin Triger <kostat@mainsoft.com>
+
+       * ServletWorkerRequest.jvm.cs: refactoring.
+
+2005-11-28  Robert Jordan  <robertj@gmx.net>
+
+       * SimpleWorkerRequest.cs: fixed MapPath () for the case
+       app_virtual_dir.Length == 1 && path.Length == 1.
+       * SimpleWorkerRequest.cs: implemented SendResponseFromMemory ().
+
+2005-11-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * ApplicationHost.cs: make this work with paths that that
+       contain non-ASCII characters. Fixes bug #76807.
+
+2005-11-02  Chris Toshok  <toshok@ximian.com>
+
+       * HostingEnvironment.cs: completely NIE'ed implementation of
+       HostingEnvironment, just to get an MS example provider to compile.
+
+2005-11-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * ApplicationHost.cs: use the AbsolutePath from the Uri to remove the
+       schema prefix if present.
+
 2005-09-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
 
        * SimpleWorkerRequest.cs: all tests pass now.
        UnmanagedCode on ctor. Added TODO on unimplemented method.
        * ApplicationHost.cs: Added LinkDemand for Minimal. Added Demand for 
        UnmanagedCode on ctor. Removed duplicate null checks.
+       * ISAPIRuntime.cs: Fixed inheritance (added MarshalByRefObject and 
+       IRegisteredObject) for 2.0. Added LinkDemand for Minimal. Added Demand 
+       for UnmanagedCode on ctor.
        * SimpleWorkerRequest.cs: Added LinkDemand and InheritanceDemand (not
        sealed) for Minimal. Added Demands for UnmanagedCode on ctors. Added
        FileIOPermission for PathDiscovery before returning processed paths.