You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by gi...@apache.org on 2001/04/12 08:33:33 UTC

cvs commit: xml-cocoon/src/org/apache/cocoon/environment/http HttpRequest22.java HttpRequest23.java

giacomo     01/04/11 23:33:33

  Modified:    src/org/apache/cocoon/environment/http Tag: xml-cocoon2
                        HttpRequest22.java HttpRequest23.java
  Log:
  added an author
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.7   +3 -1      xml-cocoon/src/org/apache/cocoon/environment/http/Attic/HttpRequest22.java
  
  Index: HttpRequest22.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/src/org/apache/cocoon/environment/http/Attic/HttpRequest22.java,v
  retrieving revision 1.1.2.6
  retrieving revision 1.1.2.7
  diff -u -r1.1.2.6 -r1.1.2.7
  --- HttpRequest22.java	2001/03/30 17:14:29	1.1.2.6
  +++ HttpRequest22.java	2001/04/12 06:33:31	1.1.2.7
  @@ -24,9 +24,11 @@
   import org.apache.cocoon.environment.Request;
   
   /**
  - *
    * Implements the {@link javax.servlet.http.HttpServletRequest} interface
    * to provide request information for HTTP servlets.
  + *
  + * @author <a href="mailto:giacomo@apache,org">Giacomo Pati</a>
  + * @version CVS $Id: HttpRequest22.java,v 1.1.2.7 2001/04/12 06:33:31 giacomo Exp $
    */
   
   public class HttpRequest implements HttpServletRequest, Request {
  
  
  
  1.1.2.6   +3 -1      xml-cocoon/src/org/apache/cocoon/environment/http/Attic/HttpRequest23.java
  
  Index: HttpRequest23.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/src/org/apache/cocoon/environment/http/Attic/HttpRequest23.java,v
  retrieving revision 1.1.2.5
  retrieving revision 1.1.2.6
  diff -u -r1.1.2.5 -r1.1.2.6
  --- HttpRequest23.java	2001/03/30 17:14:29	1.1.2.5
  +++ HttpRequest23.java	2001/04/12 06:33:31	1.1.2.6
  @@ -15,9 +15,11 @@
   import org.apache.cocoon.environment.Request;
   
   /**
  - *
    * Implements the {@link javax.servlet.http.HttpServletRequest} interface
    * to provide request information for HTTP servlets.
  + *
  + * @author <a href="mailto:giacomo@apache.org">Giacomo Pati</a>
  + * @version CVS $Id: HttpRequest23.java,v 1.1.2.6 2001/04/12 06:33:31 giacomo Exp $
    */
   
   public class HttpRequest extends HttpServletRequestWrapper implements Request {
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org