Significance of numbers in dispatcher config | Community
Skip to main content
Level 4
March 22, 2017
Solved

Significance of numbers in dispatcher config

  • March 22, 2017
  • 2 replies
  • 1439 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by MC_Stuff

Hi Sandeep, 

  It has to be unique and order does not matters. The usage is when debug enabled it will tell for what unique identity it was matched/failure/success.  At the moment only works to log for few identifiers like forms, etc..   Sounds adobe might implement later to use for filters which makes debug easier when you encounter issue.

Thanks,   

2 replies

sandeepm744005
Level 5
March 22, 2017

As far i know, there are just the number to identify each row as unique. Yes these entries should be unique but not necessary in any specific order.

MC_Stuff
MC_StuffAccepted solution
Level 10
March 24, 2017

Hi Sandeep, 

  It has to be unique and order does not matters. The usage is when debug enabled it will tell for what unique identity it was matched/failure/success.  At the moment only works to log for few identifiers like forms, etc..   Sounds adobe might implement later to use for filters which makes debug easier when you encounter issue.

Thanks,