Re: Wicket and Spring Rest (MVC & DispatcherServlet)

2018-07-20 Thread Martin Grigorov
Hi, On Fri, Jul 20, 2018 at 10:13 AM kyrindorx wrote: > > Hi, > > I have to run a wicket app in the Servlet Context / Path "/*". I want to > use Spring MVC with Rest on "/api/*". > You will need to use "ignorePaths" parameter on WicketFilter to tell it to ignore requests to /api/. See

Wicket and Spring Rest (MVC & DispatcherServlet)

2018-07-20 Thread kyrindorx
Hi, I have to run a wicket app in the Servlet Context / Path "/*". I want to use Spring MVC with Rest on "/api/*". I found the WicketSessionFilter and some infos about it, but I can't see a way to delegate into the Spring DispatcherServlet with "/*" bind on the Wicket application filter.