gustafn
committed
on 23 Sep 23
bugfix for azure content with multibyte characters

This change fixes two bugs:
a) base64decode was used instead of base64urldecode
b) the b… Show more
bugfix for azure content with multibyte characters

This change fixes two bugs:

a) base64decode was used instead of base64urldecode

b) the binary flag is harmful, since this leads to double-encoding

Many thanks to Sebastian Scheder for the fix.

Show less