Bug 50108

Summary: Add missing setter/getter to AbstractXXXProtocol
Product: Tomcat 7 Reporter: Eiji Takahashi <mashmk02>
Component: ConnectorsAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Attachments: patch for AbstractXXXProtocol

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.