We have a global deny rule on dispatcher
/0001 { /type "deny" /glob "*" }
and have allowed specific POST requests via rules like
{ /type "allow" /url "POST /content/[.]*.form.html" } #Example rule
However, on publishers an autodiscover request is landing
POST /content/mySite/AutoDiscover/autodiscover.xml HTTP/1.1] org.apache.sling.servlets.post.impl.operations.ModifyOperation Unable to create resource named autodiscover.xml in /content/mySite/AutoDiscover
Though we have a allow rule for content tree
{/type "allow" /glob "/content/mySite*" }
Any suggestions on how could this request be
1. Generating
2. Landing on publishers, even after the global deny rule