diff --git a/grails-app/views/error.gsp b/grails-app/views/error.gsp index 5c3cadff..3ba86a9c 100644 --- a/grails-app/views/error.gsp +++ b/grails-app/views/error.gsp @@ -2,39 +2,46 @@ <g:if env="development">Grails Runtime Exception</g:if><g:else>Error</g:else> - + + -

- Application error -

- - - - - +
+

+ Application error +

+
+
    -
  • ${alatag.stripApiKey(message: flash.message)}
  • + +
  • +
    + +
  • ${alatag.stripApiKey(message: flash.message)}
  • +
    + +
  • An error has occurred
  • +
  • Exception: ${exception}
  • +
  • Message: ${message}
  • +
  • Path: ${path}
  • +
- - - + + +
    +
  • ${alatag.stripApiKey(message: flash.message)}
  • +
+
+
+ +
diff --git a/grails-app/views/notFound.gsp b/grails-app/views/notFound.gsp index 2525d8b0..1d2a2b5e 100644 --- a/grails-app/views/notFound.gsp +++ b/grails-app/views/notFound.gsp @@ -2,14 +2,18 @@ Page Not Found - + - +
+

Page Not Found

+
+
    +
  • Error: Page Not Found (404)
  • +
  • Path: ${request.forwardURI}
  • +
+