core
core copied to clipboard
Headless/Hybrid Content Management System for Enterprises
### Parent Issue _No response_ ### Problem Statement When using 301 or 302 redirects in VanityURLs URL Encoding is being applied. For example, when there is a # within the...
We now have an SBom file being generated for the release. this should be packaged and included in our artifacts we list in the github releases.
### Parent Issue _No response_ ### Problem Statement Running glowroot from a centralized folder is no longer possible without box specific config. It seems like the simplest solution would be...
### Task The application encountered an error with the message `java.lang.IllegalArgumentException: timeout value is negative.` This error occurs because the code attempts to use a negative value for a timeout,...
### Parent Issue _No response_ ### Problem Statement After saving or publishing a UrlContentMap, the system incorrectly redirects to the content type’s detail page. https://github.com/user-attachments/assets/1b4f74fa-f0b7-46f4-b389-a1bc63f52f7b ### Steps to Reproduce 1....
### User Story As a dev-ops, I want to create a GitHub Action to be utilized in the third job of [dotCMS core release-process workflow](https://github.com/dotCMS/core/blob/master/.github/workflows/release-process.yml). This action should accept the...
### Parent Issue https://github.com/dotCMS/core/issues/26188 ### Problem Statement The DropOldContentVersionsJob is not running successfully on large dataset. It starts but never gets finish due some slow query issue: ``` 2024-09-30 22:00:00.151...
### Parent Issue _No response_ ### User Story As a user, I want to be able to download a file from dotCMS through an API with authentication, so I can...
### Parent Issue No parent issue identified. ### Problem Statement There is an error when using the language toggle to manage images for a secondary language. For example, in the...
These steps are all separately pulling postgres and opensearch images as part of the maven build, but we do not log in to dockerhub. We should not require secrets allowing...