# HG changeset patch # User robcast # Date 1069784806 -3600 # Node ID 9da5975a371557a62e1033a15964e6de211df801 # Parent f1e9a33ff7a45f257cf933a8a480846dba51527c Servlet version 1.18b2 - added max-image-size parameter for digilib-config - small fixes for the removal of the digilib.Utils class diff -r f1e9a33ff7a4 -r 9da5975a3715 servlet/src/digilib/auth/AuthOpsImpl.java --- 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.