* PageHandlerFactory.cs: this class should be public. Fixes bug #396707 svn path=/trunk/mcs/; revision=104845
@@ -1,3 +1,8 @@
+2008-06-04 Marek Habersack <[email protected]>
+
+ * PageHandlerFactory.cs: this class should be public. Fixes bug
+ #396707
2008-05-30 Marek Habersack <[email protected]>
* DataBindingCollection.cs, ExpressionBindingCollection.cs: do not
@@ -33,7 +33,7 @@ using System.Web.Compilation;
namespace System.Web.UI
{
- class PageHandlerFactory : IHttpHandlerFactory
+ public class PageHandlerFactory : IHttpHandlerFactory
public virtual IHttpHandler GetHandler (HttpContext context, string requestType, string url, string path)