Mercurial > hg > digilib-old
changeset 184:754c90861f95
Servlet version 1.18b2
- added max-image-size parameter for digilib-config
author | robcast |
---|---|
date | Tue, 25 Nov 2003 19:25:02 +0100 |
parents | 250f3b8762e4 |
children | 91f28e4fee8f |
files | client/digitallibrary/WEB-INF/digilib-config.xml client/digitallibrary/WEB-INF/lib/DigilibServlet.jar |
diffstat | 2 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/client/digitallibrary/WEB-INF/digilib-config.xml Tue Nov 25 16:18:40 2003 +0100 +++ b/client/digitallibrary/WEB-INF/digilib-config.xml Tue Nov 25 19:25:02 2003 +0100 @@ -24,6 +24,9 @@ <!-- is sending whole image files with mo=file allowed? --> <parameter name="sendfile-allowed" value="true" /> + <!-- the a maximum size of any sent image. (0 means no limit) --> + <parameter name="max-image-size" value="0" /> + <!-- Restrict access to authorized users. User authentication and roles are provided by the servlet container (see tomcat-users.xml).