On Tue, Apr 13, 2021 at 9:22 PM Tim K wrote:
>
> On Fri, Apr 9, 2021 at 7:48 AM Tim K wrote:
> > As mentioned in that url, doing a pre-login of sorts before calling
> > HttpServletRequest.login() may be a workaround to accomplish this, but
> > then I would need to call my backend authentication s
Thank you. After I checked the Git submission record of
org.apache.tomcat.util.threads.ThreadPoolExecutor, I found that the code of
java.util.concurrent.ThreadPoolExecutor was copied to solve bug 65454. Early
org.apache.tomcat.util. threads.ThreadPoolExecutor is implemented by inheriting
java.u
On 27/10/2021 02:58, Poison wrote:
Ok, I'm just curious, because
org.apache.catalina.tribes.util.ExecutorFactory.TribesThreadPoolExecutor
inherits java.util.concurrent.ThreadPoolExecutor but
org.apache.tomcat.util.threads.ThreadPoolExecutor does not.
They are implementing different behaviour