AEM 6.1 Dispatcher blocking CQ images and icons | Community
Skip to main content
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 -      

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

See this KB for top issues and see if it helps:

https://helpx.adobe.com/experience-manager/using/dispatcher-faq.html

6 replies

smacdonald2008
Level 10
December 15, 2015

Make sure you configure properly - for example:

# enable media 
     /0030 { /type "allow" /glob "* /is/image*"   }
     /0031 { /type "allow" /glob "* /is/content*"   }

See: https://docs.adobe.com/docs/en/dispatcher/disp-config.html

Level 2
December 15, 2015

Thanks for the reply.

I have allowed access to all entries using 

/0001 { /type "allow" /glob "*" }

However, author consoles are not showing icons and images. (Ideally, dispatcher should not deny any request as Allow all is set)

NOTE : I have tried with enable media filter option but it did not work.

Thanks,

Prasad Bagwe

smacdonald2008
smacdonald2008Accepted solution
Level 10
December 15, 2015

See this KB for top issues and see if it helps:

https://helpx.adobe.com/experience-manager/using/dispatcher-faq.html

Level 5
March 2, 2016

Hi ,

I am facing the same problem with the images now. Is there solution that I cam implement.

 

Thanks In Advance.

Level 6
March 3, 2016

HI ,

Just for testing pupose, can you change the below rules from deny to allow and let us know. 

/rules

{ /0001 { /glob "*" /type "deny" } }
Level 5
March 3, 2016

Right now my configuration is deny .

 /0001 { /type "deny" /glob "*" }

 

I am able to see the content with this dispatcher But I am not able to see the Images.  

 

Note: This dispatcher in Author instance and I am using the Cq 5.6.1