Mercurial > hg > digilib-old
changeset 186:26b2a74e2fe5
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 | 91f28e4fee8f |
children | b3f9a7f646c5 |
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.