[Mono-dev] [PATCH] System.Web.UI.Page fix

Andrew Skiba andrews at mainsoft.com
Thu Jul 6 09:29:19 EDT 2006


Hello,

Please review the attached patch.

This patch fixes the URL in head/link elements. PageTheme.GetStyleSheets
() returns absolute pathes like
"C:/cygwin/monobuild/xsp/PWS1/App_Themes/White//Default.css". I checked
the dotnet and it does the same. But the rendered link must look like
"App_Themes/White//Default.css". So I think it must be fixed where
HtmlLink controls are created.

The testcase for this bug is standalone/ThemeTest4/indexWithInit.aspx.
Look at head->link->href before and after the fix.

Thank you.
Andrew.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PageLinks.patch
Type: application/octet-stream
Size: 737 bytes
Desc: PageLinks.patch
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20060706/3fad1d9d/attachment.obj 


More information about the Mono-devel-list mailing list