Bug 50108 - Add missing setter/getter to AbstractXXXProtocol
Summary: Add missing setter/getter to AbstractXXXProtocol
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 7
Classification: Unclassified
Component: Connectors (show other bugs)
Version: unspecified
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-18 03:22 UTC by Eiji Takahashi
Modified: 2010-11-24 15:17 UTC (History)
0 users



Attachments
patch for AbstractXXXProtocol (1.71 KB, application/octet-stream)
2010-10-18 03:22 UTC, Eiji Takahashi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eiji Takahashi 2010-10-18 03:22:19 UTC
Created attachment 26182 [details]
patch for AbstractXXXProtocol

Add missing following methods to AbstractHttp11Protocol and AbstractAjpProtocol.
- setMinSpareThreads
- getMinSpareThreads

Best regards.
Comment 1 Mark Thomas 2010-11-24 15:17:50 UTC
Thanks for the patch. It has been applied to 7.0.x and will be included in 7.0.6 onwards.