Aug. 5, 2011
8:52 a.m.
Hi Igor, On 05 Aug 2011, at 10:08, Igor Stasenko wrote:
'www.squeaksource.com' asZnUrl host -> nil
That seems like a bug to me, I'll look into it. Thanks for reporting this.
'http://www.squeaksource.com' asZnUrl host -> 'www.squeaksource.com'
i wonder if url should have notion of default scheme and if sheme not specified, use a default one i.e. 'http:' ?
Hmm, that is more or less by design, I'll think about it. A default can also be explicit in the message like #portOrDefault that way the object keeps representing what was parsed, but the user specifies what kind of default behavior (s)he wants. Regards, Sven