Skip to content

Commit

Permalink
Dynamic Media with OpenAPI: Remove experimental HTTP header for metad…
Browse files Browse the repository at this point in the history
…ata request from default configuration. (#55)
  • Loading branch information
stefanseifert authored Jul 3, 2024
1 parent 2b5e789 commit a7fe15d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
<action type="update" dev="sseifert" issue="54">
Dynamic Media with OpenAPI: Remove experimental URL parameters from default configuration.
</action>
<action type="update" dev="sseifert" issue="55">
Dynamic Media with OpenAPI: Remove experimental HTTP header for metadata request from default configuration.
</action>
<action type="update" dev="sseifert" issue="58">
Dynamic Media with OpenAPI: Prefer named smart crops over auto-cropped smart renditions.
</action>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public class NextGenDynamicMediaMetadataServiceImpl implements NextGenDynamicMed
name = "HTTP Headers",
description = "HTTP headers to be send with the asset metadata request. "
+ "Format: 'header1:value1'.")
String[] httpHeaders() default { "X-Adobe-Accept-Experimental:1" };
String[] httpHeaders();

@AttributeDefinition(
name = "Connect Timeout",
Expand Down

0 comments on commit a7fe15d

Please sign in to comment.