discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSURL compatibility with MacOS X


From: Larry Campbell
Subject: NSURL compatibility with MacOS X
Date: Wed, 15 Jan 2003 10:29:54 -0500

On MacOS X, -[NSURL initWithScheme:host:path:] requires that the path supplied be absolute (starting with '/') and throws an exception if it's not.

In GNUstep, a path starting with a '/' produces an invalid URL -- the slash is doubled: "http://host//path";.

In general, unless MacOS X is clearly wrong (which I don't think it is in this case) shouldn't GNUstep behave like MacOS X?

- lc





reply via email to

[Prev in Thread] Current Thread [Next in Thread]