[Mono-dev] [Mono-patches] r68496 - in trunk/mcs/class/System.Web: System.Web.UI Test/System.Web.UI

Gonzalo Paniagua Javier gonzalo at novell.com
Mon Nov 27 13:55:22 EST 2006


On Mon, 2006-11-27 at 04:28 -0500, Igor Zalmanovich (igorz at mainsoft.com)
wrote:
> Author: igorz
> Date: 2006-11-27 04:28:15 -0500 (Mon, 27 Nov 2006)
> New Revision: 68496
> 
> Modified:
>    trunk/mcs/class/System.Web/System.Web.UI/ChangeLog
>    trunk/mcs/class/System.Web/System.Web.UI/Control.cs
>    trunk/mcs/class/System.Web/Test/System.Web.UI/ChangeLog
>    trunk/mcs/class/System.Web/Test/System.Web.UI/ControlTest.cs
> Log:
> 2006-11-27 Igor Zelmanovich <igorz at mainsoft.com>
> 
> 	* Control.cs: implemented OpenFile()
> 

The correct implementation of OpenFile have to use the current
VirtualPathProvider. The patch you commited works for the general case,
but if someone provides a special VirtualPathProvider, it won't work.
Please, fix it.

-Gonzalo






More information about the Mono-devel-list mailing list