More on this.  Today I noticed the homepage (the / URI) doesn't
work with my patch and noticed a very strange semicolon in
WicketFilter.isWicketRequest() code:

        //
        if ((url.length() > fullRootPath.length())
                        && (url.charAt(fullRootPath.length()) == ';'))
        {
                return true;
        }

I don't know if it's intentional but I find it very weird.  Of
course replacing it with a slash fixes the problem.

Anyone interested in fixing that issue or at least to comment on
it?

Thanks,
-- 
     Jean-Baptiste Quenot
aka  John Banana   Qwerty
http://caraldi.com/jbq/

Reply via email to