# HG changeset patch # User robcast # Date 1298997989 -3600 # Node ID 4f422840ef9f8d02cab12c6d7938d6c5a3b15dca # Parent 70790d843520087b6b1f77a0cd2cec97f05b2c03 small cleanup diff -r 70790d843520 -r 4f422840ef9f 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.