> >   +        // Prevent encoding '%', '/', '.' and '\', which are
> > special reserved
> >   +        // characters
> >   +        if ((normalized.indexOf("%25") > 0) ||
> > (normalized.indexOf("%2F") > 0)
> >   +            || (normalized.indexOf("%2E") > 0)
> >   +            || (normalized.indexOf("%5C") > 0)) {
> >   +            return null;
> >   +        }
>
> I think these comparisons should be >= instead of >.

If any of you can still commit, can you please fix it (I can't do anything
CVS related at the moment).

Remy

Reply via email to