]> Cypherpunks repositories - gostls13.git/commit
net/http/cgi: the PATH_INFO should be empty or start with a slash
authoraimuz <mr.imuz@gmail.com>
Fri, 3 Nov 2023 23:42:21 +0000 (23:42 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 6 Nov 2023 22:04:34 +0000 (22:04 +0000)
commit6458c8e45f83e42283079f6dbf0e5fe986e76305
treedb331630f4068fc73165972cb6492388cb714708
parent42b20297d314bd72195e9abff55b0c607c2619a8
net/http/cgi: the PATH_INFO should be empty or start with a slash

fixed PATH_INFO not starting with a slash as described in RFC 3875
for PATH_INFO.

Fixes #63925

Change-Id: I1ead98dff190c53eb7a50546569ef6ded3199a0a
GitHub-Last-Rev: 1c532e330b0d74ee42afc412611a005bc565bb26
GitHub-Pull-Request: golang/go#63926
Reviewed-on: https://go-review.googlesource.com/c/go/+/539615
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Damien Neil <dneil@google.com>
Auto-Submit: Damien Neil <dneil@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/net/http/cgi/host.go
src/net/http/cgi/host_test.go