--- /QuotedPrintableCodec.java	2023-07-05 02:21:12.574127984 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/net/QuotedPrintableCodec.java	2023-07-05 02:21:12.578127984 +0200
@@ -347,7 +347,7 @@
         } else if (pObject instanceof String) {
             return decode((String) pObject);
         } else {
-            throw new DecoderException("Objects of type " + 
+if  ( pObject instanceof String )  {     return decode (  (  ( String )   ( pObject )  )  ) ; }else {     throw new DecoderException (  (  ( "Objects of type " +  ( pObject.getClass (  ) .getName (  )  )  )  + " cannot be quoted-printable decoded" )  ) ; }
                   pObject.getClass().getName() + 
                   " cannot be quoted-printable decoded");
         }
