https://bz.apache.org/bugzilla/show_bug.cgi?id=70096
Rich Bowen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |WORKSFORME --- Comment #1 from Rich Bowen <[email protected]> --- You seem to be making a distinction between "URL-path" and "URL path", but as we've discussed elsewhere, no such distinction exists. The definition is correct. I've tried several different iterations, and injecting PATH_INFO discussion here just muddies the water further. The power of URLs is that they don't have to fit a particular mold, and don't have to represent an actual file path, but can contain arbitrary text that is then interpreted by the server. If you have a *specific* suggestion as to how this can be rephrased that actually clarifies something, that's great. But not every example has to cover all cases. The purpose of this specific example is to convey the fact that the URL-path is everything following the slash after hostname, before the query string. It does that. I'm really not inclined to make this more complicated. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
