Patch from Edi Weitz to fix parsing of URI like '%25%23'
[puri-unicode.git] / src.lisp
index 44ec5ea..da6d9fd 100644 (file)
--- a/src.lisp
+++ b/src.lisp
 (defparameter *reserved-path-characters*
     (reserved-char-vector
      (append *excluded-characters*
-             '(#\;
+             '(#\; #\%
 ;;;;The rfc says this should be here, but it doesn't make sense.
                ;; #\=
                #\/ #\?))))