Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/230 Just my thoughts: /* - maps every path - root paths and sub paths to the specific filter / - maps only the root path but not every sub path So from my understanding they aren't the same and shouldn't be mixed up. https://stackoverflow.com/questions/4140448/difference-between-and-in-servlet-mapping-url-pattern Maybe we should inspect this a bit more to achieve the right handling. WDTY?
---