Override DefaultGetServlet config
Hello Community,
We have a requirement to override some of the properties that are part of the "Apache Sling Get Servlet (org.apache.sling.servlets.get.DefaultGetServlet)". Since this is not a factory config, we don't need to specify "-<identifier>".
I have tried using the following configuration under the paths mentioned below. However, when checking the values in system/console/configMgr, it is not picking up the custom config.
/apps/project1/osgiconfig/config/org.apache.sling.servlets.get.DefaultGetServlet.cfg.json
/apps/project1/osgiconfig/config/org.apache.sling.servlets.get.DefaultGetServlet.config
Do I need to override the config under this path?
/apps/system/config/org.apache.sling.servlets.get.DefaultGetServlet.config
Please let me know if anyone has customized this config in your project. Thank you.
@joerghoh @estebanbustamante @vijayalakshmi_s