[Mono-bugs] [Bug 371663] ASP.NET Masterpages broken in mono-1-9 and trunk

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Mar 19 04:32:41 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=371663

User mhabersack at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=371663#c2


Marek Habersack <mhabersack at novell.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
             Status|NEW                                             |RESOLVED
         Resolution|                                                |INVALID




--- Comment #2 from Marek Habersack <mhabersack at novell.com>  2008-03-19 02:32:41 MST ---
Master pages should have the .master extension (see
http://msdn2.microsoft.com/en-us/library/wtxbf3hh.aspx) - renaming
Urlencode.masterpage to Urlencode.master makes the example you attached work
correctly (after removing the Inherits clause from Default.aspx). Note that
naming your file with the .masterpage extension not only makes it not
recognized as a Master page, but also makes it possible for a user to request
and download that file to their disk, thus possibly creating a security risk
for your website.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list