Re: [tomcat-native] branch master updated: Support old shells.

2019-06-28 Thread Rainer Jung
Hi Felix, the script uses "#!/bin/sh" which on Solaris 10 is a very original style of Bourne Shell. Yes, it does not support that syntax. The script already uses backticks in other places. For Solaris 11 /bin/sh is a symlink to ksh and "$(...)" would work. Regards, Rainer Am 28.06.2019 um

[Bug 63531] Session staying alive across different context paths

2019-06-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63531 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[tomcat] 02/04: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63531

2019-06-28 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit d1211048a9b4a0cf9e968f1f7a3f8fd09c7c2d94 Author: Mark Thomas AuthorDate: Thu Jun 27 23:05:52 2019 +0100 Fix

[tomcat] 03/04: Align with 8.5.x. Clean-up

2019-06-28 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 739fa611e9175632278c24585a2792923a7c9e9b Author: Mark Thomas AuthorDate: Fri Jun 28 09:22:40 2019 +0100 Align with

[tomcat] branch 7.0.x updated (ecde67c -> 241148f)

2019-06-28 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from ecde67c Align with 8.5.x. Code clean up and improved i18n messages new 47235d9 Align with 8.5.x. Clean-up.

[tomcat] 01/04: Align with 8.5.x. Clean-up. Remove ununsed code.

2019-06-28 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 47235d9a2083ab52ea03f44d51f556667636f614 Author: Mark Thomas AuthorDate: Thu Jun 27 22:37:02 2019 +0100 Align with

[tomcat] 04/04: Add debug logging for session ID change

2019-06-28 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 241148fcd1582c79ea6866793f94f1752f1ce5fb Author: Mark Thomas AuthorDate: Fri Jun 28 09:32:44 2019 +0100 Add debug

Re: [tomcat-native] branch master updated: Support old shells.

2019-06-28 Thread Felix Schumacher
Am 27.06.19 um 01:03 schrieb rj...@apache.org: > This is an automated email from the ASF dual-hosted git repository. > > rjung pushed a commit to branch master > in repository https://gitbox.apache.org/repos/asf/tomcat-native.git > > > The following commit(s) were added to refs/heads/master by

[tomcat] branch master updated: Add example support for CDI 2 and JAX-RS

2019-06-28 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 addfaa7 Add example support for CDI 2 and JAX-RS

[Bug 63524] Private key must be accompanied by certificate chain

2019-06-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63524 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #11 from Mark

Re: buildbot exception in on tomcat-trunk

2019-06-28 Thread Mark Thomas
On 28/06/2019 13:37, build...@apache.org wrote: > The Buildbot has detected a build exception on builder tomcat-trunk while > building tomcat. Full details are available at: > https://ci.apache.org/builders/tomcat-trunk/builds/4459 > > Buildbot URL: https://ci.apache.org/ > > Buildslave for

buildbot exception in on tomcat-7-trunk

2019-06-28 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-7-trunk while building tomcat. Full details are available at: https://ci.apache.org/builders/tomcat-7-trunk/builds/1367 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

buildbot exception in on tomcat-85-trunk

2019-06-28 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-85-trunk while building tomcat. Full details are available at: https://ci.apache.org/builders/tomcat-85-trunk/builds/1822 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

buildbot exception in on tomcat-trunk

2019-06-28 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-trunk while building tomcat. Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/4459 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

[tomcat] 01/05: Align with 8.5.x. Clean-up. Back-port Javadoc and whitespace

2019-06-28 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 00caf0219871c2abb7844236ab82b22869efc1c1 Author: Mark Thomas AuthorDate: Fri Jun 28 20:39:53 2019 +0100 Align with

[tomcat] branch master updated: Remove confusing comment

2019-06-28 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 5a2b704 Remove confusing comment 5a2b704 is

[tomcat] branch 8.5.x updated (88db4aa -> ab21a87)

2019-06-28 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 88db4aa Polish new eed5c5c Back-port clean-up new ab21a87 Simplify The 2 revisions listed above as "new"

[tomcat] 03/05: Align with 8.5.x. Clean-up. Javadoc and whitespace.

2019-06-28 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 5dbd16a5e222991c99fbab715887adbc9f47e7ed Author: Mark Thomas AuthorDate: Fri Jun 28 21:39:59 2019 +0100 Align with

[tomcat] branch 7.0.x updated (241148f -> aed9453)

2019-06-28 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 241148f Add debug logging for session ID change new 00caf02 Align with 8.5.x. Clean-up. Back-port Javadoc and

[tomcat] 02/02: Simplify

2019-06-28 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 commit ab21a87a897bb5aef02a7cb5e751139eb9d9b10b Author: Mark Thomas AuthorDate: Fri Jun 28 22:23:21 2019 +0100 Simplify ---

[tomcat] 01/02: Back-port clean-up

2019-06-28 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 commit eed5c5c75510481396e1d60349c1cbd7eaf50f62 Author: Mark Thomas AuthorDate: Fri Jun 28 20:37:15 2019 +0100 Back-port

[tomcat] 05/05: Align use of Allow header and HTTP 405 status code

2019-06-28 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit aed9453c710bafce9d69c5d4ea02363d371b8a32 Author: Mark Thomas AuthorDate: Fri Jun 28 22:40:14 2019 +0100 Align use of

[tomcat] 04/05: Align with 8.5.x. Backport LockInfo.maxDepth changes

2019-06-28 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit d582d86287bca6118da04033424193fde4ef0ce0 Author: Mark Thomas AuthorDate: Fri Jun 28 21:42:48 2019 +0100 Align with

[tomcat] 02/05: Remove unused key

2019-06-28 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit da06a27da0ba29e57306ca3f6503285ca2c8589d Author: Mark Thomas AuthorDate: Fri Jun 28 20:41:20 2019 +0100 Remove

[GitHub] [tomcat] alpire opened a new pull request #176: CoyoteAdapter: fix out-of-bounds read in checkNormalize

2019-06-28 Thread GitBox
alpire opened a new pull request #176: CoyoteAdapter: fix out-of-bounds read in checkNormalize URL: https://github.com/apache/tomcat/pull/176 On malformed requests, checkNormalize would throw an ArrayIndexOutOfBoundsException leading to a 500 response. This change fixes checkNormalize to