I use spring-security to secure my web, when I\'m learning it by spring-roo generated config file in applicationContext-security.xml, in node:
By default spring security uses ant style matching, which can't match on parameters. Regex matching, however, can match on parameters
Try defining it like so:
Don't know why Roo doesn't do this automatically. Seems like it should.