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.
Solved! Go to Solution.
Views
Replies
Total Likes
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
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?
Views
Replies
Total Likes
/filter
/0001 { glob "/home.json" /type "allow" }
/0002 { type "deny" /extension "json"}
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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
Views
Likes
Replies