Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D7EED200B96 for ; Thu, 6 Oct 2016 09:31:44 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D68F1160AE0; Thu, 6 Oct 2016 07:31:44 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id EDF63160AAD for ; Thu, 6 Oct 2016 09:31:43 +0200 (CEST) Received: (qmail 21948 invoked by uid 500); 6 Oct 2016 07:31:42 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 21938 invoked by uid 99); 6 Oct 2016 07:31:42 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Oct 2016 07:31:42 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 761E5C0DB4 for ; Thu, 6 Oct 2016 07:31:42 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.199 X-Spam-Level: X-Spam-Status: No, score=-1.199 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id zGwZS77ZoSdc for ; Thu, 6 Oct 2016 07:31:41 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with ESMTP id 50C7A5FACF for ; Thu, 6 Oct 2016 07:31:41 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id AA57CE002B for ; Thu, 6 Oct 2016 07:31:40 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id A7B533A0796 for ; Thu, 6 Oct 2016 07:31:40 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1763506 - in /tomcat/site/trunk: docs/migration-85.html docs/migration-9.html xdocs/migration-85.xml xdocs/migration-9.xml Date: Thu, 06 Oct 2016 07:31:40 -0000 To: dev@tomcat.apache.org From: markt@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20161006073140.A7B533A0796@svn01-us-west.apache.org> archived-at: Thu, 06 Oct 2016 07:31:45 -0000 Author: markt Date: Thu Oct 6 07:31:40 2016 New Revision: 1763506 URL: http://svn.apache.org/viewvc?rev=1763506&view=rev Log: Add cookie processing changes to the migration guide Modified: tomcat/site/trunk/docs/migration-85.html tomcat/site/trunk/docs/migration-9.html tomcat/site/trunk/xdocs/migration-85.xml tomcat/site/trunk/xdocs/migration-9.xml Modified: tomcat/site/trunk/docs/migration-85.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-85.html?rev=1763506&r1=1763505&r2=1763506&view=diff ============================================================================== --- tomcat/site/trunk/docs/migration-85.html (original) +++ tomcat/site/trunk/docs/migration-85.html Thu Oct 6 07:31:40 2016 @@ -249,6 +249,9 @@ SessionManager
  • +Cookies +
  • +
  • Web applications
  • @@ -530,7 +533,7 @@ of Apache Tomcat.

    -

    Clarify are:

    +

    The replacements are as follows:

      @@ -542,7 +545,7 @@ of Apache Tomcat.

    • The maxInactiveInterval attribute has been deprecated in - 8.0. If the value is specified, a warning log is Issued. This should + 8.0. If the value is specified, a warning log is issued. This should be configured via the Context. The value is inherited based on the value of the <session-timeout> element in /WEB-INF/web.xml.
    • @@ -555,6 +558,22 @@ of Apache Tomcat.

      + + +
      +

      Cookies

      +
      + + +

      The default CookieProcessor is now the + Rfc6265CookieProcessor. The CookieProcessor is + configurable per Context and the + LegacyCookieProcessor may be used to obtain the 8.0.x + behaviour.

      + + +
      +
      Modified: tomcat/site/trunk/docs/migration-9.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-9.html?rev=1763506&r1=1763505&r2=1763506&view=diff ============================================================================== --- tomcat/site/trunk/docs/migration-9.html (original) +++ tomcat/site/trunk/docs/migration-9.html Thu Oct 6 07:31:40 2016 @@ -267,6 +267,9 @@ SessionManager
    • +Cookies +
    • +
    • Web applications
    • @@ -683,7 +686,7 @@ of Apache Tomcat.

    -

    Clarify are:

    +

    The replacements are as follows:

      @@ -695,7 +698,7 @@ of Apache Tomcat.

    • The maxInactiveInterval attribute has been deprecated in - 8.0. If the value is specified, a warning log is Issued. This should + 8.0. If the value is specified, a warning log is issued. This should be configured via the Context. The value is inherited based on the value of the <session-timeout> element in /WEB-INF/web.xml.
    • @@ -708,6 +711,22 @@ of Apache Tomcat.

      + + +
      +

      Cookies

      +
      + + +

      The default CookieProcessor is now the + Rfc6265CookieProcessor. The CookieProcessor is + configurable per Context and the + LegacyCookieProcessor may be used to obtain the 8.0.x + behaviour.

      + + +
      +
      Modified: tomcat/site/trunk/xdocs/migration-85.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-85.xml?rev=1763506&r1=1763505&r2=1763506&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/migration-85.xml (original) +++ tomcat/site/trunk/xdocs/migration-85.xml Thu Oct 6 07:31:40 2016 @@ -162,7 +162,7 @@ of Apache Tomcat.

    • sessionIdLength
    -

    Clarify are:

    +

    The replacements are as follows:

    • The distributable attribute has been deprecated in 8.0 and specified value is ignored. This should be configured via the @@ -170,7 +170,7 @@ of Apache Tomcat.

      the <distributable /> element in /WEB-INF/web.xml.
    • The maxInactiveInterval attribute has been deprecated in - 8.0. If the value is specified, a warning log is Issued. This should + 8.0. If the value is specified, a warning log is issued. This should be configured via the Context. The value is inherited based on the value of the <session-timeout> element in /WEB-INF/web.xml.
    • @@ -180,6 +180,16 @@ of Apache Tomcat.

    + + +

    The default CookieProcessor is now the + Rfc6265CookieProcessor. The CookieProcessor is + configurable per Context and the + LegacyCookieProcessor may be used to obtain the 8.0.x + behaviour.

    + +
    +

    The Manager and HostManager web applications are configured by default Modified: tomcat/site/trunk/xdocs/migration-9.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-9.xml?rev=1763506&r1=1763505&r2=1763506&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/migration-9.xml (original) +++ tomcat/site/trunk/xdocs/migration-9.xml Thu Oct 6 07:31:40 2016 @@ -235,7 +235,7 @@ of Apache Tomcat.

  • sessionIdLength
  • -

    Clarify are:

    +

    The replacements are as follows:

    • The distributable attribute has been deprecated in 8.0 and specified value is ignored. This should be configured via the @@ -243,7 +243,7 @@ of Apache Tomcat.

      the <distributable /> element in /WEB-INF/web.xml.
    • The maxInactiveInterval attribute has been deprecated in - 8.0. If the value is specified, a warning log is Issued. This should + 8.0. If the value is specified, a warning log is issued. This should be configured via the Context. The value is inherited based on the value of the <session-timeout> element in /WEB-INF/web.xml.
    • @@ -253,6 +253,16 @@ of Apache Tomcat.

    + + +

    The default CookieProcessor is now the + Rfc6265CookieProcessor. The CookieProcessor is + configurable per Context and the + LegacyCookieProcessor may be used to obtain the 8.0.x + behaviour.

    + +
    +

    The Manager and HostManager web applications are configured by default --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org