-
Notifications
You must be signed in to change notification settings - Fork 298
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
After upgrading to DGS10.0.0 the response headers doesn't have custom headers set #2101
Comments
Can you provide some details about what you're doing in the |
We are adding Cache Control header as part of custom instrumentation which extends |
|
We use spring framework and here is boiler plate code
|
If I change the above code to below it works
|
Thanks for the extra information. It looks like what changed is setting headers on |
I have looked into this further and created a fix here: #2104 |
Fixed by #2104 |
Discussed in #2100
Originally posted by dokkaraman January 3, 2025
After upgrading to DGS10.0.0 the headers (Cache-Control) set via SimplePerformantInstrumentation no longer get set in the final response of a subgraph
This works till version 9.2.1
The text was updated successfully, but these errors were encountered: