[GUMP@vmgump-vm3]: Project tomcat-tc7.0.x-test-apr (in module tomcat-7.0.x) failed

2017-06-01 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc7.0.x-test-apr has an issue affecting its community

[GUMP@vmgump-vm3]: Project tomcat-tc8.0.x-test-apr (in module tomcat-8.0.x) failed

2017-06-01 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc8.0.x-test-apr has an issue affecting its community

[GitHub] tomcat issue #56: Convert Cluster Manager human-readable SendOptions names t...

2017-06-01 Thread isapir
Github user isapir commented on the issue: https://github.com/apache/tomcat/pull/56 @violetagg I refactored the method to use `switch` statement as advised. https://github.com/apache/tomcat/pull/56/files#diff-5c721c838c78fa7c31f9eb62c27863ceR383 @ChristopherSchultz

[Bug 48672] Tomcat Virtual Host Manager (/host-manager) needs documentation

2017-06-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=48672 Christopher Schultz changed: What|Removed |Added Component|Catalina

[Bug 48672] Tomcat Virtual Host Manager (/host-manager) needs documentation

2017-06-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=48672 --- Comment #5 from Coty Sutherland --- (In reply to Christopher Schultz from comment #4) > (Should we add a "documentation" component for Tomcat 9? Added. -- You are receiving this mail because: You are the assignee

[Bug 48672] Tomcat Virtual Host Manager (/host-manager) needs documentation

2017-06-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=48672 Christopher Schultz changed: What|Removed |Added Keywords|

[GitHub] tomcat issue #56: Convert Cluster Manager human-readable SendOptions names t...

2017-06-01 Thread isapir
Github user isapir commented on the issue: https://github.com/apache/tomcat/pull/56 > Did you actually test it to see if it would give you the desired channel options? I actually did > A small unit test wouldn't hurt Will do --- If your project is set up for it, you

[GitHub] tomcat issue #56: Convert Cluster Manager human-readable SendOptions names t...

2017-06-01 Thread ChristopherSchultz
Github user ChristopherSchultz commented on the issue: https://github.com/apache/tomcat/pull/56 @isapir I appreciate your core patch as an initial effort. It looks like it will work. In order for it to be a good patch, it needs to be expanded, so a larger patch is appropriate.

[Bug 48672] Tomcat Virtual Host Manager (/host-manager) needs documentation

2017-06-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=48672 Mark Thomas changed: What|Removed |Added Product|Tomcat 6|Tomcat 9 Target

[Bug 48543] [Patch] More flexibility in specifying -Dcatalina.config

2017-06-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=48543 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED

svn commit: r1797255 - in /tomcat/trunk: java/org/apache/catalina/startup/CatalinaProperties.java webapps/docs/changelog.xml webapps/docs/config/systemprops.xml

2017-06-01 Thread markt
Author: markt Date: Thu Jun 1 19:44:14 2017 New Revision: 1797255 URL: http://svn.apache.org/viewvc?rev=1797255=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=48543 Add the option to specify an alternative file name for the catalina.config system property. Also document that

[GitHub] tomcat issue #56: Convert Cluster Manager human-readable SendOptions names t...

2017-06-01 Thread violetagg
Github user violetagg commented on the issue: https://github.com/apache/tomcat/pull/56 > I was pointing out these examples while trying to figure out if you still require that I wrap each single statement if with braces, which would make the code less readable IMO. +1 for

[GitHub] tomcat issue #56: Convert Cluster Manager human-readable SendOptions names t...

2017-06-01 Thread isapir
Github user isapir commented on the issue: https://github.com/apache/tomcat/pull/56 @ChristopherSchultz That's exactly the kind of feedback that I was looking for. I will address the points to the best of my ability. Keep in mind that after those changes, the commit will be

[GitHub] tomcat issue #56: Convert Cluster Manager human-readable SendOptions names t...

2017-06-01 Thread isapir
Github user isapir commented on the issue: https://github.com/apache/tomcat/pull/56 @violetagg Yes, I read that on http://tomcat.apache.org/getinvolved.html#Coding_Conventions I was pointing out these examples while trying to figure out if you still require that I wrap each

Re: Things that we can do to increase contributor involvement?

2017-06-01 Thread Igal @ Lucee.org
Chris, On 6/1/2017 11:16 AM, Christopher Schultz wrote: Just remember that everyone here is a volunteer, and it takes much longer to review/test a patch/PR than it does to e.g. reply to a message on a mailing list. We all have our primary jobs and our families and both of those take priority

