Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 63059 invoked from network); 22 Apr 2010 17:18:16 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 Apr 2010 17:18:16 -0000 Received: (qmail 70127 invoked by uid 500); 22 Apr 2010 17:18:15 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 70045 invoked by uid 500); 22 Apr 2010 17:18:15 -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 70036 invoked by uid 99); 22 Apr 2010 17:18:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Apr 2010 17:18:15 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Apr 2010 17:18:11 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id DC07623888EA; Thu, 22 Apr 2010 17:17:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r936971 - in /tomcat/site/trunk: docs/bugreport.html xdocs/bugreport.xml Date: Thu, 22 Apr 2010 17:17:27 -0000 To: dev@tomcat.apache.org From: kkolinko@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100422171727.DC07623888EA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: kkolinko Date: Thu Apr 22 17:17:27 2010 New Revision: 936971 URL: http://svn.apache.org/viewvc?rev=936971&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49028 Include a more explicit section on patch submission Modified: tomcat/site/trunk/docs/bugreport.html tomcat/site/trunk/xdocs/bugreport.xml Modified: tomcat/site/trunk/docs/bugreport.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/bugreport.html?rev=936971&r1=936970&r2=936971&view=diff ============================================================================== --- tomcat/site/trunk/docs/bugreport.html (original) +++ tomcat/site/trunk/docs/bugreport.html Thu Apr 22 17:17:27 2010 @@ -212,11 +212,11 @@
  • Recent version
  • + +
  • Recently fixed issues
  • - -
  • Reporting Apache Tomcat bugs
      @@ -336,16 +336,16 @@ problem you are having before reporting

    1. -Documentation - Review the documentation for the version - of Apache Tomcat you are using. The problem you are having may already - be addressed in the docs.
    2. +Documentation – Review the documentation for the version + of Apache Tomcat that you are using. The problem that you are + facing may already be addressed in the docs.
    3. -Logs - The logs which Apache Tomcat generates can be a valuable +Logs – The logs which Apache Tomcat generates can be a valuable resource when trying to diagnose a problem. Please review them. You may want to enable debug output in your Apache Tomcat configuration so that you have more information to help diagnose the problem.
    4. -FAQ's - Search the +FAQ's – Search the Tomcat Frequently Asked Questions.
    5. @@ -484,10 +484,19 @@ problem you are having before reporting - - + +

      + + - + +
      + +
      +
      + + + - - - - -
      Recently fixed issues @@ -497,6 +506,7 @@ problem you are having before reporting
      +

      The Changelog pages list the problems fixed in released @@ -537,16 +547,6 @@ problem you are having before reporting Tomcat 5.5 -

      -
      -
      -
      -

      @@ -576,59 +576,76 @@ bug in your web application.

      Please provide as much information as possible. It is very hard to fix a bug if the person looking into the problem cannot -reproduce it. Here is a listing of information which should be included: +reproduce it. Here is a listing of information which should be included:

      • Environment details:
        • -Version - Apache Tomcat version, if from a nightly build, +Version – Apache Tomcat version, if from a nightly build, version and date of build. Please not only select the version from a list, but also repeat it in the text of your bug report.
        • -Platform and OS - Hardware platform and operating system +Platform and OS – Hardware platform and operating system Tomcat is running on.
        • -Java version - Vendor and version of your Java Runtime +Java version – Vendor and version of your Java Runtime Environment used to run Tomcat.
      • Configuration:
        • -Component - Apache Tomcat component which has the bug. +Component – Apache Tomcat component which has the bug. If you do not know, just guess.
        • -Web Server - Web Server and version, Apache Tomcat Connector +Web Server – Web Server and version, Apache Tomcat Connector and version.
        • -Configuration - Attach configuration files if they would - help track down the bug.
        • +Configuration – Attach configuration files if they would + help to track down the bug.
      • Evidences:
        • -Log file excerpts - Review your logs files, reproduce the bug +Log file excerpts – Review your logs files, reproduce the bug with debugging enabled in your Apache Tomcat configuration. Then submit - any relevant sections of the log which help document the bug.
        • + any relevant sections of the log which help to document the bug.
        • -Stack Traces - Any stack traces generated by the bug.
        • +Stack Traces – Any stack traces generated by the bug.
      • -Example - Example configuration files or web applications which +Example – Example configuration files or web applications which demonstrate the bug. When submitting an example which reproduces the bug, please try to make it as simple as possible.
      • -Bug Fix Patch - A patch created using diff -u or - svn diff which fixes the bug. - (If you have found a bug fix which can be applied to the Apache Tomcat code)
      • +Bug Fix Patch – A patch that fixes the issue, if you know + how to fix it.
      • -Miscellaneous - Any other information you feel will help track - down the problem. For example other Java API's and versions being used - with Apache Tomcat.
      • +Miscellaneous – Any other information that you feel will help + to track down the problem. For example other Java API's and versions being + used with Apache Tomcat.
      +

      +Enhancements for Tomcat are submitted using the same procedure, but in the +Severity field you will select the value "enhancement". +

      + +

      +Any patches are welcome, but we prefer the ones that use the +Unified Diff +format. Those can be generated using diff -u command, or, if you +have obtained the Tomcat sources from the Subversion +repository, using the svn diff command. +For more information on Subversion and how to use it, see + the Subversion Book. +When providing a patch, please mention to which version of the sources it +applies. +

      + +

      Report an Apache Tomcat 7 bug here.
      Modified: tomcat/site/trunk/xdocs/bugreport.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/bugreport.xml?rev=936971&r1=936970&r2=936971&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/bugreport.xml (original) +++ tomcat/site/trunk/xdocs/bugreport.xml Thu Apr 22 17:17:27 2010 @@ -44,14 +44,14 @@ problem you are having before reporting

      -

    6. Documentation - Review the documentation for the version - of Apache Tomcat you are using. The problem you are having may already - be addressed in the docs.
    7. -
    8. Logs - The logs which Apache Tomcat generates can be a valuable +
    9. Documentation – Review the documentation for the version + of Apache Tomcat that you are using. The problem that you are + facing may already be addressed in the docs.
    10. +
    11. Logs – The logs which Apache Tomcat generates can be a valuable resource when trying to diagnose a problem. Please review them. You may want to enable debug output in your Apache Tomcat configuration so that you have more information to help diagnose the problem.
    12. -
    13. FAQ's - Search the +
    14. FAQ's – Search the Tomcat Frequently Asked Questions.
    15. @@ -97,8 +97,9 @@ problem you are having before reporting Apache Tomcat.

      + - +

      The Changelog pages list the problems fixed in released versions of Tomcat. They can be found in Documentation:

      @@ -138,8 +139,6 @@ problem you are having before reporting Tomcat 5.5 - -
      @@ -148,48 +147,65 @@ bug in your web application.

      Please provide as much information as possible. It is very hard to fix a bug if the person looking into the problem cannot -reproduce it. Here is a listing of information which should be included: +reproduce it. Here is a listing of information which should be included:

      • Environment details:
          -
        • Version - Apache Tomcat version, if from a nightly build, +
        • Version – Apache Tomcat version, if from a nightly build, version and date of build. Please not only select the version from a list, but also repeat it in the text of your bug report.
        • -
        • Platform and OS - Hardware platform and operating system +
        • Platform and OS – Hardware platform and operating system Tomcat is running on.
        • -
        • Java version - Vendor and version of your Java Runtime +
        • Java version – Vendor and version of your Java Runtime Environment used to run Tomcat.
      • Configuration:
          -
        • Component - Apache Tomcat component which has the bug. +
        • Component – Apache Tomcat component which has the bug. If you do not know, just guess.
        • -
        • Web Server - Web Server and version, Apache Tomcat Connector +
        • Web Server – Web Server and version, Apache Tomcat Connector and version.
        • -
        • Configuration - Attach configuration files if they would - help track down the bug.
        • +
        • Configuration – Attach configuration files if they would + help to track down the bug.
      • Evidences:
          -
        • Log file excerpts - Review your logs files, reproduce the bug +
        • Log file excerpts – Review your logs files, reproduce the bug with debugging enabled in your Apache Tomcat configuration. Then submit - any relevant sections of the log which help document the bug.
        • -
        • Stack Traces - Any stack traces generated by the bug.
        • + any relevant sections of the log which help to document the bug. +
        • Stack Traces – Any stack traces generated by the bug.
      • -
      • Example - Example configuration files or web applications which +
      • Example – Example configuration files or web applications which demonstrate the bug. When submitting an example which reproduces the bug, please try to make it as simple as possible.
      • -
      • Bug Fix Patch - A patch created using diff -u or - svn diff which fixes the bug. - (If you have found a bug fix which can be applied to the Apache Tomcat code)
      • -
      • Miscellaneous - Any other information you feel will help track - down the problem. For example other Java API's and versions being used - with Apache Tomcat.
      • +
      • Bug Fix Patch – A patch that fixes the issue, if you know + how to fix it.
      • +
      • Miscellaneous – Any other information that you feel will help + to track down the problem. For example other Java API's and versions being + used with Apache Tomcat.
      +

      +Enhancements for Tomcat are submitted using the same procedure, but in the +Severity field you will select the value "enhancement". +

      + +

      +Any patches are welcome, but we prefer the ones that use the +Unified Diff +format. Those can be generated using diff -u command, or, if you +have obtained the Tomcat sources from the Subversion +repository, using the svn diff command. +For more information on Subversion and how to use it, see + the Subversion Book. +When providing a patch, please mention to which version of the sources it +applies. +

      + +

      Report an Apache Tomcat 7 bug here.
      --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org