Todd Jacobsen
Todd Jacobsen
**Describe the bug** After migrating a site from
**1. Please specify the following:** - OS: OS X, linux, windows - Shell: Most any - [x ] **I have reviewed the troubleshooting tips described [here]() and they do not...
[ltime](https://docs.haproxy.org/dev/configuration.html#7.3.1-ltime) reports the server timezone as UTC regardless of what is set as the `TZ` environment variable in the container. Adding the `tzdata` package to the image appears to resolve...
You can add multiple Edge Rule Actions by adding them as `ExtraActions` in the request. This is undocumented, but can be seen in action on the new bunny dashboard at...
### Parent Issue _No response_ ### Problem Statement When using Redis for session storage, the session expires exactly 30 minutes after login even when actively using the backend. ### Steps...
### Problem Statement Maybe this is a spike. **Where possible:** 1. dotCMS backend static file assets should use versioned, cache-able, URLs 2. responses for these files should set a long...
### Problem Statement `/api/v1/probes/startup` returns 503 in situations when it should not. We are not sure of the details. It seems to occur if there is not an Active index,...
### Parent Issue Implement Redis Session sharing #24294 ### Task SSO login on Auth does not work when we turn off load balancer sticky sessions. Will surmised that "the saml...
**How would this feature be useful?** Allows package maintainers and installers to pin specific versions of dependencies. **Describe the solution you'd like** `pipx install --preinstall-from-file requirements.txt mypkg-0.1.2-py3-none-any.whl` or something like...
### Problem Statement `DropOldContentVersionJob` creates a huge transaction which can cause db deadlock. When it runs against a dataset of any size, this can overly tax the db. We need...