Tagged Questions

1
vote
1answer
288 views

Grails UrlMappings for unknown number of variables

I'm using url mappings to translate the URL directory structure into categories within a site, currently using: class UrlMappings { static excludes = ['/css/*','/images/*', '/js/*', ...