[Mono-bugs] [Bug 537089] New: Request.Url incorrect in MVC

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Sep 6 11:57:01 EDT 2009


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


           Summary: Request.Url incorrect in MVC
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.4.x
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: mhabersack at novell.com
        ReportedBy: jpobst at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Comparing a ASP MVC app between .Net and Mono, I added this line to my view:

Request.Url: <%= Request.Url.ToString () %>

On the .Net copy, I go to this in my browser:
http://localhost:4234/myapp/user/details

and get:
Request.Url: http://localhost:4234/myapp/user/details


On the Mono XSP copy, I go to this in my browser:
http://localhost:8080/myapp/user/details

and get:
Request.Url: http://localhost:8080/myapp/user/UrlRouting.axd 


Obviously, this messes up any <a href=""> links that are built using
Request.Url.

(Mono/Windows 2.4.2.3)

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