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

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


           Summary: Regex can't handle an empty group name
    Classification: Mono
           Product: Mono: Class Libraries
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: CORLIB
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          Found By: ---
           Blocker: ---


A silverlight based website (toolkit control kit demo, SL3 version) is throwing
this exception when trying to use a regex:

System.ArgumentException: parsing
"^/System.Windows.Controls.Samples;component/(?<>.*?)/Query/(?<x>.*?)/(?<y>.*?)/(?<z>.*?)$"
- Bad group name.

Initial inspection of the regex looks like the issue is that the first group
name is empty: (?<>.*<). It's possible that the fix is simply to allow empty
group names.

-- 
Configure bugmail: http://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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to