[Bug 63904] Apache http (with mod_jk to tomcat) randomly return empty response

2019-11-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63904 --- Comment #2 from Yosep Stephen --- I don't see any problem with the timeout settings. Here are Tomcat 8.0.35 Setting used: And here are the mod_jk settings: worker.accuratea1.host=10.10.17.6 worker.accuratea1.port=8610

[Bug 63898] JSP EL generation is wrong when using newer version of Java 1.8 & tag class uses method overloading and isELIgnored="false

2019-11-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63898 --- Comment #6 from Konstantin Kolinko --- 1. (In reply to jeffrey.lobello from comment #0) > Here's an example tag class > > public void setValue(final String value) { > } > public void setValue(final Object value) { > } And

[Bug 63905] ErrorReportValve adds CSS even if both showReport and showServerInfo are set to false

2019-11-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63905 --- Comment #5 from Mark Thomas --- (In reply to Michael Osipov from comment #3) > (In reply to Mark Thomas from comment #2) > > For the record: > > > > The CSS was removed when showServerInfo and showReport are both false for > > debatable

[Bug 63898] JSP EL generation is wrong when using newer version of Java 1.8 & tag class uses method overloading and isELIgnored="false

2019-11-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63898 --- Comment #5 from Mark Thomas --- No we can't, because - as per the spec - we are using the JavaBeans introspection machinery, not our own IntrospectionUtils. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 63905] ErrorReportValve adds CSS even if both showReport and showServerInfo are set to false

2019-11-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63905 --- Comment #4 from Christopher Schultz --- Or we could just drop the CSS because... who cares? If the response entity is ErrorError then it's fine. No styling is necessary for such a minimal page. -- You are receiving this mail because: You

[Bug 63898] JSP EL generation is wrong when using newer version of Java 1.8 & tag class uses method overloading and isELIgnored="false

2019-11-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63898 --- Comment #4 from Christopher Schultz --- (In reply to Mark Thomas from comment #3) > Anything is possible but it would require essentially re-implementing the > JavaBean Introspection code. The effort required seems out of proportion to >

[tomcat] branch master updated: Move count down connections to the shared close

2019-11-06 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 f7e2dce Move count down connections to the

[tomcat] branch 7.0.x updated: Improve clean-up after an OOME during request processing

2019-11-06 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 The following commit(s) were added to refs/heads/7.0.x by this push: new c88cf8f Improve clean-up after an OOME during

[tomcat] branch 8.5.x updated: Improve clean-up after an OOME during request processing

2019-11-06 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 846ff9a Improve clean-up after an OOME during

[tomcat] 01/02: Fix typo

2019-11-06 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 5fd4cf5fbcc2a6fda5c091602168fdcb15e0f8a1 Author: 康智冬 AuthorDate: Mon Oct 14 13:19:41 2019 +0800 Fix typo ---

[tomcat] 02/02: Remove unnecessary code

2019-11-06 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 7890094f2f7871ffb31ebdf0904172e1361c345d Author: Mark Thomas AuthorDate: Wed Nov 6 13:06:38 2019 + Remove

[tomcat] 01/02: Fix typo

2019-11-06 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 b5e740ecacfe51ae5eb21dea4a5b0b6f79fdbe05 Author: 康智冬 AuthorDate: Mon Oct 14 13:19:41 2019 +0800 Fix typo ---

[tomcat] branch 8.5.x updated (7b841fa -> 7890094)

2019-11-06 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 7b841fa Fix PR #211 via POEditor new b5e740e Fix typo new 7890094 Remove unnecessary code The 2

[tomcat] 02/02: Remove unnecessary code

2019-11-06 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 f77075a3320aa0f322a4c736d25c76a344f30218 Author: Mark Thomas AuthorDate: Wed Nov 6 13:06:38 2019 + Remove

[tomcat] branch 7.0.x updated (0f9f305 -> f77075a)

2019-11-06 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 0f9f305 Fix PR #211 via POEditor new 5fd4cf5 Fix typo new f77075a Remove unnecessary code The 2

