mirror of https://github.com/jwtk/jjwt.git
3489fdb19b
Closes #938. * Fix compression being omitted for JWEs with arbitrary content The JWE content was compressed only when claims was used as payload, but when using arbitrary content, the compression was omitted, while keeping the "zip" header field, leading to decompression failing. * Refactor duplicate payload -> input stream logic from sign()/encrypt() * Preserve the content name * Fix name for JWE payload |
||
---|---|---|
.. | ||
src | ||
bnd.bnd | ||
pom.xml |