<div dir="ltr">
<br><br><div class="gmail_quote">On Wed, May 18, 2011 at 15:50,  <span dir="ltr"><<a href="mailto:michael.vancanneyt@wisa.be">michael.vancanneyt@wisa.be</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="im"><br>
<br>
On Wed, 18 May 2011, ik wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I've created a more simple example:<br>
<br>
program uri_test;<br>
uses URIParser;<br>
<br>
var<br>
 URI : TURI;<br>
<br>
begin<br>
</blockquote>
<br></div>
You don't specify the protocol.<br>
<br>
a URI starts always with "protocol://"<br>
<br>
so <a href="http://sip:bob@example.com/" target="_blank">http://sip:bob@example.com/</a><br></blockquote><div><br>The problem is that the SIP URI (<a href="http://tools.ietf.org/html/rfc3261#section-19.1">http://tools.ietf.org/html/rfc3261#section-19.1</a> and <a href="http://tools.ietf.org/html/rfc3261#section-19.1.1">http://tools.ietf.org/html/rfc3261#section-19.1.1</a>)<br>

are more like the mailto: URI then the HTTP URI. <br><br><a href="http://tools.ietf.org/html/rfc3986">RFC 3986</a> does talk about such structure of URI as well.<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">


<br>
The URIParser unit expects the protocol to be in place.<br>
<br>
Michael.<br></blockquote><div><br>Thanks,<br><br>Ido<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
_______________________________________________<br>
fpc-pascal maillist  -  <a href="mailto:fpc-pascal@lists.freepascal.org" target="_blank">fpc-pascal@lists.freepascal.org</a><br>
<a href="http://lists.freepascal.org/mailman/listinfo/fpc-pascal" target="_blank">http://lists.freepascal.org/mailman/listinfo/fpc-pascal</a><br>
</blockquote></div><br></div>