[tomcat] branch master updated (2f4e1f2 -> d3b4844)

2019-11-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 2f4e1f2 Fix PR #211 via POEditor new 8ce7933 Fix typo new 31ebf2f Fix typo new d8e336d Fix typo

[tomcat] 04/04: Remove redundant method for clean

2019-11-06 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 commit d3b4844d07b76fdf8cd2ff7d28a6f6fe21ea0596 Author: 康智冬 AuthorDate: Mon Oct 21 01:25:16 2019 +0800 Remove redundant

[tomcat] 03/04: Fix typo

2019-11-06 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 commit d8e336de2ca766b2984cca5876ff6851a13e6fcf Author: 康智冬 AuthorDate: Sat Oct 19 18:01:08 2019 +0800 Fix typo

[tomcat] 02/04: Fix typo

2019-11-06 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 commit 31ebf2f75149eb0494007dc26057157b932ce001 Author: 康智冬 AuthorDate: Tue Oct 15 01:02:51 2019 +0800 Fix typo ---

[tomcat] 01/04: Fix typo

2019-11-06 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 commit 8ce79338f3c5eea8d4a43ef1bcb548685f774628 Author: 康智冬 AuthorDate: Mon Oct 14 13:19:41 2019 +0800 Fix typo

[GitHub] [tomcat] markt-asf merged pull request #212: Fix typo

2019-11-06 Thread GitBox
markt-asf merged pull request #212: Fix typo URL: https://github.com/apache/tomcat/pull/212 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

[GitHub] [tomcat] markt-asf commented on issue #222: EmbeddedServletOptions constructor has been refactored

2019-11-06 Thread GitBox
markt-asf commented on issue #222: EmbeddedServletOptions constructor has been refactored URL: https://github.com/apache/tomcat/pull/222#issuecomment-550298013 This appears to be a purely cosmetic change. Such changes can make back-porting more difficult unless the change is

[GitHub] [tomcat] markt-asf closed pull request #211: Fix semantic and punctuation in chinese

2019-11-06 Thread GitBox
markt-asf closed pull request #211: Fix semantic and punctuation in chinese URL: https://github.com/apache/tomcat/pull/211 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [tomcat] markt-asf commented on issue #211: Fix semantic and punctuation in chinese

2019-11-06 Thread GitBox
markt-asf commented on issue #211: Fix semantic and punctuation in chinese URL: https://github.com/apache/tomcat/pull/211#issuecomment-550296924 Applied via POEditor This is an automated message from the Apache Git Service.

[tomcat] branch 7.0.x updated: Fix PR #211 via POEditor

2019-11-06 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 The following commit(s) were added to refs/heads/7.0.x by this push: new 0f9f305 Fix PR #211 via POEditor 0f9f305 is

[tomcat] branch 8.5.x updated: Fix PR #211 via POEditor

2019-11-06 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 7b841fa Fix PR #211 via POEditor 7b841fa is

[tomcat] branch master updated: Fix PR #211 via POEditor

2019-11-06 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 2f4e1f2 Fix PR #211 via POEditor 2f4e1f2 is

[GitHub] [tomcat] markt-asf commented on issue #211: Fix semantic and punctuation in chinese

2019-11-06 Thread GitBox
markt-asf commented on issue #211: Fix semantic and punctuation in chinese URL: https://github.com/apache/tomcat/pull/211#issuecomment-550292902 Thanks for the PR. Because we manage translations via POEditor, and have imports/exports set up to keep POEditor and the source repository in

[tomcat] 06/06: Expand coverage and quality of Simplified Chinese translations

2019-11-06 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 12ae895e0a417b0626e02931c706bbc060f8b140 Author: Mark Thomas AuthorDate: Wed Nov 6 12:29:36 2019 + Expand

[tomcat] 01/06: Fix ordering (due to case change)

2019-11-06 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 f1f01a0890853ee98622685cf1e81d51bf379357 Author: Mark Thomas AuthorDate: Wed Nov 6 12:17:53 2019 + Fix ordering

