Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.
Level 1
Level 2
Melden Sie sich an, um alle Badges zu sehen
Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.
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.
Gelöst! Gehe zu Lösung.
Zugriffe
Antworten
Likes gesamt
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?
Zugriffe
Antworten
Likes gesamt
/filter
/0001 { glob "/home.json" /type "allow" }
/0002 { type "deny" /extension "json"}
Zugriffe
Antworten
Likes gesamt
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
Zugriffe
Antworten
Likes gesamt
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
Zugriffe
Antworten
Likes gesamt
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
Zugriffe
Likes
Antworten
Zugriffe
Likes
Antworten
Zugriffe
Likes
Antworten
Zugriffe
Likes
Antworten