go/src/net/http
Katie Hockman 784ef4c531 net/http: ignore directory path when parsing multipart forms
Fixes #45789

Change-Id: Id588f5dbbecf5fbfb54e957c53903aaa900171f2
Reviewed-on: https://go-review.googlesource.com/c/go/+/313809
Trust: Katie Hockman <katie@golang.org>
Run-TryBot: Katie Hockman <katie@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Roland Shoemaker <roland@golang.org>
2021-05-05 18:14:49 +00:00
..
cgi net/http/cgi: Remove hard-coded ServeHTTP timeout 2021-04-16 18:46:27 +00:00
cookiejar
fcgi net/http/fcgi: eliminate race, keep request id until end of stdin 2021-04-16 19:34:33 +00:00
httptest net/http/httptest: panic on non-3 digit (XXX) status code in Recorder.WriteHeader 2021-04-14 21:58:06 +00:00
httptrace
httputil all: fix spellings 2021-04-10 01:46:41 +00:00
internal
pprof all: fix spellings 2021-04-10 01:46:41 +00:00
testdata
alpn_test.go
client.go net/http: mention NewRequestWithContext+Client.Do for custom contexts 2021-03-19 16:11:47 +00:00
client_test.go all: fix spellings 2021-04-10 01:46:41 +00:00
clientserver_test.go
clone.go
cookie.go
cookie_test.go
doc.go
example_filesystem_test.go
example_handle_test.go
example_test.go net/http: make ExampleGet show StatusCode checks for non-1XX,2XX responses 2021-03-19 16:12:45 +00:00
export_test.go
filetransport.go
filetransport_test.go net/http: replace os.MkdirTemp with T.TempDir 2021-04-07 06:53:34 +00:00
fs.go net/http: using errors.Is in fs error detection 2021-04-16 16:36:57 +00:00
fs_test.go net/http: using errors.Is in fs error detection 2021-04-16 16:36:57 +00:00
h2_bundle.go all: update vendored dependencies for Go 1.17 2021-05-05 15:53:03 +00:00
header.go
header_test.go
http.go
http_test.go
jar.go
main_test.go
method.go
omithttp2.go
proxy_test.go
range_test.go
readrequest_test.go
request.go net/http: make ReadRequest return an error when requests have multiple Host headers 2021-04-16 16:40:34 +00:00
request_test.go net/http: ignore directory path when parsing multipart forms 2021-05-05 18:14:49 +00:00
requestwrite_test.go
response.go
response_test.go
responsewrite_test.go
roundtrip.go
roundtrip_js.go
serve_test.go net/http: use relative path in Location redirect 2021-05-03 17:34:10 +00:00
server.go net/http: use relative path in Location redirect 2021-05-03 17:34:10 +00:00
server_test.go
sniff.go
sniff_test.go
socks_bundle.go
status.go
transfer.go
transfer_test.go
transport.go all: fix spellings 2021-04-10 01:46:41 +00:00
transport_internal_test.go
transport_test.go net/http: allow multiple dials in TestTransportMaxConnsPerHost 2021-04-15 16:09:16 +00:00
triv.go