ma...@apache.org wrote:
> Author: markt
> Date: Sun Jun 14 19:23:34 2009
> New Revision: 784606
> 
> URL: http://svn.apache.org/viewvc?rev=784606&view=rev
> Log:
> Fix broken build caused by patch for httpOnly support in 5.5.x

I did this directly to stop the Gump nags as the build was broken. If
folks object to this patch, we can obviously work on another but we
won't get regularly nagged by Gump in the meantime.

Mark

> 
> Modified:
>     
> tomcat/connectors/trunk/coyote/src/java/org/apache/coyote/tomcat4/CoyoteResponse.java
> 
> Modified: 
> tomcat/connectors/trunk/coyote/src/java/org/apache/coyote/tomcat4/CoyoteResponse.java
> URL: 
> http://svn.apache.org/viewvc/tomcat/connectors/trunk/coyote/src/java/org/apache/coyote/tomcat4/CoyoteResponse.java?rev=784606&r1=784605&r2=784606&view=diff
> ==============================================================================
> --- 
> tomcat/connectors/trunk/coyote/src/java/org/apache/coyote/tomcat4/CoyoteResponse.java
>  (original)
> +++ 
> tomcat/connectors/trunk/coyote/src/java/org/apache/coyote/tomcat4/CoyoteResponse.java
>  Sun Jun 14 19:23:34 2009
> @@ -802,7 +802,7 @@
>          ServerCookie.appendCookieValue
>              (sb, cookie.getVersion(), cookie.getName(), cookie.getValue(),
>               cookie.getPath(), cookie.getDomain(), cookie.getComment(), 
> -             cookie.getMaxAge(), cookie.getSecure());
> +             cookie.getMaxAge(), cookie.getSecure(), false);
>          // if we reached here, no exception, cookie is valid
>          // the header name is Set-Cookie for both "old" and v.1 ( RFC2109 )
>          // RFC2965 is not supported by browsers and the Servlet spec
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to