You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by klopfdreh <gi...@git.apache.org> on 2017/09/27 17:47:49 UTC

[GitHub] wicket issue #230: Replace filterPath pattern '/*' with empty string

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?


---