WebApplication.addIgnoreMountPath(String)

2010-07-19 Thread Martin Grigorov
Hi, A have a Wicket 1.5 question: There is a comment in org.apache.wicket.protocol.http.WebApplication.addIgnoreMountPath(String) : public final void addIgnoreMountPath(String path) { // TODO how is this supposed to work :/ throw new UnsupportedOperationException(); } Idea: currently the root

Re: WebApplication.addIgnoreMountPath(String)

2010-07-19 Thread Igor Vaynberg
why do we need this? afaik in 1.4 wicket filter can be configured to ignore paths -igor On Mon, Jul 19, 2010 at 8:49 AM, Martin Grigorov mgrigo...@apache.org wrote: Hi, A have a Wicket 1.5 question: There is a comment in

Welcome Martin Grigorov as a core team member

2010-07-19 Thread Jeremy Thomerson
The Wicket team is happy to announce that Martin Grigorov was invited to join the Wicket team as a committer and PMC member, and he accepted! Martin's relentless patience, high quality patches and sustained energy haven't gone unnoticed. He has continually provided valuable insights and put a

Re: WebApplication.addIgnoreMountPath(String)

2010-07-19 Thread Erik van Oosten
Presumably because you can not configure the wicket filter through code? I agree. The use case is thin. Regards, Erik. Op 19-07-10 18:24, Igor Vaynberg wrote: why do we need this? afaik in 1.4 wicket filter can be configured to ignore paths -igor -- Sent from my SMTP compliant

Re: WebApplication.addIgnoreMountPath(String)

2010-07-19 Thread Igor Vaynberg
you can by subclassing it... -igor On Mon, Jul 19, 2010 at 10:50 AM, Erik van Oosten e.vanoos...@grons.nl wrote: Presumably because you can not configure the wicket filter through code? I agree. The use case is thin. Regards,    Erik. Op 19-07-10 18:24, Igor Vaynberg wrote: why do we