Commit Diff


commit - 33d32d1fd66a577f22f3f33f238e8dac44ec9995
commit + 043acc97b16be18d85bb1914da50f7ce2aa2623e
blob - d1a49d3545e48b6da5edf3a6a48a0d4f8dc62543
blob + 597391a9c578320b2e748a05ffc019358eac8a39
--- README.md
+++ README.md
@@ -216,3 +216,6 @@ since it's relative to the document root.
 *	it doesn't support virtual hosts: the host part of the request URL is
 	completely ignored.
 
+*	a %2F sequence in the path part is indistinguishable from a literal
+	slash: this is not RFC3986-compliant.
+
blob - e8ab4d27d1cf83b0b22dd01f301bbdbc879d5266
blob + 77ef87db7e835803323eb5c04d6794dcfec67099
--- gmid.1
+++ gmid.1
@@ -188,4 +188,7 @@ since it's relative to the document root.
 .It
 it doesn't support virtual hosts: the host part of the request URL is
 completely ignored.
+.It
+a %2F sequence in the path part is indistinguishable from a literal
+slash: this is not RFC3986-compliant.
 .El