Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java & Ajax #3

Open
asczerwo opened this issue Dec 19, 2016 · 0 comments
Open

Java & Ajax #3

asczerwo opened this issue Dec 19, 2016 · 0 comments

Comments

@asczerwo
Copy link

Hi

I do have problem with base64 value encoding on java side ->

java.lang.IllegalArgumentException: Illegal base64 character 3a at java.util.Base64$Decoder.decode0(Base64.java:714) at java.util.Base64$Decoder.decode(Base64.java:526) at java.util.Base64$Decoder.decode(Base64.java:549)

Do you know why? Im sending this vide AJAX and on form I have in theory correct value in my string, but I I try to decode byte[] data = Base64.getDecoder().decode(value); where value is my String Im receive decode error :(

BRs
Paweł

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant