Are there any changes to the way the ignorePaths init-param works in
1.5?
 
I have a web.xml that has been working fine in 1.4 with a set of
ignorePaths but it appears as though Wicket 1.5 is trying to process
some of the requests that it was ignoring in 1.4.
 
                        <init-param>
                                    <param-name>ignorePaths</param-name>
 
<param-value>images/,admin/</param-value>
                        </init-param>
 
Anyone seen this issue or have I done something else wrong?

Reply via email to