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 AD541200CD7 for ; Tue, 1 Aug 2017 17:34:41 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AB4A61675EA; Tue, 1 Aug 2017 15:34:41 +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 F13001675E9 for ; Tue, 1 Aug 2017 17:34:40 +0200 (CEST) Received: (qmail 71814 invoked by uid 500); 1 Aug 2017 15:34:39 -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 71804 invoked by uid 99); 1 Aug 2017 15:34:39 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Aug 2017 15:34:39 +0000 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 C101F3A04B2 for ; Tue, 1 Aug 2017 15:34:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1803654 - in /tomcat/site/trunk: docs/migration-85.html xdocs/migration-85.xml Date: Tue, 01 Aug 2017 15:34:35 -0000 To: dev@tomcat.apache.org From: schultz@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170801153437.C101F3A04B2@svn01-us-west.apache.org> archived-at: Tue, 01 Aug 2017 15:34:41 -0000 Author: schultz Date: Tue Aug 1 15:34:35 2017 New Revision: 1803654 URL: http://svn.apache.org/viewvc?rev=1803654&view=rev Log: Add note about HTTP reason phrase in Migration Guide. Modified: tomcat/site/trunk/docs/migration-85.html tomcat/site/trunk/xdocs/migration-85.xml Modified: tomcat/site/trunk/docs/migration-85.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-85.html?rev=1803654&r1=1803653&r2=1803654&view=diff ============================================================================== --- tomcat/site/trunk/docs/migration-85.html (original) +++ tomcat/site/trunk/docs/migration-85.html Tue Aug 1 15:34:35 2017 @@ -216,6 +216,9 @@ BIO connector removed
  • +HTTP connector changes +
  • +
  • Comet support removed
  • @@ -300,6 +303,24 @@ of Apache Tomcat.

    +

    HTTP connector changes

    +
    + +

    + HTTP reason phrases have been removed by default, + but can be re-enabled using the

    +
    +sendReasonPhrase
    +
    +
    + +configuration attributea> +

    + +
    +
    + +

    Comet support removed

    Modified: tomcat/site/trunk/xdocs/migration-85.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-85.xml?rev=1803654&r1=1803653&r2=1803654&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/migration-85.xml (original) +++ tomcat/site/trunk/xdocs/migration-85.xml Tue Aug 1 15:34:35 2017 @@ -36,6 +36,13 @@ of Apache Tomcat.

    + +

    + HTTP reason phrases have been removed by default, + but can be re-enabled using the sendReasonPhrase + configuration attributea> +

    +

    Comet support has been removed without a direct replacement. Applications --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org