Dispatcher access issue for etc node
Hi,
I am trying to read a property from /etc/abx/xyz/* path which has stored data through the system user. I am fetching the node property value through the sling model on a page where I want to use this data, It is working fine both in local and publish instances but when I check on dispatcher it is not working. I have checked the dispatcher logs which show a 404 not found message.
I have added a filter rule i.e is /0151 { /type "allow" /url "/etc/abx/*" }, it is not working.
Can anyone help me with this.