GeekInTheNorth / GeekInTheNorth/Stott.Security.Optimizely
Response Headers when Adding should replace a header if it exists already
Open
bug
Complete
- Dominant language
- C#
- Stars
- 11
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Affects In-Proc solutions
How to Reproduce:
- Go to Response Headers
- Add a new header for "Cache-Control" with a value of "public"
- Visit a content page
Expected Result:
Cache-Control header should exist once
Actual Result:
Cache-Control header exists twice, once as the header defined by the CMS Administrator and the default no-cache value for content pages.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.