Level 2
December 15, 2015
Solved
AEM 6.1 Dispatcher blocking CQ images and icons
- December 15, 2015
- 6 replies
- 1865 views
I am facing 403 Forbidden issue for images residing under /libs/cq/ while accessing AEM 6.1 Author through dispatcher. Thus, CQ Console icons and images are not appearing.
I have used below filter in dispatcher.any file -
/filter
{
/0000
{
/glob "*"
/type "allow"
}
}
Attaching dispatcher.any file -