Skip to content

Commit

Permalink
Make padForBase64Bug default to true
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfee-usgs committed Jun 14, 2021
1 parent 04e82a1 commit 67b55e3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ public class QuakemlProductCreator implements ProductCreator {
private Converter formatConverter = new Converter();
private boolean validate = false;

private boolean padForBase64Bug = false;
// default to fixing padding issues
private boolean padForBase64Bug = true;

/** Default Constructor */
public QuakemlProductCreator() {
Expand Down

0 comments on commit 67b55e3

Please sign in to comment.