[Mono-dev] [PATCH] System.Web.UI.Page fix
Gonzalo Paniagua Javier
gonzalo at novell.com
Thu Jul 13 18:22:10 EDT 2006
On Sun, 2006-07-09 at 08:41 -0700, Andrew Skiba wrote:
[...]
> for (int i = 0; i < css_files.Length; i++)
> - css_urls [i] = UrlUtils.Combine
> (physicalPath, Path.GetFileName (css_files [i]));
> + css_urls [i] = virtualPath +
> Path.GetFileName (css_files [i]);
> ptp.LinkedStyleSheets = css_urls;
[...]
Notice how physical and virtual paths are mixed here. That will fail on
windows.
-Gonzalo
More information about the Mono-devel-list
mailing list