RE: can't get context with uri that is sub-dir of current context

2002-09-26 Thread Smith, Ryan
[mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 7:18 PM To: '[EMAIL PROTECTED]' Subject: can't get context with uri that is sub-dir of current context Can anyone shed some light on why the org.apache.catalina.core.ApplicationContext.getContext(uri) method was written to

can't get context with uri that is sub-dir of current context

2002-09-25 Thread Smith, Ryan
Can anyone shed some light on why the org.apache.catalina.core.ApplicationContext.getContext(uri) method was written to return the current context whenever the uri passed into it was a "sub-dir" of the current context's path? For example, calling getContext("/common") from within a context th