Mercurial > hg > digilib
changeset 182:9da5975a3715
Servlet version 1.18b2
- added max-image-size parameter for digilib-config
- small fixes for the removal of the digilib.Utils class
author | robcast |
---|---|
date | Tue, 25 Nov 2003 19:26:46 +0100 |
parents | f1e9a33ff7a4 |
children | 4b3008a0bb9a |
files | servlet/src/digilib/auth/AuthOpsImpl.java |
diffstat | 1 files changed, 0 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/servlet/src/digilib/auth/AuthOpsImpl.java Tue Nov 25 19:26:45 2003 +0100 +++ b/servlet/src/digilib/auth/AuthOpsImpl.java Tue Nov 25 19:26:46 2003 +0100 @@ -27,7 +27,6 @@ import org.apache.log4j.Logger; -import digilib.Utils; import digilib.servlet.DigilibRequest; /** Basic implementation of AuthOps interface. @@ -48,15 +47,6 @@ } } - /** Constructor taking an utils object. - * @param u utils object. - */ - public AuthOpsImpl(Utils u) { - try { - init(); - } catch (AuthOpException e) { - } - } /** Test if the request is allowed to access filepath. * @param filepath filepath to be acessed.