[Mono-bugs] [Bug 464235] Spring fails to register assembly:// URI handler

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Jan 8 03:57:24 EST 2009


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

User skolima at gmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=464235#c1





--- Comment #1 from Leszek Ciesielski <skolima at gmail.com>  2009-01-08 01:57:23 MST ---
This bug occurs because UriParser.Register is ignored by Uri constructors - the
Uri class does most handling internally, instead of delegating to registered
parsers. In this case, it tries (line 1525) to resolve the host part (through
CheckHostName, line 695) instead of ignoring it and delegating the validation
to the registered custom parser.


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