Files
DSpace/dspace/config/emails/internal_error
Robert Tansley 188959097c - HTTP 500 internal server errors now handled + a friendly (-ish) message
displayed
- A designated email address is sent an alert when a database or internal
  server error occurs


git-svn-id: http://scm.dspace.org/svn/repo/trunk@246 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-08-13 21:23:30 +00:00

21 lines
469 B
Plaintext

# E-mail sent to designated address when an internal server error occurs
#
# Parameters: {0} DSpace server URL
# {1} Date & time
# {2} Session ID
# {3} URL + HTTP parameters, if any
# {4} Exception stack trace
#
# See org.dspace.core.Email for information on the format of this file.
#
Subject: DSpace: Internal Server Error
An internal server error occurred on {0}:
Date: {1}
Session ID: {2}
{3}
Exception:
{4}