Hi,
Seems I added this back in 2019, but I cannot remember why :(.
Commit-message says "Adjust handling of some exceptions in regression tests"
I assume I tried to give more user-readable error messages for cases where
a document has an incorrect extension.
Dominik.
On Fri, Sep 22, 2023 at 3:
All,
First, I'm not proposing any changes for 5.2.4 (many thanks PJ for
running the release!).
In looking at DirectoryNode's getEntry, I see this:
@Override
public Entry getEntry(final String name) throws FileNotFoundException {
Entry rval = null;
if (name != null) {
rval = _