Re: How could I get involved into tomcat development?

2016-09-20 Thread Mark Thomas
On 20/09/2016 15:40, Tiramisu Ling wrote: > Hey Mark, thank you for your help :) Do you mean > https://bz.apache.org/bugzilla/show_bug.cgi?id=60008 above instead of bug > 6008? Because it tells me bug id is unavailable for https://bz.apache.org/ > bugzilla/show_bug.cgi?id=6008. Sorry, I meant

Re: How could I get involved into tomcat development?

2016-09-20 Thread Tiramisu Ling
How could I take it if I do interest in that bug and want to work on it? I see those bugs been assigned to mail list already. > 在 2016年9月20日,下午11:22,Mark Thomas 写道: > >> On 20/09/2016 15:40, Tiramisu Ling wrote: >> Hey Mark, thank you for your help :) Do you mean >>

svn commit: r1761535 - in /tomcat/site/trunk/docs/tomcat-7.0-doc: ./ api/ api/org/apache/catalina/ api/org/apache/catalina/ant/ api/org/apache/catalina/ant/jmx/ api/org/apache/catalina/authenticator/

2016-09-20 Thread violetagg
Author: violetagg Date: Tue Sep 20 07:34:10 2016 New Revision: 1761535 URL: http://svn.apache.org/viewvc?rev=1761535=rev Log: Update docs for Apache Tomcat 7.0.72 release. [This commit notification would consist of 68 parts, which exceeds the limit of 50 ones, so it was shortened to the

[Bug 60151] JNDI Datasource lookup failure - throws javax.naming.NamingException

2016-09-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60151 --- Comment #2 from Per Carlson --- Created attachment 34276 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34276=edit server.xml -- You are receiving this mail because: You are the assignee for the bug.

[Bug 60151] JNDI Datasource lookup failure - throws javax.naming.NamingException

2016-09-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60151 --- Comment #3 from Per Carlson --- Created attachment 34277 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34277=edit svvint/datasource1-include.xml -- You are receiving this mail because: You are the

svn commit: r1761532 - in /tomcat/site/trunk: ./ docs/ xdocs/

2016-09-20 Thread violetagg
Author: violetagg Date: Tue Sep 20 06:56:13 2016 New Revision: 1761532 URL: http://svn.apache.org/viewvc?rev=1761532=rev Log: Updates (excluding docs) for 7.0.72 release Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/docs/doap_Tomcat.rdf

[Bug 60151] JNDI Datasource lookup failure - throws javax.naming.NamingException

2016-09-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60151 --- Comment #1 from Mark Thomas --- Configuration please. We need to see the DataSource configuration and the details of which file(s) it is in. -- You are receiving this mail because: You are the assignee for the bug.

svn commit: r15456 - /release/tomcat/tomcat-7/v7.0.70/

2016-09-20 Thread violetagg
Author: violetagg Date: Tue Sep 20 07:47:32 2016 New Revision: 15456 Log: Remove 7.0.70 Removed: release/tomcat/tomcat-7/v7.0.70/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail:

[ANN] Apache Tomcat 7.0.72 released

2016-09-20 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.72. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies. This release contains a number of bug fixes and

[Bug 60151] JNDI Datasource lookup failure - throws javax.naming.NamingException

2016-09-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60151 --- Comment #5 from Per Carlson --- Added server.xml and the includes XML-files -- You are receiving this mail because: You are the assignee for the bug.

[Bug 60151] JNDI Datasource lookup failure - throws javax.naming.NamingException

2016-09-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60151 --- Comment #4 from Per Carlson --- Created attachment 34278 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34278=edit svvconf/context1-include.xml -- You are receiving this mail because: You are the assignee

[Bug 60151] JNDI Datasource lookup failure - throws javax.naming.NamingException

2016-09-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60151 --- Comment #6 from Mark Thomas --- That doesn't show where the ResourceLink is created. Tomcat 8.0.x has always documented that the type attribute of a ResourceLink is required. As of 8.0.37 this requirement is enforced.

[Bug 60151] JNDI Datasource lookup failure - throws javax.naming.NamingException

2016-09-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60151 --- Comment #7 from Per Carlson --- I assume you are referring to the following clause in the in the changelog: "When retrieving an object via a ResourceLink, ensure that the object obtained is of the expected type."

[Bug 60152] New: Allow exceptions from Connector.start() to be caught and handled in code that embeds Tomcat

