I want to set the CORS Filter value by reading from properties file.
CORS Filter
org.apache.catalina.filters.CorsFilter
corss.allowed.origins
**ALLOWED_ORIGIN_LIST**
I want to set the CORS filter value by reading from properties file,ALLOWED_ORIGIN_LIST has to be different domain URL as per the environment(dev/UAT/Prod).
I tried the link 12099008, but not working using Apache tomcat 8.5.65 and non-maven web application.