You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by BugRat Mail System <to...@cortexity.com> on 2000/11/17 14:10:55 UTC

BugRat Report #405 has been filed.

Bug report #405 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com/BugRatViewer/ShowReport/405>

REPORT #405 Details.

Project: Servlet API
Category: Feature Requests
SubCategory: New Feature
Class: feature
State: received
Priority: high
Severity: non-critical
Confidence: public
Environment: 
   Release: 2.3 beta 7
   JVM Release: 1.2
   Operating System: NT
   OS Release: 4.0
   Platform: NT

Synopsis: 
Add getContextPath() method to ServletContext

Description:
There is currently a getContextPath() method in the 
Request for servlets.  
When I create a ServletContext for a web application other
than the one I'm in, there is no way to programatically find
the context path for the ServletContext I created.
This makes using the getRequestDispatcher() method 
of the ServletContext difficult.
Thanks.