# HG changeset patch # User robcast # Date 1069784806 -3600 # Node ID 26b2a74e2fe54959cb6dec2e7efa27b5dd1d51ec # Parent 91f28e4fee8f3da22769c37219ae84608878d85f Servlet version 1.18b2 - added max-image-size parameter for digilib-config - small fixes for the removal of the digilib.Utils class diff -r 91f28e4fee8f -r 26b2a74e2fe5 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.