[Mono-bugs] [Bug 482916] New: xsp AddApplicationsFromCommandLine () can't deal with absolute windows paths correctly.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Mar 6 13:17:15 EST 2009


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


           Summary: xsp AddApplicationsFromCommandLine () can't deal with
                    absolute windows paths correctly.
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.4.x
          Platform: x86
        OS/Version: Windows XP
            Status: NEW
          Severity: Minor
          Priority: P5 - None
         Component: CORLIB
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: johannes at jroith.de
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


User-Agent:       Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; de-de)
AppleWebKit/530.1+ (KHTML, like Gecko) Version/4.0 Safari/528.16

In xsp/src/Mono.WebServer/ApplicationServer.cs:

AddApplicationsFromCommandLine () tries to split the arguments by ":" which
fails if the argument contains an absolute windows-path, i.e. "c:\foo\bar",
because of the ':' in the path.
It should be able to handle that.

Reproducible: Always

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list