[Mono-bugs] [Bug 509998] New: Web.config changes in subdirectories are not detected

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Jun 4 11:45:07 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=509998


           Summary: Web.config changes in subdirectories are not detected
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.4.x
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: mhabersack at novell.com
        ReportedBy: kornelpal at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Web.config changes in subdirectories are not detected.

Actual content I tried:
<configuration>
    <system.web>
        <httpHandlers>
            <add verb="*" path="*" type="System.Web.HttpForbiddenHandler"
validate="true"/>
        </httpHandlers>
    </system.web>
</configuration>

Then I removed this Web.config from the subdirectory and the files were still
disallowed. After app restart, files were allowed again.

-- 
Configure bugmail: http://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