By default, dont try to gunzip
This commit is contained in:
parent
885af064c9
commit
e15f3c9d2b
|
@ -1241,7 +1241,7 @@ public class Base64
|
||||||
* @since 1.4
|
* @since 1.4
|
||||||
*/
|
*/
|
||||||
public static byte[] decode( String s ) throws java.io.IOException {
|
public static byte[] decode( String s ) throws java.io.IOException {
|
||||||
return decode( s, NO_OPTIONS );
|
return decode( s, DONT_GUNZIP );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue