标签: grails url-mapping
我想使用带双通配符的可选参数。在Grails 2中,我有这种模式并且效果很好。在Grails 3中,可选的通配符不起作用,并且始终需要imagePath,这不是我想要的。
imagePath
"/image/$action?/$imagePath**?"(controller: "image")