From: Damien Neil Date: Wed, 17 Jan 2024 19:03:15 +0000 (-0800) Subject: doc/go1.22: document net/http/cgi changes X-Git-Tag: go1.22rc2~7^2~3 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=8d04110ce16ecc5cc10e6d5da7678f9c39a222cb;p=gostls13.git doc/go1.22: document net/http/cgi changes For #61422 Change-Id: If9c3d3ccbfb2061f42ffc26461209c96d38020e5 Reviewed-on: https://go-review.googlesource.com/c/go/+/556395 LUCI-TryBot-Result: Go LUCI Reviewed-by: Bryan Mills --- 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. - - - - - - - +
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 -\->