You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by "Rogers, Scott (CCI-Atlanta)" <Sc...@cox.com> on 2000/07/05 21:57:41 UTC

RE: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/facade HttpServletRequestFacade.java

 How the $$#@ do I get unsubscribed from this list?  I have sent email to
the address below for three weeks now.  Anybody?

> -----Original Message-----
> From:	alex@locus.apache.org [SMTP:alex@locus.apache.org]
> Sent:	Wednesday, July 05, 2000 3:52 PM
> To:	jakarta-tomcat-cvs@apache.org
> Subject:	cvs commit:
> jakarta-tomcat/src/share/org/apache/tomcat/facade
> HttpServletRequestFacade.java
> 
> alex        00/07/05 12:52:11
> 
>   Modified:    src/share/org/apache/tomcat/facade
>                         HttpServletRequestFacade.java
>   Log:
>   explicitly import Constants, seemed to clear up a compile glitch
>   
>   Revision  Changes    Path
>   1.7       +1 -0
> jakarta-tomcat/src/share/org/apache/tomcat/facade/HttpServletRequestFacade
> .java
>   
>   Index: HttpServletRequestFacade.java
>   ===================================================================
>   RCS file:
> /home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/facade/HttpServletReq
> uestFacade.java,v
>   retrieving revision 1.6
>   retrieving revision 1.7
>   diff -u -r1.6 -r1.7
>   --- HttpServletRequestFacade.java	2000/06/19 21:53:13	1.6
>   +++ HttpServletRequestFacade.java	2000/07/05 19:52:05	1.7
>   @@ -70,6 +70,7 @@
>    import java.util.*;
>    import javax.servlet.*;
>    import javax.servlet.http.*;
>   +import org.apache.tomcat.core.Constants;
>    
>    /**
>     * The facade to the request that a servlet will see.
>   
>   
>   
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org