On Wed, 2006-11-01 at 19:07 -0500, Brian C Young wrote:
> I asked about this awhile back [1], but never saw a response--
> patch for bin/hobix to make it usable on Windows. Again, I'm 
> unsure if removing some of the code is a good idea.

The bigger problem is that it breaks URI processing, because of the URI
escaping which is added.

If Ruby's URI class supported the usual conventions for representing
Windows paths better, I'd suggest we simply always treated the 'weblog'
field as a URI.

Probably the best we can do at the moment is a hueristic in addition to
the current does-it-have-a-scheme test:  if it doesn't parse as a URI or
has a single-character protocol, then also treat it as a native path.  

I've committed that to SVN; see how it works for you.

-mental

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Hobix-is-the-way mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/hobix-is-the-way

Reply via email to