Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore all AEM-generated renditions (cq5dam.*) by default #31

Merged
merged 5 commits into from
Jan 17, 2024

Conversation

stefanseifert
Copy link
Member

Change in default behavior of AEM-generated renditions:

  • By default, all AEM-generated renditions (starting with cq5dam. prefix) are no longer considered when resolving media requests, except video renditions (starting with cq5dam.video. prefix).
  • In Media Handler 1.x web renditions (starting with cq5dam.web. prefix) and all other renditions except thumbnails (starting with cq5dam.thumbnail. prefix) were processed.
  • The MediaHandlerConfig contains a new method getIncludeAssetAemRenditionsByDefault that controls this behavior and allows to switch to the previous setting.

this PR also improves null-annotations at other placed in MediaArgs.

By default, all AEM-generated renditions are no longer considered when resolving media requests, except video renditions.
Copy link

@stefanseifert stefanseifert merged commit de3f247 into develop Jan 17, 2024
7 checks passed
@stefanseifert stefanseifert deleted the feature/skip-aem-generated-renditions branch January 17, 2024 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant