We see dispatcher config entries like
# Deny everything first and then allow specific entries /0001 { /type "deny" /glob "*" } # Open consoles /0011 { /type "allow" /url "/admin/*" } # allow servlet engine admin /0012 { /type "allow" /url "/crx/*" } # allow content repository /0013 { /type "allow" /url "/system/*" } # allow OSGi console
What is the significance of numbers e.g. "/0001" before each config entry, what is the use? Do these need to be unique and in specific order?
Thanks
Sandeep