Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix caching issues upon upgrade #1050

Merged
merged 1 commit into from
Oct 9, 2024
Merged

Conversation

nscuro
Copy link
Member

@nscuro nscuro commented Oct 9, 2024

Description

Disables caching for index.html and config.json. Assets (i.e. CSS, JS files) already have a unique value in their name for cache busting across builds.

Addressed Issue

Fixes #860

Additional Details

N/A

Checklist

Disables caching for `index.html` and `config.json`. Assets (i.e. CSS, JS files) already have a unique value in their name for cache busting across builds.

Fixes DependencyTrack#860

Signed-off-by: nscuro <nscuro@protonmail.com>
@nscuro nscuro added the defect Something isn't working label Oct 9, 2024
@nscuro nscuro added this to the 4.13 milestone Oct 9, 2024
@nscuro nscuro merged commit bd1cd0c into DependencyTrack:master Oct 9, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix cache issues after updates
1 participant