[tomcat] 05/06: Back-port Korean updates

2019-11-06 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 f8181c07eb0d3c0014e3154e7b48073101699ffa Author: Mark Thomas AuthorDate: Wed Nov 6 12:28:33 2019 + Back-port

[tomcat] 03/06: Expand coverage of French translations

2019-11-06 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 c75cde985ebbdd0c41bfe32b2dae5a777c540706 Author: Mark Thomas AuthorDate: Wed Nov 6 12:27:37 2019 + Expand

[tomcat] 02/06: Fix typos

2019-11-06 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 76bee12b436bb45dcd332a30c5897898d9aa98dc Author: Mark Thomas AuthorDate: Wed Nov 6 12:27:03 2019 + Fix typos ---

[tomcat] branch 7.0.x updated (c83abec -> 12ae895)

2019-11-06 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 c83abec Fix a possible race condition new f1f01a0 Fix ordering (due to case change) new 76bee12 Fix typos

[tomcat] 04/06: Remove unnecessary blank line

2019-11-06 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 974f4a322544ca8961d457ae147dc95923d8a6f3 Author: Mark Thomas AuthorDate: Wed Nov 6 12:27:55 2019 + Remove

[tomcat] 02/05: Expand coverage of French translations

2019-11-06 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 ff139be4fbe5f38b5ff3eddc419f4e4a9b14788a Author: Mark Thomas AuthorDate: Wed Nov 6 12:07:56 2019 + Expand

[tomcat] branch 8.5.x updated (7a35c15 -> d4d9942)

2019-11-06 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 7a35c15 Correct entry so it makes sense new 7cb3e16 Fix typos new ff139be Expand coverage of French

[tomcat] 03/05: Remove unnecessary blank line

2019-11-06 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 a327dd74c58f491afeff566101c72512e140fc9f Author: Mark Thomas AuthorDate: Wed Nov 6 12:08:16 2019 + Remove

[tomcat] 05/05: Expand coverage and quality of Simplified Chinese translations

2019-11-06 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 d4d994225bf16489ef5bcde1e5d0b399f030f625 Author: Mark Thomas AuthorDate: Wed Nov 6 12:12:15 2019 + Expand

[tomcat] 01/05: Fix typos

2019-11-06 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 7cb3e16974ac25c1aa1ac9a40a17c7bbd712a244 Author: Mark Thomas AuthorDate: Wed Nov 6 12:07:11 2019 + Fix typos ---

[tomcat] 04/05: Back-port Korean updates

2019-11-06 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 9cbd83750b1299521496ae0211b6caa02965f7bc Author: Mark Thomas AuthorDate: Wed Nov 6 12:09:25 2019 + Back-port

[GitHub] [tomcat] dedovich-s opened a new pull request #222: EmbeddedServletOptions constructor has been refactored

2019-11-06 Thread GitBox
dedovich-s opened a new pull request #222: EmbeddedServletOptions constructor has been refactored URL: https://github.com/apache/tomcat/pull/222 Each value initializing moved to appropriate private method This is an

[tomcat] branch master updated: Expand coverage and quality of Brazilian Portuguese translations

2019-11-06 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 8dc6c1f Expand coverage and quality of

[tomcat] branch master updated: Remove unnecessary trailing space

2019-11-06 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 7dca58a Remove unnecessary trailing space

[tomcat] 02/02: Expand coverage and quality of Simplified Chinese translations

2019-11-06 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 commit 47de9b28021a5796d0b177821f5a892d5952acd5 Author: Mark Thomas AuthorDate: Wed Nov 6 11:46:56 2019 + Expand

[tomcat] 01/02: Fix typos in Japanese translations.

2019-11-06 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 commit a8defb18dd570d30ac0ca873e2c1bbe24a6bb04a Author: Mark Thomas AuthorDate: Wed Nov 6 11:40:58 2019 + Fix typos in

[tomcat] branch master updated (e765a4d -> 47de9b2)

