We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04e82a1 + 67b55e3 commit 32b6370Copy full SHA for 32b6370
src/main/java/gov/usgs/earthquake/eids/QuakemlProductCreator.java
@@ -95,7 +95,8 @@ public class QuakemlProductCreator implements ProductCreator {
95
private Converter formatConverter = new Converter();
96
private boolean validate = false;
97
98
- private boolean padForBase64Bug = false;
+ // default to fixing padding issues
99
+ private boolean padForBase64Bug = true;
100
101
/** Default Constructor */
102
public QuakemlProductCreator() {
0 commit comments