That is for the jsessionid in the url:

http://localhost/hangman;jsessionidxxxx

So that code seems correct.


What is your full rootpath? Isnt that for the homepage the url itself?

johan


On 1/12/07, Jean-Baptiste Quenot <[EMAIL PROTECTED]> wrote:

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