diff --git a/doc/go1.22.html b/doc/go1.22.html index b04f50192cc00f..42ca2d5f7b7e7b 100644 --- a/doc/go1.22.html +++ b/doc/go1.22.html @@ -747,13 +747,17 @@

Minor changes to the library

- - - - - - - +
net/http/cgi
+
+

<\!-- CL 539615 -\-> + When executing a CGI process, the PATH_INFO variable is now + always set to the empty string or a value starting with a / character, + as required by RFC 3875. It was previously possible for some combinations of + Handler.Root + and request URL to violate this requirement. +

+
+
<\!-- net/http/cgi -\->