2016-09-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60152 Bug ID: 60152 Summary: Allow exceptions from Connector.start() to be caught and handled in code that embeds Tomcat Product: Tomcat 9 Version: unspecified Hardware: All

svn commit: r1761553 - /tomcat/trunk/java/org/apache/tomcat/util/net/LocalStrings.properties

2016-09-20 Thread markt
Author: markt Date: Tue Sep 20 10:55:04 2016 New Revision: 1761553 URL: http://svn.apache.org/viewvc?rev=1761553=rev Log: Fix typo in i18n string name Modified: tomcat/trunk/java/org/apache/tomcat/util/net/LocalStrings.properties Modified:

svn commit: r1761551 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/webresources/CachedResource.java webapps/docs/changelog.xml

2016-09-20 Thread markt
Author: markt Date: Tue Sep 20 10:46:52 2016 New Revision: 1761551 URL: http://svn.apache.org/viewvc?rev=1761551=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60146 Improve performance for resource retrieval by making calls to WebResource.getInputStream() trigger caching if the

svn commit: r1761550 - in /tomcat/trunk: java/org/apache/catalina/webresources/CachedResource.java webapps/docs/changelog.xml

2016-09-20 Thread markt
Author: markt Date: Tue Sep 20 10:46:11 2016 New Revision: 1761550 URL: http://svn.apache.org/viewvc?rev=1761550=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=60146 https://bz.apache.org/bugzilla/show_bug.cgi?id=60146 Improve performance for resource retrieval by making calls to

svn commit: r1761554 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/LocalStrings.properties

2016-09-20 Thread markt
Author: markt Date: Tue Sep 20 10:55:36 2016 New Revision: 1761554 URL: http://svn.apache.org/viewvc?rev=1761554=rev Log: Fix typo in i18n string name Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/net/LocalStrings.properties

Early Access build 136 for JDK 9 & JDK 9 with Project Jigsaw are available on java.net

