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

--- Comment #5 from Konstantin Kolinko <knst.koli...@gmail.com> 2010-05-01 
08:13:02 EDT ---
(In reply to comment #4)
TestStandardContextResources calling resourceF.jsp in r939650 checks for wrong
value. It should look for "resourceF.jsp in resources.jar".

Besides that, it really uncovered a bug. The test fails because of the
following:

5. In BaseDirContext#lookup():
altDirContext.lookup("META-INF/resources/" + name) does not return null, but
throws a NamingException, which aborts the for( : altDirContexts) cycle.

So, either lookup for resourceF.jsp or for resourceF.jsp will fail, depending
on the order in altDirContexts (the spec says that the order is arbitrary).


6. Also in BaseDirContext#lookup():
doLookup(name) call is also documented to throw NamingException.
Either it does not throw it and the doLookup method signature has to be updated
(or at least add a JavaDoc there), or the code is broken.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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