Mercurial > hg > digilib-old
diff servlet/src/digilib/auth/AuthOpsImpl.java @ 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 | afe7ff98bb71 |
children | e758a49258e8 |
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.