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: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to