routing-release icon indicating copy to clipboard operation
routing-release copied to clipboard

This is the BOSH release for cloud foundry routers

Results 32 routing-release issues
Sort by recently updated
recently updated
newest added

### Current behavior The `missing_content_length_header` metric is too aggressive. It is intended to catch the new, more strict behavior of Go 1.22, where empty `Content-Length` headers will be rejected. The...

We deploy gorouter behind HAProxy which limits the amount of headers and the size of each header for requests and responses. For requests towards CF this isn't much of an...

### Proposed Change **As a** developer **I want** to attach a route service to my web socket app **So that** I can rate-limit it using the route service We currently...

## Is this a security vulnerability? no ## Issue Gorouter is not able to handle HTTP/2 Websockets requests ([RFC 8441](https://datatracker.ietf.org/doc/html/rfc8441)). ## Affected Versions latest version when http2 is enabled ##...

blocked

## Issue Session Affinity/Sticky sessions are not working. ## Context I have added the following section `sticky_session_cookie_names` to the manifest file which looks something like: ``` applications: - name: myapp...

## Is this a security vulnerability? No. ## Issue The current classifiers are misleading because they seem to represent relations between different sets of errors which should be completely distinct...

### Proposed Change App containers currently have 4 ports exposed to the diego cell's IP and local network: - Direct access to the app process's :8080 - Direct access to...

## Is this a security vulnerability? No ## Issue Gorouter ignores [unknown_route](https://github.com/cloudfoundry/gorouter/blob/main/handlers/lookup.go#L140) errors for the purpose of metrics. It does handle the request and returns a 404 to the client...

### Current behavior When configuring gorouter to send access logs via syslog, every log will be followed by an empty log. This is due to the access log record writing...

No. I couldn't find CVEs for zap. ## Issue The version of the zap logger used in `routing-release` and thus Gorouter is pinned to a version from 2016. The API...