コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Significance of numbers in dispatcher config

Avatar

Level 4

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

1 受け入れられたソリューション

Avatar

正解者
Level 9

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 返信

Avatar

Level 5

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.

Avatar

正解者
Level 9

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,