https://issues.apache.org/bugzilla/show_bug.cgi?id=56785

Christopher Schultz <ch...@christopherschultz.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|NullPointer in              |NullPointer in
                   |processAnnotationsFile      |processAnnotationsFile
                   |while Applicaiton Startup   |during Application Startup

--- Comment #1 from Christopher Schultz <ch...@christopherschultz.net> ---
So, ultimately, this is a permissions problem: File.isDirectory returns 'true'
but then File.list() fails, which returns null. We can't get any information
about the error without probing the File object further.

It should be easy to test for this.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to