[tomcat] branch 8.5.x updated: Add document for PersistentValve

2020-08-31 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 590405d Add document for PersistentValve 590405d

[tomcat] branch master updated: Add document for PersistentValve

2020-08-31 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 5a655b6 Add document for PersistentValve 5a655

[tomcat] branch master updated: Add document for PersistentValve

2020-08-31 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 5a655b6 Add document for PersistentValve 5a655

[tomcat] branch 9.0.x updated: Add document for PersistentValve

2020-08-31 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 6af00e7 Add document for PersistentValve 6af00e7

[tomcat] branch master updated: Add document for PersistentValve

2020-08-31 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 5a655b6 Add document for PersistentValve 5a655

[tomcat] branch master updated: Add document for PersistentValve

2020-08-31 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 5a655b6 Add document for PersistentValve 5a655

[tomcat] branch master updated: Add document for PersistentValve

2020-08-31 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 5a655b6 Add document for PersistentValve 5a655

[GitHub] [tomcat] kamnani closed pull request #349: Optimize Server Startup time

2020-08-31 Thread GitBox
kamnani closed pull request #349: URL: https://github.com/apache/tomcat/pull/349 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [tomcat] kamnani opened a new pull request #349: Optimize Server Startup time using

2020-08-31 Thread GitBox
kamnani opened a new pull request #349: URL: https://github.com/apache/tomcat/pull/349 Tomcat searches the entire classpath for all instances of certain annotations, such as @WebServlet, @webfilter, @MultipartConfig, etc. This is performed by scanning each classpath entry sequentially.

Re: Potentially changing utilityThreadsAsDaemon default in 10

2020-08-31 Thread David Blevins
> On Aug 31, 2020, at 12:27 PM, Rémy Maucherat wrote: > > > On Mon, Aug 31, 2020 at 8:39 PM Mark Thomas wrote: > >> On 31/08/2020 17:17, David Blevins wrote: > >> Hey All, > >> > >> Curious if there would be any willingness to change the default of this to > >> true for Tomcat 10 prior to fina

[GitHub] [tomcat] kamnani opened a new pull request #348: Optimize server startup time using Bloom Filter

2020-08-31 Thread GitBox
kamnani opened a new pull request #348: URL: https://github.com/apache/tomcat/pull/348 Bloom Filter : https://llimllib.github.io/bloomfilter-tutorial/#:~:text=A%20Bloom%20filter%20is%20a,may%20be%20in%20the%20set. This code enables a faster lookup of resources in the jar by eliminati

Re: Potentially changing utilityThreadsAsDaemon default in 10

2020-08-31 Thread Rémy Maucherat
On Mon, Aug 31, 2020 at 8:39 PM Mark Thomas wrote: > On 31/08/2020 17:17, David Blevins wrote: > > Hey All, > > > > Curious if there would be any willingness to change the default of this > to true for Tomcat 10 prior to final release. > > > > - > https://github.com/apache/tomcat/blob/master/jav

Re: Potentially changing utilityThreadsAsDaemon default in 10

2020-08-31 Thread Mark Thomas
On 31/08/2020 17:17, David Blevins wrote: > Hey All, > > Curious if there would be any willingness to change the default of this to > true for Tomcat 10 prior to final release. > > - > https://github.com/apache/tomcat/blob/master/java/org/apache/catalina/core/StandardServer.java#L195 Unlikely

Potentially changing utilityThreadsAsDaemon default in 10

2020-08-31 Thread David Blevins
Hey All, Curious if there would be any willingness to change the default of this to true for Tomcat 10 prior to final release. - https://github.com/apache/tomcat/blob/master/java/org/apache/catalina/core/StandardServer.java#L195 The current default prevents a JVM shutdown and effectively mean

[GitHub] [tomcat] malaysf commented on pull request #332: Support sending the 100 continue response when the servlet reads the …

2020-08-31 Thread GitBox
malaysf commented on pull request #332: URL: https://github.com/apache/tomcat/pull/332#issuecomment-683876686 Thanks @martin-g What are the next steps to have this accepted and merged? Is there anything else needed from me? Also, can this be considered for inclusion in the `9.0.x` branch?

[tomcat] branch 8.5.x updated: Added filtering expression for requests that are not supposed to use session

2020-08-31 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 5df3038 Added filtering expression for requests

[tomcat] branch 9.0.x updated: Added filtering expression for requests that are not supposed to use session.

2020-08-31 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 03245ba Added filtering expression for requests

[tomcat] branch master updated: Added filtering expression for requests that are not supposed to use session.

2020-08-31 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new a08ac04 Added filtering expression for request