https://issues.apache.org/bugzilla/show_bug.cgi?id=46358
Will Rowe <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #3 from Will Rowe <[email protected]> 2008-12-14 17:19:51 PST --- httpd server implements standards, and you don't apparently understand the relevant standards. The query string (?arg) applies to a URL, everything following the ? character is the query arg pattern. The ; argument is an element that applies to each and every segment of the URI path elements. E.g. /my;elt=first/path;elt=second/file.html;elt=third contains three attributes, the first applys to the /my path, the second applies to /my/path and the third applies to /my/path/file.html - this is entirely unrelated to QUERY_STRING. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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]