2019-11-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git. from e765a4d Expand coverage of French translations new a8defb1 Fix typos in Japanese translations. new

[Bug 63905] ErrorReportValve adds CSS even if both showReport and showServerInfo are set to false

2019-11-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63905 --- Comment #3 from Michael Osipov --- (In reply to Mark Thomas from comment #2) > For the record: > > The CSS was removed when showServerInfo and showReport are both false for > debatable security reasons as part of bug 58383. Are you

[tomcat] 03/03: Expand coverage of French translations

2019-11-06 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 commit e765a4d3cf6ba4035f36b450a00406daa296d0c9 Author: Mark Thomas AuthorDate: Wed Nov 6 11:34:57 2019 + Expand

[tomcat] 02/03: Fix typo

2019-11-06 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 commit 2a9b0fe06c243974b398a9087ac83aa91986667b Author: Mark Thomas AuthorDate: Wed Nov 6 11:28:29 2019 + Fix typo ---

[tomcat] branch master updated (785becd -> e765a4d)

2019-11-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 785becd Remove duplicate put operation new ae8f518 Fix IDE warning new 2a9b0fe Fix typo new e765a4d

[tomcat] 01/03: Fix IDE warning

2019-11-06 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 commit ae8f518e297ec09fa0887ec09748156f534bee3f Author: Mark Thomas AuthorDate: Wed Nov 6 11:24:05 2019 + Fix IDE

[Bug 63905] ErrorReportValve adds CSS even if both showReport and showServerInfo are set to false

2019-11-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63905 --- Comment #2 from Mark Thomas --- For the record: The CSS was removed when showServerInfo and showReport are both false for debatable security reasons as part of bug 58383. The CSS was restored in all cases as part of bug 60490. I have a

[tomcat] branch master updated: Remove duplicate put operation

2019-11-06 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 785becd Remove duplicate put operation 785becd

[tomcat] branch master updated: Update to CXF 3.3.4

2019-11-06 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 eb1d0e8 Update to CXF 3.3.4 eb1d0e8 is described

[tomcat] branch master updated: Remove connections map from APR endpoint

2019-11-06 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 4945083 Remove connections map from APR endpoint

[Bug 63905] ErrorReportValve adds CSS even if both showReport and showServerInfo are set to false

2019-11-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63905 Michael Osipov changed: What|Removed |Added CC||micha...@apache.org --- Comment #1

[tomcat] branch 8.5.x updated: Correct entry so it makes sense

2019-11-06 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 7a35c15 Correct entry so it makes sense 7a35c15

[tomcat] branch master updated: Reformat comment

2019-11-06 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 17dc9cc Reformat comment 17dc9cc is described

[tomcat] branch master updated: Correct entry so it makes sense

2019-11-06 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 b351ed7 Correct entry so it makes sense b351ed7

Re: [tomcat] branch master updated: Fix credit

2019-11-06 Thread Mark Thomas
On 06/11/2019 08:58, r...@apache.org wrote: > 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:

buildbot success in on tomcat-trunk

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

[Bug 63892] TLS 1.3 with client auth fails with NOT_HANDSHAKING during handshake

2019-11-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63892 --- Comment #11 from Mark Thomas --- (In reply to Christopher Schultz from comment #10) > Again, a wild guess. But it might explain what is happening, here. It doesn't. The failure happens right at the end of the handshake more details of

[Bug 63898] JSP EL generation is wrong when using newer version of Java 1.8 & tag class uses method overloading and isELIgnored="false

2019-11-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63898 --- Comment #3 from Mark Thomas --- (In reply to Christopher Schultz from comment #2) > Is there scope for Tomcat to either (a) pick the "best" method (based upon > type-agreement) or (b) detect a conflict and throw an error? > > A consistent

[tomcat] branch 8.5.x updated: Fix credit

2019-11-06 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 7961a4a Fix credit 7961a4a is described below

[tomcat] branch master updated: Fix credit

2019-11-06 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 09a383c Fix credit 09a383c is described below