[Mono-bugs] [Bug 323247] UriBuilder.ToString () broken

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Nov 3 19:23:30 EDT 2007


https://bugzilla.novell.com/show_bug.cgi?id=323247#c1





--- Comment #1 from Jensen Somers <jensen.somers at gmail.com>  2007-11-03 17:23:28 MST ---
Created an attachment (id=181934)
 --> (https://bugzilla.novell.com/attachment.cgi?id=181934)
Print Fragment property when using ToString().

The "ToString()" function did not append the "Fragment" property to the URI. No
additional checks need to be performed on the "Fragment" before appending.

Next, the patch also fixes some NET_2_0 issues.
In NET_1_0 and NET_1_1, setting the "Fragment" property to any value (including
a null reference) would clear the "Query" property and vice versa.
In version 2.0 (and up), however, the "Fragment" and "Query" properties are
independent.


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