diff --git a/doc/go1.22.html b/doc/go1.22.html index b04f50192c..42ca2d5f7b 100644 --- a/doc/go1.22.html +++ b/doc/go1.22.html @@ -747,13 +747,17 @@ We plan to include an API migration tool in a future release, likely Go 1.23. - - - - - - - +
<\!-- 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.
+