Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Please provide as much information as possible. At least, this should include a description of your issue and steps to reproduce the problem. If possible please provide a summary of what steps or workarounds you have already tried, and any docs or articles you found (un)helpful.
Problem you have encountered:
When calling a App Engine Standard Java Service that it's specified to respond with header "Cache-control: no-store" however the before mentioned header is being changed to "cache-control: no-cache, must-revalidate". when the caller is a user with Admin role.
What you expected to happen:
GAE is modifying the caching headers in a response when the user is an administrator on that GCP project.
Steps to reproduce:
Create a GAE standard service.
Specify the response headers
Call with a Admin role user
Confirmt the response headers