[Mono-bugs] [Bug 509163] New: '*' and ':' are not supported in ASP.NET virtual paths

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Jun 2 13:10:29 EDT 2009


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


           Summary: '*' and ':' are not supported in ASP.NET virtual paths
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.4.x
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: mhabersack at novell.com
        ReportedBy: bassam at symform.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: Customer


Description of Problem:
URLs that have '*' and ':' in them are not supported in virtual paths.
Microsoft has a similar limitation, however, through a registry key
"VerificationCompatbility=1" this limitation is removed. This limitation
prohibits us from specifying file paths in URLs. The Microsoft registry key is
documented here http://support.microsoft.com/kb/932552.

Steps to reproduce the problem:
1. Start any ASP.NET application.
2. Using a browser go to http://localhost/foo/bar:45/zip


Actual Results:
400 - Bad Request is thrown with "is not a valid virtual path"

Expected Results:
No 400 thrown.

How often does this happen? 
Always.

Additional Information:
Ideally this would be something that can be disabled in the web.config file.

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