https://issues.apache.org/bugzilla/show_bug.cgi?id=50003
Summary: AbstractEndpoint.setMinSpareThreads calls
executor.setCorePoolSize with incorrect parameter
Product: Tomcat 7
Version: 7.0.2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Connectors
AssignedTo: [email protected]
ReportedBy: [email protected]
It's calling setCorePoolSize(maxThreads) instead of
setCorePoolSize(minSpareThreads)
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]