[Mono-dev] Problem with URIBuilder...

Hubert FONGARNAND h.fongarnand at fiducial.fr
Fri Oct 21 11:12:29 EDT 2005


I've opened a new bug in bugzilla :
http://bugzilla.ximian.com/show_bug.cgi?id=76501

If you execute the following code on mono :


UriBuilder ub=new UriBuilder("http://mondomaine/trucmuche/login.aspx");
ub.Query=ub.Query.TrimStart(new char[]{'?'})+"&ticket=bla";
Console.WriteLine("(URIBUILDER)Redirige vers :" +ub.ToString());
Console.ReadLine();

you'll obtain :
http://mondomaine:80//trucmuche/login.aspx?&ticket=bla
(note the double / after :80)

on MS.NET you'll obtain
http://mondomaine:80/trucmuche/login.aspx?&ticket=bla

I've done a little patch to solve this issue...
Could someone apply it...
_______________________________________________
Ce message et les éventuels documents joints peuvent contenir des informations confidentielles.
Au cas où il ne vous serait pas destiné, nous vous remercions de bien vouloir le supprimer et en aviser immédiatement l'expéditeur. Toute utilisation de ce message non conforme à sa destination, toute diffusion ou publication, totale ou partielle et quel qu'en soit le moyen est formellement interdite.
Les communications sur internet n'étant pas sécurisées, l'intégrité de ce message n'est pas assurée et la société émettrice ne peut être tenue pour responsable de son contenu.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20051021/14dfaaf7/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch_uri
Type: text/x-patch
Size: 558 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20051021/14dfaaf7/attachment.bin 


More information about the Mono-devel-list mailing list