You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2001/05/21 04:15:56 UTC

[Bug 251] - Add getContextPath() method to ServletContext BugRat Report#405

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=251

*** shadow/251	Sun May 20 17:19:22 2001
--- shadow/251.tmp.23930	Sun May 20 19:15:56 2001
***************
*** 1,19 ****
! Bug#: 251
! Product: SAPI
! Version: 2.3 beta 7
! Platform: 
! OS/Version: 
! Status: NEW   
! Resolution: 
! Severity: Normal
! Priority: High
! Component: 
! AssignedTo: tomcat-dev@jakarta.apache.org                            
! ReportedBy: wyn_easton@yahoo.com               
! URL: 
! Cc: 
! Summary: Add getContextPath() method to ServletContext BugRat Report#405
! 
  There is currently a getContextPath() method in the 
  Request for servlets.  
  When I create a ServletContext for a web application other
--- 1,19 ----
! +============================================================================+
! | Add getContextPath() method to ServletContext BugRat Report#405            |
! +----------------------------------------------------------------------------+
! |        Bug #: 251                         Product: Tomcat 3                |
! |       Status: UNCONFIRMED                 Version: Unknown                 |
! |   Resolution:                            Platform: All                     |
! |     Severity: Normal                   OS/Version: All                     |
! |     Priority: High                      Component: Unknown                 |
! +----------------------------------------------------------------------------+
! |  Assigned To: Larry.Isaacs@sas.com                                         |
! |  Reported By: wyn_easton@yahoo.com                                         |
! |      CC list: Cc:                                                          |
! +----------------------------------------------------------------------------+
! |          URL:                                                              |
! +============================================================================+
! |                              DESCRIPTION                                   |
  There is currently a getContextPath() method in the 
  Request for servlets.  
  When I create a ServletContext for a web application other
***************
*** 21,24 ****
  the context path for the ServletContext I created.
  This makes using the getRequestDispatcher() method 
  of the ServletContext difficult.
! Thanks.
--- 21,24 ----
  the context path for the ServletContext I created.
  This makes using the getRequestDispatcher() method 
  of the ServletContext difficult.
! Thanks.