3.2.1 General Syntax: net_path

The syntax for net_path would appear to be buggy:

             net_path       = "//" net_loc [ abs_path ]
             net_loc        = *( pchar | ";" | "?" )

>From these I derive the following net_path
	///foo/bar
with net_loc -> <empty string>.  Is that intended?

Dave Kristol

Received on Wednesday, 24 April 1996 12:07:39 UTC