[Mono-devel-list] UriBuilder patch

Juraj Skripsky js at hotfeet.ch
Wed Oct 1 05:56:12 EDT 2003


On Mon, 2003-09-22 at 03:26, Miguel de Icaza wrote:
> Hello,
> 
> > UriBuilder.Query set: Make it more consistent with the getter by
> > trimming excessive '?'s off the start.
> > 
> > This allows for the following code
> > 
> > UriBuilder ub = new
> > UriBuilder("http://www.test.com/index.aspx?first=0");
> > ub.Query += "&second=0";
> 
> Is this the behavior in .NET?
> 
> If so, please submit a unit test as well, so we can track this feature.
> 
> Miguel

Finally, I now have access to a MS.NET installation. Unfortunately, as I
found out, this patch would break MS.NET compatibility.

I am in the course of writing a UriBuilder subclass with a few
convenience methods. As soon as it's done, I'll post it to the mono-list
for inclusion into cvs.

Juraj

---
Juraj Skripsky <juraj at hotfeet.ch>
HotFeet - developing the web
Technopark Zurich
Switzerland




More information about the Mono-devel-list mailing list