[Mono-bugs] [Bug 396929] New: [regression] lower cases 'web.config' file causes crash in xsp for /1.1/html/button.aspx

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Jun 3 20:09:14 EDT 2008


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


           Summary: [regression] lower cases 'web.config' file causes crash
                    in xsp for /1.1/html/button.aspx
           Product: Mono: Class Libraries
           Version: unspecified
          Platform: x86-64
        OS/Version: openSUSE 11.0
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.Web.Services
        AssignedTo: atsushi at ximian.com
        ReportedBy: mchristensen at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: Component Test


Description of Problem:
accessing http://server_name/1.1/html/button.aspx fails if the file web.config
is lower cased (as shipped).  If renamed to "Web.Config" it works fine.

The console output from xsp is:

Listening on address: 0.0.0.0
Root directory: /usr/lib/xsp/test
Listening on port: 8080 (non-secure)
Hit Return to stop the server.
Application_Start
System.IndexOutOfRangeException: Array index is out of range.
  at System.Web.HttpException.GetHtmlizedErrorMessage () [0x00000] 
  at System.Web.HttpException.GetHtmlErrorMessage () [0x00000] 

This does not happen on OpenSuse 10.3 x86_64 with mono-1.9.1-2.novell but does
on OpenSuse 11rc1 x86_64 with mono-1.9.1-4

Steps to reproduce the problem:
1. on OpenSuse 11 rc1 run xsp in /usr/lib/xsp/test
2. from a web browser, hit 

http://<your_server>:8080/1.1/html/button.aspx

Actual Results:
Error page is displayed and above index our of range error is output on the
console where xsp is running.

Expected Results:
No errors

How often does this happen? 
every time.


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