Significant update for WEB interface in particular.

Now we show the directory page with JPEG images in them.
This commit is contained in:
knut 2008-03-17 01:08:35 +00:00
parent 70e15c1b05
commit 62e9aa2eeb

View file

@ -53,7 +53,7 @@ public class EntryDao {
} else { } else {
generateEntries(directory, cachedProps); generateEntries(directory, cachedProps);
} }
Properties overrideProps = new Properties(cachedProps); Properties overrideProps = new Properties();
File override = new File(directory, OVERRIDE_FILE); File override = new File(directory, OVERRIDE_FILE);
if (override.exists() && override.isFile() && override.canRead()) { if (override.exists() && override.isFile() && override.canRead()) {
overrideProps.load(new FileInputStream(override)); overrideProps.load(new FileInputStream(override));