Développer ma barre des réalisations de la Communauté.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Cette conversation a été verrouillée en raison de son inactivité. Veuillez créer une nouvelle publication.

RÉSOLU

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 solution acceptée

Avatar

Réponse correcte par
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

Réponse correcte par
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