[Mono-bugs] [Bug 563804] New: [REGRESSION] HTTP 404 when trying to access an MVC precompiled page

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Dec 10 17:25:26 EST 2009


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

http://bugzilla.novell.com/show_bug.cgi?id=563804#c0


           Summary: [REGRESSION] HTTP 404 when trying to access an MVC
                    precompiled page
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.6.x
          Platform: i586
        OS/Version: SLES 11
            Status: NEW
          Severity: Critical
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: mhabersack at novell.com
        ReportedBy: twiest at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: Component Test
           Blocker: ---


Description of Problem:
If you try to access the "About" page on the MVC precompiled page, you get:

Server Error in '/' Application
The resource cannot be found.

Description: HTTP 404. The resource you are looking for (or one of its
dependencies) could have been removed, had its name changed, or is temporarily
unavailable. Please review the following URL and make sure that it is spelled
correctly.

Requested URL: /Home/About



The interesting thing is that you don't get this error trying to access the
"About" page on the non-precompiled page.

According to Marc, this worked in Mono 2.4.2.3, so this is a regression.

This was found in Mono 2.6rc1.


Steps to reproduce the problem:
1. Install Mono 2.6rc1.
2. Install mvc-template-test from Mono:Community
3. cd to /usr/share/mono/asp.net/apps/mvc-template-testPre-0.1
4. Run xsp2
5. in a web browser, access http://localhost:8080
6. Notice that the front page loads
7. Clock on the "About" page
8. Notice the error.
9. Do the same, except start xsp2 in mvc-template-test-0.1
10. Notice that this time it doesn't error.


Actual Results:
http 404 error


Expected Results:
No error, the about page should load.


How often does this happen? 
Every time

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