@Controller @RequestMapping("/**/p/{productCode:.*}/configuratorPage") public class ConfigureController extends AbstractPageController
The controller redirects to specific configuration page. If product is configurable the controller takes first one configuration and use its type for redirect. If product is not configurable the controller redirect to 404 page.