By default, dont try to gunzip

This commit is contained in:
Moxie Marlinspike
2014-06-29 19:48:47 -07:00
parent 885af064c9
commit e15f3c9d2b

View File

@@ -1241,7 +1241,7 @@ public class Base64
* @since 1.4
*/
public static byte[] decode( String s ) throws java.io.IOException {
return decode( s, NO_OPTIONS );
return decode( s, DONT_GUNZIP );
}