[x] servlet api 2.5 But if there are compelling reasons to use 2.4 or even stick to 2.3 that is fine too.
Maurice On Sat, Apr 12, 2008 at 4:06 PM, Martijn Dashorst <[EMAIL PROTECTED]> wrote: > "A new method getContextPath() was added to ServletContext. Formerly > context path information was only available in the request object, > following the logic that the same context object might be bound to > multiple paths so you'd only know the path at request time. However, > no known servers have utilized the multiple path binding option, and a > context being able to report its path is often convenient, so the > method got the green light. Should it ever happen that a context be > bound to multiple paths, it will return its "preferred" path." > > http://www.javaworld.com/javaworld/jw-01-2006/jw-0102-servlet.html?page=6 > > I figured this one would be a really nice to have... > > Martijn >
