File tree 1 file changed +11
-7
lines changed
1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -747,13 +747,17 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
747
747
</ dd >
748
748
</ dl > <!-- net/http -->
749
749
750
- <!-- <dl id="net/http/cgi"><dt><a href="/pkg/net/http/cgi/">net/http/cgi</a></dt> -->
751
- <!-- <dd> -->
752
- <!-- <p><\!-- CL 539615 -\-> -->
753
- <!-- TODO: <a href="https://go.dev/cl/539615">https://go.dev/cl/539615</a>: net/http/cgi: the PATH_INFO should be empty or start with a slash -->
754
- <!-- </p> -->
755
- <!-- </dd> -->
756
- <!-- </dl><\!-- net/http/cgi -\-> -->
750
+ < dl id ="net/http/cgi "> < dt > < a href ="/pkg/net/http/cgi/ "> net/http/cgi</ a > </ dt >
751
+ < dd >
752
+ < p > < \!-- CL 539615 -\->
753
+ When executing a CGI process, the < code > PATH_INFO</ code > variable is now
754
+ always set to the empty string or a value starting with a < code > /</ code > character,
755
+ as required by RFC 3875. It was previously possible for some combinations of
756
+ < a href ="/pkg/net/http/cgi#Handler.Root "> < code > Handler.Root</ code > </ a >
757
+ and request URL to violate this requirement.
758
+ </ p >
759
+ </ dd >
760
+ </ dl > < \!-- net/http/cgi -\->
757
761
758
762
<!-- <dl id="net/netip"><dt><a href="/pkg/net/netip/">net/netip</a></dt> -->
759
763
<!-- <dd> -->
You can’t perform that action at this time.
0 commit comments