2012/6/16 Mark Thomas <ma...@apache.org>: > >> URLs are needed per Servlet API, so they cannot be removed. Does our >> "jndi" schema need DirContext as underlying implementation? > > Our jndi scheme was used to provide access to resources. I believe all > of that will now go. > >> I noticed the following commit in archives: >> http://svn.apache.org/viewvc?view=revision&revision=1137646 >> so we have to deal with such schema combinations as "jar:jndi:". > > No we won't. We only hadf to deal with URLs like that because we > generated them. >
How are you going to implement ServletContext.getResource(String): URL without a custom URL scheme (be it named "jndi" or somehow else)? For file resources it might be possible to produce the "actual" URL pointing to a JAR entry or to a file (leaving aside the question of whether it exposes too much details), but you cannot do so with directories, as entries in a directory can be assembled from several sources. Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org