minio/internal/handlers
Harshavardhana 4550535cbb
send proper IPv6 names avoid bracketing notation (#18699)
Following policies if present

```
       "Condition": {
         "IpAddress": {
            "aws:SourceIp": [
              "54.240.143.0/24",
               "2001:DB8:1234:5678::/64"
             ]
          }
        }
```

And client is making a request to MinIO via IPv6 can
potentially crash the server.

Workarounds are turn-off IPv6 and use only IPv4
2023-12-21 16:56:55 -08:00
..
forwarder.go lint: fix some lint issues on files 2023-04-06 22:42:10 -07:00
proxy.go send proper IPv6 names avoid bracketing notation (#18699) 2023-12-21 16:56:55 -08:00
proxy_test.go send proper IPv6 names avoid bracketing notation (#18699) 2023-12-21 16:56:55 -08:00