Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Dispacher configuration .0.json

Avatar

Level 3

Hello All,

I am facing issue in the dispatcher. when we use number selector in between "article" and "json" as bellow. Dispatcher is kicking me out. getting 403 error.

  https://domain.com/content/mycontent.article.0.json

I see the owing rules in the dispatcher. May I know what should be changed?

  /0086 { /type "deny"  /glob "GET *.*[0-9].json*"   }

#    /0088 { /type "allow" /glob "GET *.1.json*"        }  # allow one-level json requests

1 Accepted Solution

Avatar

Correct answer by
Level 3

Added new allow rule to pass through

/0088 { /type "allow" /glob "GET *.article.*[0-9].json*" }

View solution in original post

2 Replies

Avatar

Level 3

Changing 'deny' to 'allow' in rule#0086 should help.

Avatar

Correct answer by
Level 3

Added new allow rule to pass through

/0088 { /type "allow" /glob "GET *.article.*[0-9].json*" }