-
Notifications
You must be signed in to change notification settings - Fork 18.5k
net/http/cgi: the PATH_INFO should be empty or start with a slash #63926
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
This PR (HEAD: de79aa7) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/539615. Important tips:
|
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/539615. |
|
Message from Aimuz me: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/539615. |
|
Message from Aimuz me: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/539615. |
|
Message from Bryan Mills: Patch Set 2: Code-Review+1 Commit-Queue+1 (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/539615. |
|
Message from Go LUCI: Patch Set 2: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2023-11-03T14:13:04Z","revision":"d43f6c2e9f725b41cc98a0664af109cc98c7b87d"} Please don’t reply on this GitHub thread. Visit golang.org/cl/539615. |
|
Message from Bryan Mills: Patch Set 2: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/539615. |
|
Message from Go LUCI: Patch Set 2: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/539615. |
|
Message from Go LUCI: Patch Set 2: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/539615. |
|
This PR (HEAD: 2fccfd4) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/539615. Important tips:
|
|
Message from Aimuz me: Patch Set 2: (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/539615. |
|
Message from Bryan Mills: Patch Set 3: Code-Review+1 Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/539615. |
|
Message from Go LUCI: Patch Set 3: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2023-11-03T14:45:08Z","revision":"17098ee8d2d9c2687d7c17c04778456a495f0d29"} Please don’t reply on this GitHub thread. Visit golang.org/cl/539615. |
|
Message from Bryan Mills: Patch Set 3: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/539615. |
|
Message from Go LUCI: Patch Set 3: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/539615. |
|
Message from Go LUCI: Patch Set 3: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/539615. |
|
Message from raghvender sundarjee: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/539615. |
|
Message from Bryan Mills: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/539615. |
|
Message from Damien Neil: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/539615. |
|
Message from raghvender sundarjee: Patch Set 3: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/539615. |
Fixed PATH_INFO not starting with a slash as described in RFC 3875 for PATH_INFO Fixes golang#63925
|
This PR (HEAD: 1c532e3) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/539615. Important tips:
|
|
Message from Damien Neil: Patch Set 4: Auto-Submit+1 Code-Review+2 Commit-Queue+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/539615. |
|
Message from Go LUCI: Patch Set 4: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2023-11-06T21:46:57Z","revision":"284ac497fa89b1a0d8cc81da1810393c2c376f49"} Please don’t reply on this GitHub thread. Visit golang.org/cl/539615. |
|
Message from Bryan Mills: Patch Set 4: Code-Review+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/539615. |
fixed PATH_INFO not starting with a slash as described in RFC 3875 for PATH_INFO. Fixes #63925 Change-Id: I1ead98dff190c53eb7a50546569ef6ded3199a0a GitHub-Last-Rev: 1c532e3 GitHub-Pull-Request: #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>
|
This PR is being closed because golang.org/cl/539615 has been merged. |
fixed PATH_INFO not starting with a slash as described in RFC 3875
for PATH_INFO.
Fixes #63925