why does this throw an exception?
messageSource.getMessage('UserService.msg.forgot.unknown', ["[email protected]"], null)
unless I do this...
def Object[] args = ["[email protected]"]
messageSource.getMessage('UserService.msg.forgot.unknown', args, null)