2016-09-20 Thread Rory O'Donnell
Hi Mark, Early Access b136 for JDK 9 is available on java.net, summary of changes are listed here . Early Access b136 (#5506) for JDK 9 with Project Jigsaw is

[Bug 60152] Allow exceptions from Connector.start() to be caught and handled in code that embeds Tomcat

2016-09-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60152 --- Comment #1 from Remy Maucherat --- +1 for 1) if it's not too hard, however -1 for 2) (Tomcat logs errors and stuff pretty much everywhere, there's no switch for any of them, and it doesn't make sense; please adjust the

svn commit: r1761552 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/webresources/CachedResource.java webapps/docs/changelog.xml

2016-09-20 Thread markt
Author: markt Date: Tue Sep 20 10:47:40 2016 New Revision: 1761552 URL: http://svn.apache.org/viewvc?rev=1761552=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60146 Improve performance for resource retrieval by making calls to WebResource.getInputStream() trigger caching if the

[Bug 60146] Performance issue as CachedResource#getInputStream() is not caching data correctly

2016-09-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60146 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED

svn commit: r1761560 - /tomcat/tc8.5.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementCache.java

2016-09-20 Thread markt
Author: markt Date: Tue Sep 20 11:44:42 2016 New Revision: 1761560 URL: http://svn.apache.org/viewvc?rev=1761560=rev Log: Fix some IDE warnings Modified: tomcat/tc8.5.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementCache.java Modified:

Re: How could I get involved into tomcat development?

2016-09-20 Thread Tiramisu Ling
what? 2016-09-20 20:29 GMT+08:00 The Burgh Demolition < contrac...@pittsdemolition.com>: > unsubscribe > > -Original Message- > From: Tiramisu Ling [mailto:saberge...@gmail.com] > Sent: Tuesday, September 20, 2016 8:28 AM > To: dev@tomcat.apache.org > Subject: How could I get involved

buildbot exception in on tomcat-8-trunk

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

How could I get involved into tomcat development?

2016-09-20 Thread Tiramisu Ling
hello everyone, I'm a newbie in tomcat and I would like to get involved into it. Could you tell me where to start with it? How could I find something like 'good first bug'? Thank you very much :) Best Regards, MikeLing

Re: How could I get involved into tomcat development?

2016-09-20 Thread Mark Thomas
On 20/09/2016 13:29, The Burgh Demolition wrote: > unsubscribe Done. Please note, instructions on how to unsubscribe are appended to the end of every email from the list. Mark > -Original Message- > From: Tiramisu Ling [mailto:saberge...@gmail.com] > Sent: Tuesday, September 20, 2016

[Bug 60152] Allow exceptions from Connector.start() to be caught and handled in code that embeds Tomcat

2016-09-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60152 --- Comment #2 from Andy Wilkinson --- > and it doesn't make sense The current behaviour makes sense given that Tomcat swallows the exception; otherwise, there'd be no way to see that a problem has occurred. If a

[Bug 60152] Allow exceptions from Connector.start() to be caught and handled in code that embeds Tomcat

2016-09-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60152 --- Comment #3 from Remy Maucherat --- Ok so basically Tomcat needs to remove all logging I suppose. Nice. I don't think all the necessary information to produce the best logging is contained in the exception, also. Ex: How do

RE: How could I get involved into tomcat development?

2016-09-20 Thread The Burgh Demolition
unsubscribe -Original Message- From: Tiramisu Ling [mailto:saberge...@gmail.com] Sent: Tuesday, September 20, 2016 8:28 AM To: dev@tomcat.apache.org Subject: How could I get involved into tomcat development? hello everyone, I'm a newbie in tomcat and I would like to get involved into

[Bug 60138] protocol TLSV1.2 causes exception text sslUtilBase.noneSupported

2016-09-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60138 --- Comment #2 from Paul Scott --- Great news. Thanks you! Looking forward to fix so we can move forward. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 60152] Allow exceptions from Connector.start() to be caught and handled in code that embeds Tomcat

2016-09-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60152 --- Comment #4 from Christopher Schultz --- (Calm down, Rémy.) I think the proper way to handle this is for Tomcat to change the way the exceptions are handled, here. Instead of introducing a new option (c.f.

[Bug 60152] Allow exceptions from Connector.start() to be caught and handled in code that embeds Tomcat

2016-09-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60152 --- Comment #5 from Mark Thomas --- The complication - and I need to dig through the archives to find the details - is that there was a requirement that Tomcat started even if a connector failed. What we have here is two

[Bug 60013] Non-ASCII characters in querystring get mangled after URL Rewrite using RewriteValve

2016-09-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60013 Tiago Oliveira changed: What|Removed |Added CC|

Re: How could I get involved into tomcat development?

2016-09-20 Thread Martin Grigorov
Hi, On Tue, Sep 20, 2016 at 5:50 PM, Tiramisu Ling wrote: > How could I take it if I do interest in that bug and want to work on it? I > see those bugs been assigned to mail list already. > You can add a comment that you are working on it. If you have any questions about

[Bug 59897] Buffer Overflow in FD_SET in nb_connect (jk_connect.c) leading to apache2 crash

2016-09-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59897 Max L changed: What|Removed |Added CC||audiot...@gmail.com --

Re: Deploying Tomcat on Snappy Ubuntu Core

2016-09-20 Thread Martin Grigorov
Hi Chris, On Tue, Sep 20, 2016 at 10:51 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > Martin, > > On 9/20/16 3:28 PM, Martin Grigorov wrote: > > Hi Michael, > > > > On Tue, Sep 20, 2016 at 9:11 PM, Michael Hall > wrote: > > > >> Hi Martin, > >> > >> > >>

Re: Deploying Tomcat on Snappy Ubuntu Core

2016-09-20 Thread Christopher Schultz
Martin, On 9/20/16 3:28 PM, Martin Grigorov wrote: > Hi Michael, > > On Tue, Sep 20, 2016 at 9:11 PM, Michael Hall wrote: > >> Hi Martin, >> >> >> On 09/20/2016 02:56 PM, Martin Grigorov wrote: >>> Hi Michael, >>> >>> On Tue, Sep 20, 2016 at 3:10 PM, Michael Hall

Re: Deploying Tomcat on Snappy Ubuntu Core

2016-09-20 Thread Martin Grigorov
Hi Michael, On Tue, Sep 20, 2016 at 3:10 PM, Michael Hall wrote: > Hi Coty, > > Have you had an opportunity to try this yet? If you need help please let > me know, or you could find help on #snappy on Freenode or > https://gitter.im/ubuntu/snappy-playpen (a new slack-like

svn commit: r1761617 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/jsse/JSSEUtil.java java/org/apache/tomcat/util/net/jsse/LocalStrings.properties webapps/docs/changelog.xml

2016-09-20 Thread markt
Author: markt Date: Tue Sep 20 19:02:49 2016 New Revision: 1761617 URL: http://svn.apache.org/viewvc?rev=1761617=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60138 Fix the SSLHostConfig so that the protocols attribute is limited to the protocols supported by the current JSSE

svn commit: r1761616 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/SSLHostConfig.java

2016-09-20 Thread markt
Author: markt Date: Tue Sep 20 19:02:06 2016 New Revision: 1761616 URL: http://svn.apache.org/viewvc?rev=1761616=rev Log: Rename to avoid name conflict with constant Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/net/SSLHostConfig.java

Re: Deploying Tomcat on Snappy Ubuntu Core

2016-09-20 Thread Martin Grigorov
Hi Michael, On Tue, Sep 20, 2016 at 9:11 PM, Michael Hall wrote: > Hi Martin, > > > On 09/20/2016 02:56 PM, Martin Grigorov wrote: > > Hi Michael, > > > > On Tue, Sep 20, 2016 at 3:10 PM, Michael Hall > wrote: > > > >> Hi Coty, > >> > >> Have you had an

svn commit: r1761630 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/coyote/RequestInfo.java webapps/docs/changelog.xml

2016-09-20 Thread markt
Author: markt Date: Tue Sep 20 19:38:51 2016 New Revision: 1761630 URL: http://svn.apache.org/viewvc?rev=1761630=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60123 Avoid potential threading issues that could cause excessively large vales to be returned for the processing time of a

svn commit: r1761625 - in /tomcat/trunk: java/org/apache/catalina/valves/rewrite/RewriteValve.java test/org/apache/catalina/valves/rewrite/TestRewriteValve.java webapps/docs/changelog.xml

2016-09-20 Thread markt
Author: markt Date: Tue Sep 20 19:20:46 2016 New Revision: 1761625 URL: http://svn.apache.org/viewvc?rev=1761625=rev Log: Another fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=60013 Fix QSA handling when there is no query string Modified:

[Bug 60123] Tomcat JMX requestProcessingTime sometimes reports a request processor with decades of runtime (since 1-1-1970)

2016-09-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60123 Mark Thomas changed: What|Removed |Added OS||All --- Comment #1

svn commit: r1761631 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/RequestInfo.java webapps/docs/changelog.xml

2016-09-20 Thread markt
Author: markt Date: Tue Sep 20 19:40:47 2016 New Revision: 1761631 URL: http://svn.apache.org/viewvc?rev=1761631=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60123 Avoid potential threading issues that could cause excessively large vales to be returned for the processing time of a

buildbot failure in on tomcat-8-trunk

2016-09-20 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-8-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-8-trunk/builds/769 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

[Bug 60138] protocol TLSV1.2 causes exception text sslUtilBase.noneSupported

2016-09-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60138 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED

Re: Deploying Tomcat on Snappy Ubuntu Core

2016-09-20 Thread Michael Hall
Hi Martin, On 09/20/2016 02:56 PM, Martin Grigorov wrote: > Hi Michael, > > On Tue, Sep 20, 2016 at 3:10 PM, Michael Hall wrote: > >> Hi Coty, >> >> Have you had an opportunity to try this yet? If you need help please let >> me know, or you could find help on #snappy on

Re: Deploying Tomcat on Snappy Ubuntu Core

2016-09-20 Thread Christopher Schultz
Martin, On 9/20/16 2:56 PM, Martin Grigorov wrote: > Hi Michael, > > On Tue, Sep 20, 2016 at 3:10 PM, Michael Hall wrote: > >> Hi Coty, >> >> Have you had an opportunity to try this yet? If you need help please let >> me know, or you could find help on #snappy on Freenode

svn commit: r1761629 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/RequestInfo.java webapps/docs/changelog.xml

2016-09-20 Thread markt
Author: markt Date: Tue Sep 20 19:38:22 2016 New Revision: 1761629 URL: http://svn.apache.org/viewvc?rev=1761629=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60123 Avoid potential threading issues that could cause excessively large vales to be returned for the processing time of a

svn commit: r1761628 - in /tomcat/trunk: java/org/apache/coyote/RequestInfo.java webapps/docs/changelog.xml

2016-09-20 Thread markt
Author: markt Date: Tue Sep 20 19:37:45 2016 New Revision: 1761628 URL: http://svn.apache.org/viewvc?rev=1761628=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60123 Avoid potential threading issues that could cause excessively large vales to be returned for the processing time of a

svn commit: r1761632 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/coyote/RequestInfo.java webapps/docs/changelog.xml

2016-09-20 Thread markt
Author: markt Date: Tue Sep 20 19:41:56 2016 New Revision: 1761632 URL: http://svn.apache.org/viewvc?rev=1761632=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60123 Avoid potential threading issues that could cause excessively large vales to be returned for the processing time of a

[Bug 60123] Tomcat JMX requestProcessingTime sometimes reports a request processor with decades of runtime (since 1-1-1970)

2016-09-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60123 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED

[Bug 60152] Allow exceptions from Connector.start() to be caught and handled in code that embeds Tomcat

2016-09-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60152 --- Comment #6 from Christopher Schultz --- (In reply to Mark Thomas from comment #5) > The complication - and I need to dig through the archives to find the > details - is that there was a requirement that Tomcat

Time for 6.0.x?

2016-09-20 Thread Mark Thomas
All, It has been a while since 6.0.x and the changelog is looking a tad long. Any takers for RM'ing a release? Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail:

[Bug 60013] Non-ASCII characters in querystring get mangled after URL Rewrite using RewriteValve

2016-09-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60013 --- Comment #38 from Mark Thomas --- Comment on attachment 34281 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34281 fix for failure case (QSA) Thanks variation of the patch applied. -- You are receiving this mail

svn commit: r1761626 - /tomcat/trunk/test/org/apache/catalina/valves/rewrite/TestRewriteValve.java

2016-09-20 Thread markt
Author: markt Date: Tue Sep 20 19:21:18 2016 New Revision: 1761626 URL: http://svn.apache.org/viewvc?rev=1761626=rev Log: Fix typo. Patch by Tiago Oliveira. Modified: tomcat/trunk/test/org/apache/catalina/valves/rewrite/TestRewriteValve.java Modified:

[GUMP@vmgump]: Project tomcat-trunk-validate (in module tomcat-trunk) failed

2016-09-20 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-trunk-validate has an issue affecting its community integration.

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

2016-09-20 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-validate has an issue affecting its community

Re: How could I get involved into tomcat development?

2016-09-20 Thread Mark Thomas
On 20/09/2016 13:28, Tiramisu Ling wrote: > hello everyone, > > I'm a newbie in tomcat and I would like to get involved into it. Could you > tell me where to start with it? How could I find something like 'good first > bug'? Thank you very much :) A good bug to get started on is usually one that

svn commit: r1761572 - /tomcat/trunk/java/org/apache/tomcat/util/net/SSLHostConfig.java

2016-09-20 Thread markt
Author: markt Date: Tue Sep 20 13:19:33 2016 New Revision: 1761572 URL: http://svn.apache.org/viewvc?rev=1761572=rev Log: Rename to avoid name conflict with constant Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SSLHostConfig.java Modified:

buildbot success in on tomcat-trunk

2016-09-20 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/1698 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

[Bug 60138] protocol TLSV1.2 causes exception text sslUtilBase.noneSupported

2016-09-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60138 --- Comment #1 from Mark Thomas --- It looks like we are mixing up default and supported protocols. I'm working on a fix. -- You are receiving this mail because: You are the assignee for the bug.

svn commit: r1761574 - in /tomcat/trunk: java/org/apache/tomcat/util/net/jsse/JSSEUtil.java java/org/apache/tomcat/util/net/jsse/LocalStrings.properties webapps/docs/changelog.xml

2016-09-20 Thread markt
Author: markt Date: Tue Sep 20 13:39:30 2016 New Revision: 1761574 URL: http://svn.apache.org/viewvc?rev=1761574=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60138 Fix the SSLHostConfig so that the protocols attribute is limited to the protocols supported by the current JSSE

Re: Deploying Tomcat on Snappy Ubuntu Core

2016-09-20 Thread Michael Hall
Hi Coty, Have you had an opportunity to try this yet? If you need help please let me know, or you could find help on #snappy on Freenode or https://gitter.im/ubuntu/snappy-playpen (a new slack-like service connected to github) Michael Hall mhall...@gmail.com On 09/15/2016 10:06 AM, Michael Hall

Re: How could I get involved into tomcat development?

2016-09-20 Thread Tiramisu Ling
Hey Mark, thank you for your help :) Do you mean https://bz.apache.org/bugzilla/show_bug.cgi?id=60008 above instead of bug 6008? Because it tells me bug id is unavailable for https://bz.apache.org/ bugzilla/show_bug.cgi?id=6008. 2016-09-20 21:06 GMT+08:00 Mark Thomas : > On

[GUMP@vmgump]: Project tomcat-trunk-test-nio (in module tomcat-trunk) failed

2016-09-20 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-trunk-test-nio has an issue affecting its community integration.