Hi,
seems a simple thing to ask, but I can't seem to be able to find the
solution:
I have certain endpoints of Spring Boot (their actuator endpoints) that
I want to make available under, say, /admin/manage/..., but I have a
fronting wicket page mounted under /admin.
I want to tell wicket *not* to handle anything below /admin/manage.
Instead, it should just pass the Request along the filter chain, finally
ending up in Spring's DispatcherServlet.
What would be the suggested way to do that?
Thanks, bye,
Stefan
seems a simple thing to ask, but I can't seem to be able to find the
solution:
I have certain endpoints of Spring Boot (their actuator endpoints) that
I want to make available under, say, /admin/manage/..., but I have a
fronting wicket page mounted under /admin.
I want to tell wicket *not* to handle anything below /admin/manage.
Instead, it should just pass the Request along the filter chain, finally
ending up in Spring's DispatcherServlet.
What would be the suggested way to do that?
Thanks, bye,
Stefan