Skip to content

🐛 base64 input should not be strict#332

Merged
ianardee merged 1 commit into
mainfrom
test-heif
Jun 16, 2026
Merged

🐛 base64 input should not be strict#332
ianardee merged 1 commit into
mainfrom
test-heif

Conversation

@ianardee

Copy link
Copy Markdown
Collaborator

Description

The java.util.Base64.getDecoder() (MIME-unaware) does not tolerate whitespace or line breaks, it throws IllegalArgumentException on any character outside the strict Base64 alphabet (like \n, \r, or trailing newlines).

Types of changes

  • Docs change / refactoring / dependency upgrade
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Requires a change to the official Guide documentation.

@ianardee ianardee requested a review from sebastianMindee June 16, 2026 12:11
@ianardee ianardee merged commit 94fd684 into main Jun 16, 2026
13 checks passed
@ianardee ianardee deleted the test-heif branch June 16, 2026 12:19
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

Successfully merging this pull request may close these issues.

2 participants