remm        2003/01/29 12:20:46

  Modified:    catalina/src/share/org/apache/catalina HttpRequest.java
  Log:
  - Add request path field (basically, it's servletPath + pathInfo, which is very
    convinient to have rather than compute it over and over).
  
  Revision  Changes    Path
  1.3       +12 -4     
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/HttpRequest.java
  
  Index: HttpRequest.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/HttpRequest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- HttpRequest.java  29 Jan 2003 12:49:32 -0000      1.2
  +++ HttpRequest.java  29 Jan 2003 20:20:46 -0000      1.3
  @@ -212,6 +212,14 @@
   
   
       /**
  +     * Get the request path.
  +     * 
  +     * @return the request path
  +     */
  +    public MessageBytes getRequestPathMB();
  +
  +
  +    /**
        * Set a flag indicating whether or not the requested session ID for this
        * request came in through a cookie.  This is normally called by the
        * HTTP Connector, when it parses the request headers.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to