# HG changeset patch # User robcast # Date 1298997989 -3600 # Node ID e718f3441d39013b78207ca437f911ace5a1ef4f # Parent abd5513ef7b20dfd56598f1254ba0f1c066fd8c4 small cleanup diff -r abd5513ef7b2 -r e718f3441d39 servlet/src/digilib/servlet/Scaler.java --- a/servlet/src/digilib/servlet/Scaler.java Tue Mar 01 17:38:46 2011 +0100 +++ b/servlet/src/digilib/servlet/Scaler.java Tue Mar 01 17:46:29 2011 +0100 @@ -49,31 +49,31 @@ protected static Logger authlog = Logger.getLogger("digilib.auth"); /** DocuDirCache instance */ - DocuDirCache dirCache; + protected DocuDirCache dirCache; /** Image executor */ - DigilibJobCenter imageJobCenter; + protected DigilibJobCenter imageJobCenter; /** authentication error image file */ - static File denyImgFile; + public static File denyImgFile; /** image error image file */ - static File errorImgFile; + public static File errorImgFile; /** not found error image file */ - static File notfoundImgFile; + public static File notfoundImgFile; /** send files as is? */ - boolean sendFileAllowed = true; + protected boolean sendFileAllowed = true; /** DigilibConfiguration instance */ - DigilibConfiguration dlConfig; + protected DigilibConfiguration dlConfig; /** use authorization database */ - boolean useAuthorization = true; + protected boolean useAuthorization = true; /** AuthOps instance */ - AuthOps authOp; + protected AuthOps authOp; /** * Initialisation on first run.