Hi,
Jmix version 2
We are trying to implement Cache-Control header in response header but same is not getting added in response header it is only working for login response but not for all other response.
((HttpServletResponse) response).setHeader("Cache-Control",
"no-store, no-cache, must-revalidate, max-age=0, post-check=0, pre-check=0");
Can you help on this as we tried adding in the tomcat web.xml file but still the same is not working.
Any other way to implement the same.
HttpMethodFilter.java (4.3 KB)
nonce-demo.zip (119.0 KB)