Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Add Content Disposition inline for specific assets

Avatar

Level 1

I have requirement where i do need to add Content Disposition as inline for some specific paths. For this,

I have added my component implementing Filter interface, i can see its being called (last in chain) and adding content disposition however in final rendering, its being deleted. I think some OOTB implementation is overriding content disposition. Does anyone know any other way to achieve this use case?

1 Accepted Solution

Avatar

Correct answer by
Employee

This might be caused by a known issue in Apache Sling https://issues.apache.org/jira/browse/SLING-8469

I would suggest to update to AEM 6.5 service pack 3 (6.5.3) as it includes the fix.

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

This might be caused by a known issue in Apache Sling https://issues.apache.org/jira/browse/SLING-8469

I would suggest to update to AEM 6.5 service pack 3 (6.5.3) as it includes the fix.