diff client/digitallibrary/WEB-INF/digilib-config.xml @ 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 bd87f802bea1
children 59a2bc922652
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).