[Mono-bugs] [Bug 341703] New: IHttpHandlerFactory configured in a subfolder do not work

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Nov 14 14:34:12 EST 2007


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

           Summary: IHttpHandlerFactory configured in a subfolder do not
                    work
           Product: Mono: Class Libraries
           Version: 1.2.6
          Platform: x86-64
        OS/Version: RHEL 5
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: mhabersack at novell.com
        ReportedBy: anmar at gmx.net
         QAContact: mono-bugs at ximian.com
          Found By: ---


Created an attachment (id=183393)
 --> (https://bugzilla.novell.com/attachment.cgi?id=183393)
test case

The httpHandlers configuration section of a web.config file on a subfolder of
the app root is not applied at all.

This is a regression of 1.2.6 preview 1 as it works well with 1.2.5.2.

Attached is a testcase. To run it do:
 - make && xsp2
 - Point your browser to localhost:8080/testwebservice.asmx and get an
Exception with 'GetHandler should throw this' message from TestHandlerFactory
as expected.
 - Now point your browser to localhost:8080/folder/testwebservice.asmx and you
won't get the exception from the TestHandlerFactory. Instead you'll get the
exception about testwebservice.asmx referencing a type that does not exist
(legitimate exception, but it should not be seen if TestHandlerFactory were
used)


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