Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

AEM 6.1 Dispatcher blocking CQ images and icons

Avatar

Level 2

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 -      

1 Accepted Solution

Avatar

Correct answer by
Level 10
6 Replies

Avatar

Level 10

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

Avatar

Level 2

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

Avatar

Correct answer by
Level 10

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

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

Avatar

Level 6

Hi ,

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

 

Thanks In Advance.

Avatar

Level 6

HI ,

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

/rules

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

Avatar

Level 6

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