[Mono-bugs] [Bug 365887] Per File Permission Configuration

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Feb 28 23:57:16 EST 2008


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

User clsdaniel at yahoo.com.mx added comment
https://bugzilla.novell.com/show_bug.cgi?id=365887#c1





--- Comment #1 from Carlos Daniel Ruvalcaba Valenzuela <clsdaniel at yahoo.com.mx>  2008-02-28 21:57:15 MST ---
Relevant part of the web.config file:

        <location path="pages/edit_artist.aspx">
                <system.web>
                        <authorization>
                                <deny users="?"/>
                        </authorization>
                </system.web>
        </location>
        <location path="utils">
                <system.web>
                        <authorization>
                                <allow users="alex"/>
                                <deny users="*"/>
                        </authorization>
                </system.web>
        </location>

The folder utils is protected, while the single file edit_artist.aspx is not.


-- 
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