On 6/16/06, Mike McCormack mike@codeweavers.com wrote:
Nick Cronin wrote:
unlike http:// etc, file:/// has 3 slashes, this patch removes the third slash.
Could you provide a test case for this please?
Specifically, is "http:///foo.bar" different to "http://foo.bar%22? Your code treats them equally. How about "file:///" and "file://"?
Mike
I thought it was file://computername/path/to/file with file:///path/to/file implying the local machine. I'm not so sure this should be changed, it's some kind of a standard.