Implementation for any url based filesystem.
Parses the url into user/password/host/port/path
Does not handle a query string (after ?)
author: imario@apache.org version: $Revision: 480428 $ $Date: 2006-11-28 22:15:24 -0800 (Tue, 28 Nov 2006) $ See Also:URLFileNameParser See Also: URLFileNameParser for the implementation which also handles the query string too
Extracts the scheme, userinfo, hostname and port components of a
generic URI.
Parameters: uri - The absolute URI to parse. Parameters: name - Used to return the remainder of the URI.