As of Grails 2.x, this is not possible. The ability to link directly to a .gsp was a security flaw that could be used to avoid the @Secured
annotation. The URL mapping method does still work though as seen in @Colin Harrington's answer.
See: GRAILS-7542: Views are accessible via a URL pattern