I have following endpoint:
@GetMapping("/catalog/**") public String getCatalog(final Model model){ String url = "catalog/xxx/xxx/"; }