http://foo/app/ doesn't work, but http://foo/app does, with WicketFilter.
-------------------------------------------------------------------------

                 Key: WICKET-221
                 URL: https://issues.apache.org/jira/browse/WICKET-221
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.3
            Reporter: Alastair Maw
         Assigned To: Alastair Maw


As summary.

ChuckDeal's take on it is this:

When tracing through the WicketFilter code, it looks like isWicketRequest() 
can't deal with it so it delegates to 
webApplication.getRequestCycleProcessor().getRequestCodingStrategy().urlCodingStrategyForPath(path)
 which returns null because it specifically excludes the '/'.  You can't mount 
'/' because mount(...) will throw IllegalArgumentException("The mount
path '/' is reserved for the application home page").  Is this a loophole, or 
have I missed something.  

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to