[GitHub] tomcat issue #56: Convert Cluster Manager human-readable SendOptions names t...

2017-06-01 Thread violetagg
Github user violetagg commented on the issue: https://github.com/apache/tomcat/pull/56 > I noticed instances of the code where curly braces were omitted for single-statement ifs, Yep, we know that. If you take a look at the history you will see that typically when we

[GitHub] tomcat issue #56: Convert Cluster Manager human-readable SendOptions names t...

2017-06-01 Thread ChristopherSchultz
Github user ChristopherSchultz commented on the issue: https://github.com/apache/tomcat/pull/56 A few comments: 1. I think the patch should include some TRACE-level logging, especially when catching the NumberFormatException. 2. If there is an unrecognized option string,

Re: Things that we can do to increase contributor involvement?

2017-06-01 Thread Christopher Schultz
Igal, On 6/1/17 1:59 PM, Igal @ Lucee.org wrote: > On 6/1/2017 5:05 AM, Coty Sutherland wrote: >> >> Just for future reference, when you submit a PR it's easiest to review >> if you squash all of the commits into one rather than multiple >> commits. > > Perhaps that's a mentality difference

Re: Things that we can do to increase contributor involvement?

2017-06-01 Thread Igal @ Lucee.org
On 6/1/2017 5:05 AM, Coty Sutherland wrote: Just for future reference, when you submit a PR it's easiest to review if you squash all of the commits into one rather than multiple commits. Perhaps that's a mentality difference between SVN users and git users. In git it is common to do as in

[GitHub] tomcat issue #56: Convert Cluster Manager human-readable SendOptions names t...

2017-06-01 Thread isapir
Github user isapir commented on the issue: https://github.com/apache/tomcat/pull/56 @violetagg Thank you for your feedback, I updated the `for`, `catch`, and one of the `if`'s. While looking into updating the rest of the `if` statements I noticed instances of the code where

[GitHub] tomcat pull request #56: Convert Cluster Manager human-readable SendOptions ...

2017-06-01 Thread isapir
Github user isapir commented on a diff in the pull request: https://github.com/apache/tomcat/pull/56#discussion_r119663995 --- Diff: java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java --- @@ -339,6 +339,13 @@ public void setChannelSendOptions(int channelSendOptions) {

svn commit: r1797237 - in /tomcat/site/trunk: docs/presentations.html xdocs/presentations.xml

2017-06-01 Thread schultz
Author: schultz Date: Thu Jun 1 16:08:20 2017 New Revision: 1797237 URL: http://svn.apache.org/viewvc?rev=1797237=rev Log: Add 3 presentations and links to recordings of two of them. Modified: tomcat/site/trunk/docs/presentations.html tomcat/site/trunk/xdocs/presentations.xml Modified:

Re: Things that we can do to increase contributor involvement?

2017-06-01 Thread Romain Manni-Bucau
Hi guys, a quick feedback on that topic: - github seems to be the preferred way to submit code these days (what we saw in tomee, batchee etc), it implies almost the same amount of work for dev (just need to comment if applied or not on github itself for tracking) so it is a good way probably -

Re: Things that we can do to increase contributor involvement?

2017-06-01 Thread Mark Thomas
On 1 June 2017 13:05:18 BST, Coty Sutherland wrote: >Hm, using Git was mentioned at the TomcatCon but I can't recall if the >git repository on github is bi-directional or just a clone of svn. Can >anyone answer that? The ASF hosts a read-only git clone of svn. GitHub has a

[Bug 61134] Unexpected [ ] in public text on default error pages

2017-06-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61134 Violeta Georgieva changed: What|Removed |Added Keywords||Beginner --

Re: Things that we can do to increase contributor involvement?

2017-06-01 Thread Konstantin Kolinko
2017-06-01 15:05 GMT+03:00 Coty Sutherland : > Hi, > > On Wed, May 31, 2017 at 12:08 PM, Igal @ Lucee.org wrote: >> Hi all, >> >> On 5/31/2017 1:12 AM, Mark Thomas wrote: >>> >>> On 31/05/17 04:07, Coty Sutherland wrote: I've been thinking about

[Bug 46284] Add flag to DeltaManager that blocks processing cluster messages until local applicaiton initialization is completed

