How to configure dispatcher filter path rules with any number folders? | Community
Skip to main content
fulongt37334138
New Participant
May 11, 2023
Question

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

  • May 11, 2023
  • 0 replies
  • 392 views

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?

 

 

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