Re: Apache Tomcat 10.1.42 Cache-Control header changed when added security-constraint with transport-guarantee CONFIDENTIAL

2025-07-03 Thread Rolandas Karosas | Edrana Baltic
> Different value for securePagesWithPragma on the authenticator for the > two system being tested? No. authenticator is not used at all.

Re: Apache Tomcat 10.1.42 Cache-Control header changed when added security-constraint with transport-guarantee CONFIDENTIAL

2025-07-03 Thread Mark Thomas
On 03/07/2025 11:18, Rolandas Karosas | Edrana Baltic wrote: Hi, On Apache Tomcat 10.1.42 with configured SSL Connector web application with Spring, Spring Security returns the configured Default Spring Security Cache Control HTTP Response Headers Cache-Control: no-cache, no-store, max-age=

Apache Tomcat 10.1.42 Cache-Control header changed when added security-constraint with transport-guarantee CONFIDENTIAL

2025-07-03 Thread Rolandas Karosas | Edrana Baltic
Hi, On Apache Tomcat 10.1.42 with configured SSL Connector web application with Spring, Spring Security returns the configured Default Spring Security Cache Control HTTP Response Headers Cache-Control: no-cache, no-store, max-age=0, must-revalidate Pragma: no-cache Expires: 0 But when I add to