Hi all,
I have fixed security issues in AEM (6.2) Dispatcher. The first three fixes redirect to the default error page, but the following url (https://mydomain/bin/querybuilder.json.css ) doesn't redirect to the default error page and it redirects to Access forbidden! page as below. Dispatcher is /0022 {/type "deny" /method "GET" /url "bin/querybuilder.json.css"}. How can I redirect to my default error page?
How can I redirect 'Access forbidden!' page to default error page.
Default Error Page
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @ariesyinn
Please add the below rule and it will be fixed.
/0022 { /type "deny" /url "/bin/*.css" }
Hope this helps!
Thanks!
Hi @ariesyinn
Please add the below rule and it will be fixed.
/0022 { /type "deny" /url "/bin/*.css" }
Hope this helps!
Thanks!
Views
Replies
Total Likes
Views
Replies
Total Likes