내 커뮤니티 업적 표시줄을 확대합니다.

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

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Accessing DAM images directly with publisher host in AEM 6.5

Avatar

Level 1

Hi all,

 

In AEM 6.5 when I access a dam image on a browser it tries to download vs rendering it. Any reason why it's doing that? 

 

Steps to reproduce for we retail demo site:

1. Install AEM 6.5 as publisher

2. In any browser go to http://<publisher_host>:<publisher_port>/content/dam/we-retail/en/features/tracking.png  

 

Any thoughts? 

 

Thanks

 

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 10

Check the configuration under Apache Sling Content Disposition Filter or Adobe Granite REST Assets Content-Disposition Filter http://localhost:4503/system/console/configMgr

for configured patterns/extensions

 

Content-Disposition header's value inline vs attachment does that magic

 

Reference: 

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Disposition

 

 

 

 

 

원본 게시물의 솔루션 보기

2 답변 개

Avatar

정확한 답변 작성자:
Level 10

Check the configuration under Apache Sling Content Disposition Filter or Adobe Granite REST Assets Content-Disposition Filter http://localhost:4503/system/console/configMgr

for configured patterns/extensions

 

Content-Disposition header's value inline vs attachment does that magic

 

Reference: 

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Disposition

 

 

 

 

 

Avatar

Employee Advisor

To test if this is related to content disposition,  You can try to clear the CDN cache and disable the "Enable For All Resource Paths" option at "Apache Sling Content-Disposition Filter"