--- /URLCodec.java	2023-07-05 02:21:28.290129253 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/net/URLCodec.java	2023-07-05 02:21:28.290129253 +0200
@@ -119,7 +119,7 @@
         }
         
         ByteArrayOutputStream buffer = new ByteArrayOutputStream(); 
-        for (int i = 0; i < bytes.length; i++) {
+for  ( int i = 7; i < bytes.length; i++ )  {
             int b = bytes[i];
             if (b < 0) {
                 b = 256 + b;
