micronaut-security icon indicating copy to clipboard operation
micronaut-security copied to clipboard

Fix asymmetric serialization in JacksonStateSerDes

Open Toseban opened this issue 1 month ago • 3 comments

using the normal encoder and then the urldecoder leads to errors like "Illegal base64 character 2f" when encoding more complex urls

Toseban avatar Oct 10 '25 05:10 Toseban

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Oct 10 '25 05:10 CLAassistant

@sdelamo I added a test but did not manage to make the project tests run locally.

Toseban avatar Oct 15 '25 09:10 Toseban

@sdelamo I added a test but did not manage to make the project tests run locally.

what do you mean? You can build the project locally with ./gradlew build. We need every committer to sign the CLA.

sdelamo avatar Oct 21 '25 10:10 sdelamo