Closed
Description
Version(s) affected
3.4.6
Description
When using a JWE Builder with no compression as a Symfony service the debugging collector will error because getCompressionMethodManager
returns null
.
How to reproduce
jose:
jwe:
builders:
builder1:
key_encryption_algorithms: ['A256GCMKW']
content_encryption_algorithms: ['A256CBC-HS512']
#compression_methods: ['DEF']
is_public: true
$jweBuilder = $container->get('jose.jwe_builder.builder1');
$jweBuilder->create()
->build();
Possible Solution
No response
Additional Context
No response
Metadata
Metadata
Assignees
Labels
No labels