[Mono-bugs] [Bug 523330] New: [PATCH] Copy DataTokens from Route to RouteData too
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sat Jul 18 14:23:53 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=523330
Summary: [PATCH] Copy DataTokens from Route to RouteData too
Classification: Mono
Product: Mono: Class Libraries
Version: SVN
Platform: Other
OS/Version: Other
Status: NEW
Severity: Major
Priority: P5 - None
Component: Sys.Web
AssignedTo: mhabersack at novell.com
ReportedBy: Dax at daxxfiles.net
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Created an attachment (id=305977)
--> (http://bugzilla.novell.com/attachment.cgi?id=305977)
routing fix
In SVN, the Route does not copy its DataTokens to RouteData on request, only
its Values. This breaks, for example, the namespaces-feature of ASP.NET MVC,
leading to illogical "ambiguous controller" errors.
This patch extends Route to copy DataTokens as well as Values.
--
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