You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2012/05/08 03:46:43 UTC

[Bug 53203] New: Incorrect document of ajp connectionTimeout.

https://issues.apache.org/bugzilla/show_bug.cgi?id=53203

          Priority: P2
            Bug ID: 53203
          Assignee: dev@tomcat.apache.org
           Summary: Incorrect document of ajp connectionTimeout.
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: t.bessho0331@gmail.com
          Hardware: All
            Status: NEW
           Version: unspecified
         Component: Documentation
           Product: Tomcat 7

Created attachment 28739
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=28739&action=edit
patch file

The default value of AJP's connectionTimeout in the doc differs from the source
code's.

Although the doc says "60000 ms", the source code says "-1".(i.e. no timeout).

I made the patch that corrects "60000 ms" to "no timeout" in the doc.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53203] Incorrect document of ajp connectionTimeout.

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53203

--- Comment #1 from Konstantin Kolinko <kn...@gmail.com> ---
I agree.

For reference, the value is

  org.apache.coyote.ajp.Constants.DEFAULT_CONNECTION_TIMEOUT = -1

and it is used in constructor of specific protocol implementation by calling
setSoTimeout(Constants.DEFAULT_CONNECTION_TIMEOUT);

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53203] Incorrect document of ajp connectionTimeout.

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53203

Konstantin Kolinko <kn...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #28739|0                           |1
           is patch|                            |
  Attachment #28739|application/octet-stream    |text/plain
          mime type|                            |

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53203] Incorrect document of ajp connectionTimeout.

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53203

Konstantin Kolinko <kn...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Konstantin Kolinko <kn...@gmail.com> ---
Fixed and will be in 7.0.28.

-- 
You are receiving this mail because:
You are the assignee for the bug.