[Bug 65033] Tomcat 8.5.60/61 User authentication with JNDIRealm failure

2020-12-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65033 Satya changed: What|Removed |Added CC||rsnraju...@gmail.com -- You are receiving

[Bug 65033] New: Tomcat 8.5.60/61 User authentication with JNDIRealm failure

2020-12-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65033 Bug ID: 65033 Summary: Tomcat 8.5.60/61 User authentication with JNDIRealm failure Product: Tomcat 8 Version: 8.5.60 Hardware: PC OS: Linux

Re: Tomcat 10 startup time and JMX as an opt in fature?

2020-12-27 Thread Jean-Baptiste Onofre
Hi, If it’s optional but still enabled, I think it’s a good idea to speedup bootstrapping. Just my $0.01 ;) Regards JB > Le 27 déc. 2020 à 16:15, Romain Manni-Bucau a écrit : > > Hi everyone, > > wonder if there is some work planned in tomcat 10 to 1. makes it start > faster and 2. make

Tomcat 10 startup time and JMX as an opt in fature?

2020-12-27 Thread Romain Manni-Bucau
Hi everyone, wonder if there is some work planned in tomcat 10 to 1. makes it start faster and 2. make jmx optional. I did some tests and locally a tomcat start is about 400ms. I was surprised to see that Registry.disableRegistry() was taking already 65ms whereas it should be almost nothing so

[GitHub] [tomcat] rmannibucau opened a new pull request #398: Ensure StandardContext#postWorkDirectory is protected

2020-12-27 Thread GitBox
rmannibucau opened a new pull request #398: URL: https://github.com/apache/tomcat/pull/398 Goal is to enable to run tomcat without any temporary files. For programmatic cases it is often possible and desired (note it is ok to skip jakarta.servlet.context.tempdir for such case).