2017-06-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=46284 --- Comment #4 from Jason A. Lunn --- After over 8 and a half years I have long since stopped being invested in the outcome of this issue. -- You are receiving this mail because: You are the assignee for the bug.

Re: Things that we can do to increase contributor involvement?

2017-06-01 Thread Coty Sutherland
Hi, On Wed, May 31, 2017 at 12:08 PM, Igal @ Lucee.org wrote: > Hi all, > > On 5/31/2017 1:12 AM, Mark Thomas wrote: >> >> On 31/05/17 04:07, Coty Sutherland wrote: >>> >>> I've been thinking about things that we could do for Tomcat to help >>> bring in new contributors and to be

[Bug 61137] TagLibraryInfo uri and prefix fields should not be final

2017-06-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61137 Violeta Georgieva changed: What|Removed |Added Resolution|--- |FIXED

svn commit: r1797201 - in /tomcat/tc8.0.x/trunk: ./ java/javax/servlet/jsp/tagext/TagLibraryInfo.java webapps/docs/changelog.xml

2017-06-01 Thread violetagg
Author: violetagg Date: Thu Jun 1 11:36:09 2017 New Revision: 1797201 URL: http://svn.apache.org/viewvc?rev=1797201=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61137 TagLibraryInfo#uri and TagLibraryInfo#prefix fields should not be final. Patch provided by Katya Todorova.

svn commit: r1797200 - in /tomcat/tc8.5.x/trunk: ./ java/javax/servlet/jsp/tagext/TagLibraryInfo.java webapps/docs/changelog.xml

2017-06-01 Thread violetagg
Author: violetagg Date: Thu Jun 1 11:34:39 2017 New Revision: 1797200 URL: http://svn.apache.org/viewvc?rev=1797200=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61137 TagLibraryInfo#uri and TagLibraryInfo#prefix fields should not be final. Patch provided by Katya Todorova.

[GitHub] tomcat pull request #57: Remove final modifiers from TagLibraryInfo uri and ...

2017-06-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tomcat/pull/57 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

svn commit: r1797197 - in /tomcat/trunk: java/javax/servlet/jsp/tagext/TagLibraryInfo.java webapps/docs/changelog.xml

2017-06-01 Thread violetagg
Author: violetagg Date: Thu Jun 1 11:31:48 2017 New Revision: 1797197 URL: http://svn.apache.org/viewvc?rev=1797197=rev Log: TagLibraryInfo#uri and TagLibraryInfo#prefix fields should not be final. Patch provided by Katya Todorova. This closes #57 Modified:

[Bug 61137] TagLibraryInfo uri and prefix fields should not be final

2017-06-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61137 --- Comment #1 from Katya Todorova --- Pull request: https://github.com/apache/tomcat/pull/57 tomcat tests pass -- You are receiving this mail because: You are the assignee for the bug.

[GitHub] tomcat pull request #57: Remove final modifiers from TagLibraryInfo uri and ...

2017-06-01 Thread katya-stoycheva
GitHub user katya-stoycheva opened a pull request: https://github.com/apache/tomcat/pull/57 Remove final modifiers from TagLibraryInfo uri and prefix Remove final modifiers from TagLibraryInfo uri and prefix fields to match the spec You can merge this pull request into a Git

Re: Proposal to remove AjpApr connector

2017-06-01 Thread Rainer Jung
Am 30.05.2017 um 22:06 schrieb Emmanuel Bourg: On 05/26/2017 01:46 PM, Mark Thomas wrote: It feels a bit late to do this for 9.0.x although we code if we wanted to. It is more of an option for 10.0.x. Tomcat 9 is still in an alpha stage and not widely deployed yet. I wouldn't be shocked if

[GitHub] tomcat pull request #56: Convert Cluster Manager human-readable SendOptions ...

2017-06-01 Thread violetagg
Github user violetagg commented on a diff in the pull request: https://github.com/apache/tomcat/pull/56#discussion_r119539287 --- Diff: java/org/apache/catalina/tribes/Channel.java --- @@ -369,4 +369,58 @@ */ public void setName(String name); +/**

[GitHub] tomcat pull request #56: Convert Cluster Manager human-readable SendOptions ...

2017-06-01 Thread violetagg
Github user violetagg commented on a diff in the pull request: https://github.com/apache/tomcat/pull/56#discussion_r119538772 --- Diff: java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java --- @@ -339,6 +339,13 @@ public void setChannelSendOptions(int channelSendOptions) {