Jack Stromberg

Results 2 issues of Jack Stromberg

**What happened**: Gateway API has validations that only account for 301 and 302 HTTP Redirects. https://github.com/kubernetes-sigs/gateway-api/blob/1edf7e93ae4bb8c5ea5cc2193586cfe1e5d15e2f/apis/v1/httproute_types.go#L1069 **What you expected to happen**: [RFC 2616](https://www.rfc-editor.org/rfc/rfc2616#section-10.3) defines several other redirects, including: 303, 304,...

kind/bug
triage/needs-information
triage/accepted

## Checklist - [ ] The title of the PR is clear and informative - [ ] If applicable, the changes made in the PR have proper test coverage -...