[GitHub] [tomcat] dblevins opened a new pull request #457: MimeHeader.toString to speed up debugging in IDEs

2021-11-03 Thread GitBox
dblevins opened a new pull request #457: URL: https://github.com/apache/tomcat/pull/457 Minor improvement to show header name/value in IDE while debugging. Without it you get an array of object that looks like this: ![image](https://user-images.githubusercontent.com/94926/140192733

[tomcat] branch 8.5.x updated: Move null check for context to before the first use of context

2021-11-03 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 f1dd31c Move null check for context to before the

[tomcat] branch 9.0.x updated: Move null check for context to before the first use of context

2021-11-03 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 88ea24e Move null check for context to before the

[tomcat] branch 10.0.x updated: Move null check for context to before the first use of context

2021-11-03 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.0.x by this push: new e41a4ad Move null check for context to before th

[tomcat] branch main updated: Move null check for context to before the first use of context

2021-11-03 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new ccdd797 Move null check for context to before the fi

[tomcat] branch 8.5.x updated: Javadoc correction for web resources

2021-11-03 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 7cf799e Javadoc correction for web resources 7cf79

[tomcat] branch 9.0.x updated: Javadoc correction for web resources

2021-11-03 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 4e0a55d Javadoc correction for web resources 4e0a5

[tomcat] branch 10.0.x updated: Javadoc correction for web resources

2021-11-03 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.0.x by this push: new dd8d030 Javadoc correction for web resources dd8

[tomcat] branch main updated: Javadoc correction for web resources

2021-11-03 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 6128c4a Javadoc correction for web resources 6128c4a

[tomcat] branch main updated: Add to gitignore

2021-11-03 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 6a4ef49 Add to gitignore 6a4ef49 is described below

[tomcat] branch main updated: Work around removed APIs

2021-11-03 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new d256b0f Work around removed APIs d256b0f is described

Re: Panama and tomcat-native

2021-11-03 Thread Rémy Maucherat
On Tue, Oct 26, 2021 at 1:46 PM Rémy Maucherat wrote: > I think this could be integrated in Tomcat as a module like > "modules/jdbc-pool". Here, likely "modules/openssl-panama". > > Comments ? Since I didn't see any obvious complaints, I added it as an experimental module. The implementation is r