Expand my Community achievements bar.

SOLVED

Restrict page.json to 404 page on aem 6.4 dispatcher

Avatar

Level 2

Hi Team,

I am setting up the  dispatcher configuration for my site.

I need to restrict page.json to redirect to my site  404 page .

Can anyone help me on this .

Thanks.

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

If you want to disable the .json extension for all pages, I would recommend to reconfigure the Default Get Servlet and disable the JSON extension alltogether; that's the most reliable and easy to solve this problem. Do this only on publish, author instance requires that this is turned on.

Jörg

View solution in original post

5 Replies

Avatar

Level 10

do you want to restrict "page.json" or  do you want to redirect it to 404 page?

is your 404 page served via apache or AEM?

Avatar

Employee Advisor

/filter

  /0001 { glob "/home.json" /type "allow" }

/0002 { type "deny" /extension "json"}

Avatar

Level 2

I am facing  a security issue if  user type .json at the end of url ,hence want it to go to my custom 404 page whenever user type .json at the end of any page url.

404 page is served by Apache currently

Avatar

Level 2

Thanks @jorg. Just wanted to confirm ,adding these filters in my dispatcher ,will it cater for all urls if I insert .json at the end of  any url will it go to my custom  404 page.

Currently 404 is served from Apache

Avatar

Correct answer by
Employee Advisor

If you want to disable the .json extension for all pages, I would recommend to reconfigure the Default Get Servlet and disable the JSON extension alltogether; that's the most reliable and easy to solve this problem. Do this only on publish, author instance requires that this is turned on.

Jörg