Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/230 @martin-g what do you thing of extracting the lines: https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/protocol/http/WicketFilter.java#L583 to https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/protocol/http/WicketFilter.java#L599 into a method and call this method within getFilterPath and getFilterPathFromConfig?
---