These routes have been tried, in this order :
- GET /@projectdocs/files/{name} ProjectDocumentation.file
- GET /@projectdocs/images/{name} ProjectDocumentation.image
- GET /@projectdocs/{id} ProjectDocumentation.page
- GET /@projectdocs/? ProjectDocumentation.index
- GET /@documentation/{docLang}/cheatsheet/{category} PlayDocumentation.cheatSheet
- GET /@documentation/cheatsheet/{category} PlayDocumentation.cheatSheet
- GET /@documentation/modules/{module}/files/{name} PlayDocumentation.file
- GET /@documentation/modules/{module}/images/{name} PlayDocumentation.image
- GET /@documentation/{docLang}/releases/{version}/{id} PlayDocumentation.releases
- GET /@documentation/{docLang}/releases/{id} PlayDocumentation.releases
- GET /@documentation/{docLang}/modules/{module}/{id} PlayDocumentation.page
- GET /@documentation/{docLang}/files/{name} PlayDocumentation.file
- GET /@documentation/{docLang}/images/{name} PlayDocumentation.image
- GET /@documentation/files/{name} PlayDocumentation.file
- GET /@documentation/images/{name} PlayDocumentation.image
- GET /@documentation/{docLang}/{id} PlayDocumentation.page
- GET /@documentation/home PlayDocumentation.index
- GET /@documentation/{id} PlayDocumentation.page
- GET /@documentation/? PlayDocumentation.index
- GET / Default.defaultList
- GET /favicon.ico 404
- GET /public/ staticDir:public
- GET /fileupload/ staticDir:fileupload
- GET /javadoc/ staticDir:javadoc
- * /{controller}/{action} {controller}.{action}