Skip to content

Commit

Permalink
Merge branch 'quakeml-buffer-fix' into 'master'
Browse files Browse the repository at this point in the history
Make padForBase64Bug default to true

Closes #142

See merge request ghsc/hazdev/pdl!147
  • Loading branch information
emartinez-usgs committed Jun 15, 2021
2 parents 04e82a1 + 67b55e3 commit 32b6370
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 32b6370

Please sign in to comment.