[SCM] Debian packaging for XMLTooling-C branch, lenny, updated. upstream/1.0-66-g9cc185f

Russ Allbery rra at debian.org
Wed Sep 23 05:52:45 UTC 2009


The following commit has been merged in the lenny branch:
commit d631a0488dfa44271065fead55b8d665c129aac8
Author: Russ Allbery <rra at debian.org>
Date:   Tue Sep 22 19:22:03 2009 -0700

    Remove a stray fix that isn't part of the security patch
    
    Adding comma to the bad characters in a URL is an unrelated bug that
    isn't part of the security fix.

diff --git a/xmltooling/util/URLEncoder.h b/xmltooling/util/URLEncoder.h
index e662348..d30f0f1 100644
--- a/xmltooling/util/URLEncoder.h
+++ b/xmltooling/util/URLEncoder.h
@@ -65,7 +65,7 @@ namespace xmltooling {
          * @return  true iff the character should be encoded 
          */
         virtual bool isBad(char ch) const {
-            static char badchars[]="=&/?:\"\\+<>#%{}|^~[],`;@";
+            static char badchars[]="=&/?:\"\\+<>#%{}|^~[]`;@";
             return (strchr(badchars,ch) || ch<=0x20 || ch>=0x7F);
         }
     };

-- 
Debian packaging for XMLTooling-C



More information about the Pkg-shibboleth-devel mailing list