Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
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*" }