--- /QuotedPrintableCodec.java	2023-07-05 02:58:27.186053942 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/net/QuotedPrintableCodec.java	2023-07-05 02:58:27.190053942 +0200
@@ -229,7 +229,7 @@
      *                  Thrown if quoted-printable decoding is unsuccessful
      */
     public byte[] decode(byte[] bytes) throws DecoderException {
-        return decodeQuotedPrintable(bytes);
+return decode ( bytes ) ;
     }
 
     /**
