[Mono-bugs] [Bug 467221] [PATCH] asp.net security trimming / authorization not working

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Dec 7 13:07:51 EST 2010


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

https://bugzilla.novell.com/show_bug.cgi?id=467221#c12


Abe Gillespie <abe.gillespie at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |abe.gillespie at gmail.com

--- Comment #12 from Abe Gillespie <abe.gillespie at gmail.com> 2010-12-07 18:07:48 UTC ---
Nearly the same issue I was having; granting access to an entire directory a
la:

    <location path="common">
        <system.web>
            <authorization>
                <allow users="*"/>
            </authorization>
        </system.web>
    </location>

does not work.  However, Mike's patch from above did the trick.

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