Expand my Community achievements bar.

How to configure dispatcher filter path rules with any number folders?

Avatar

Level 3

For example, I want to allow the submission of forms through AEM Dispatcher, I will configure to filter like this:

/0261 { /type "allow" /method "POST" /path "/content/forms/af/[A-Za-z0-9-]*/[A-Za-z0-9-]*/jcr:content/guideContainer*" /extension '(jsp)'}  # allow POSTs to submit AEM Forms under content

 

 It works, but the fragment /[A-Za-z0-9-]*/[A-Za-z0-9-]*/ means it can only have one folder, if I want to allow the submissions of forms in any deep folder, how can I configure?

 

 

0 Replies