On 06/20/2016 12:12 PM, Mark Thomas wrote:
> Since it seems there is some interest in maintaining 8.0.x beyond
> September, how about we announce that:
> - the monthly release cycle for 8.0.x will end in September
> - new features and bug fixes are unlikely to be back-ported from that
> point
> -
Author: kfujino
Date: Tue Jun 21 06:24:09 2016
New Revision: 1749450
URL: http://svn.apache.org/viewvc?rev=1749450&view=rev
Log:
If the ping message has been received at the AbstractReplicatedMap#leftOver
method, ensure that notify the member is alive than ignore it.
Modified:
tomcat/tc7.0.
Author: kfujino
Date: Tue Jun 21 06:23:21 2016
New Revision: 1749449
URL: http://svn.apache.org/viewvc?rev=1749449&view=rev
Log:
If the ping message has been received at the AbstractReplicatedMap#leftOver
method, ensure that notify the member is alive than ignore it.
Modified:
tomcat/tc8.0.
Author: kfujino
Date: Tue Jun 21 06:22:32 2016
New Revision: 1749448
URL: http://svn.apache.org/viewvc?rev=1749448&view=rev
Log:
If the ping message has been received at the AbstractReplicatedMap#leftOver
method, ensure that notify the member is alive than ignore it.
Modified:
tomcat/tc8.5.
Author: kfujino
Date: Tue Jun 21 06:21:40 2016
New Revision: 1749445
URL: http://svn.apache.org/viewvc?rev=1749445&view=rev
Log:
If the ping message has been received at the AbstractReplicatedMap#leftOver
method, ensure that notify the member is alive than ignore it.
Modified:
tomcat/trunk/
Author: kfujino
Date: Tue Jun 21 04:57:07 2016
New Revision: 1749419
URL: http://svn.apache.org/viewvc?rev=1749419&view=rev
Log:
Add log message when the ping has timed-out.
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java
tomcat/tc7.0.x/tru
Author: kfujino
Date: Tue Jun 21 04:55:56 2016
New Revision: 1749418
URL: http://svn.apache.org/viewvc?rev=1749418&view=rev
Log:
Add log message when the ping has timed-out.
Modified:
tomcat/tc8.0.x/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java
tomcat/tc8.0.x/tr
Author: kfujino
Date: Tue Jun 21 04:54:56 2016
New Revision: 1749417
URL: http://svn.apache.org/viewvc?rev=1749417&view=rev
Log:
Add log message when the ping has timed-out.
Modified:
tomcat/tc8.5.x/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java
tomcat/tc8.5.x/tr
Author: kfujino
Date: Tue Jun 21 04:53:43 2016
New Revision: 1749416
URL: http://svn.apache.org/viewvc?rev=1749416&view=rev
Log:
Add log message when the ping has timed-out.
Modified:
tomcat/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java
tomcat/trunk/java/org/apac
2016-06-20 19:12 GMT+09:00 Mark Thomas :
>
>
> Since it seems there is some interest in maintaining 8.0.x beyond
> September, how about we announce that:
> - the monthly release cycle for 8.0.x will end in September
> - new features and bug fixes are unlikely to be back-ported from that
> point
>
The Buildbot has detected a new failure on builder tomcat-trunk while building
. Full details are available at:
https://ci.apache.org/builders/tomcat-trunk/builds/1457
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler schedu
https://bz.apache.org/bugzilla/show_bug.cgi?id=59233
--- Comment #1 from Mark Thomas ---
Tomcat doesn't want to get into the details of where the meta-data is stored.
It is already possible to add virtual hosts dynamically. What isn't currently
possible is adding an SSLHostConfig to an Endpoint.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59737
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
https://bz.apache.org/bugzilla/show_bug.cgi?id=59737
Craig Lynch changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|INVALID
https://bz.apache.org/bugzilla/show_bug.cgi?id=54664
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
Thanks, I’ll see if we can just move to 8.5.x. Seems like that’ll be better
long-term by a good margin.
Peter
On 6/20/16, 7:35 AM, "Mark Thomas" wrote:
On 16/06/2016 20:37, Peter Robbins wrote:
> Hi there,
>
> I’ve run into the WebappClassLoader jar scanning memory leak resolved
> by r1731030
https://bz.apache.org/bugzilla/show_bug.cgi?id=59716
--- Comment #2 from Lucas Theisen ---
Fair enough... I just find it easier to have all my application config in one
place (GlobalNamingResources), rather than multiple (setenv.sh and
GlobalNamingResources). In any case, your suggestion would
https://bz.apache.org/bugzilla/show_bug.cgi?id=59716
Mark Thomas changed:
What|Removed |Added
OS||All
Severity|normal
https://bz.apache.org/bugzilla/show_bug.cgi?id=59708
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Mon Jun 20 18:47:47 2016
New Revision: 1749379
URL: http://svn.apache.org/viewvc?rev=1749379&view=rev
Log:
Modify the lock out logic. Valid authentication attempts during the lock out
period will no longer reset the lock out timer to zero.
Modified:
tomcat/tc6.0.x/trunk/
Author: markt
Date: Mon Jun 20 18:43:38 2016
New Revision: 1749378
URL: http://svn.apache.org/viewvc?rev=1749378&view=rev
Log:
Revert unintended change included in r1749377
Modified:
tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml
Modified: tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF
Author: markt
Date: Mon Jun 20 18:36:29 2016
New Revision: 1749377
URL: http://svn.apache.org/viewvc?rev=1749377&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59708
Modify the lock out logic. Valid authentication attempts during the lock out
period will no longer reset the lock
Author: markt
Date: Mon Jun 20 18:25:54 2016
New Revision: 1749376
URL: http://svn.apache.org/viewvc?rev=1749376&view=rev
Log:
Modify the lock out logic. Valid authentication attempts during the lock out
period will no longer reset the lock out timer to zero.
Modified:
tomcat/tc8.0.x/trunk/
Author: markt
Date: Mon Jun 20 18:23:01 2016
New Revision: 1749375
URL: http://svn.apache.org/viewvc?rev=1749375&view=rev
Log:
Modify the lock out logic. Valid authentication attempts during the lock out
period will no longer reset the lock out timer to zero.
Modified:
tomcat/tc8.5.x/trunk/
https://bz.apache.org/bugzilla/show_bug.cgi?id=59737
Mark Thomas changed:
What|Removed |Added
Resolution|--- |INVALID
Status|NEW
https://bz.apache.org/bugzilla/show_bug.cgi?id=59737
Bug ID: 59737
Summary: Tomcat endpoints are becoming extremely unresponsive
Product: Tomcat 8
Version: 8.0.35
Hardware: PC
OS: Windows NT
Status: NEW
Se
Author: markt
Date: Mon Jun 20 18:15:56 2016
New Revision: 1749374
URL: http://svn.apache.org/viewvc?rev=1749374&view=rev
Log:
Refactor key store creation to make it easier for users to insert certificate
stores and trust stores programmatically.
Modified:
tomcat/tc8.5.x/trunk/ (props chan
Author: markt
Date: Mon Jun 20 18:13:07 2016
New Revision: 1749373
URL: http://svn.apache.org/viewvc?rev=1749373&view=rev
Log:
Refactor key store creation to make it easier for users to insert certificate
stores and trust stores programmatically.
Modified:
tomcat/trunk/java/org/apache/tomcat
Github user joelschwabe closed the pull request at:
https://github.com/apache/tomcat/pull/32
---
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
GitHub user joelschwabe opened a pull request:
https://github.com/apache/tomcat/pull/32
added small change
pulled small change from branch into master
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/joelschwabe/tomcat smallChange
The Buildbot has detected a restored build on builder tomcat-8-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-8-trunk/builds/661
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler
https://bz.apache.org/bugzilla/show_bug.cgi?id=59735
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Am 20.06.2016 um 12:12 schrieb Mark Thomas:
On 15/06/2016 08:02, jean-frederic clere wrote:
On 06/14/2016 02:05 PM, Rémy Maucherat wrote:
2016-06-14 10:31 GMT+02:00 Mark Thomas :
On 14/06/2016 09:00, Emmanuel Bourg wrote:
Le 13/06/2016 à 17:47, Mark Thomas a écrit :
Now we have a stable rel
Author: markt
Date: Mon Jun 20 13:08:51 2016
New Revision: 1749330
URL: http://svn.apache.org/viewvc?rev=1749330&view=rev
Log:
Do not attempt to start web resources during a web application's initialisation
phase since the web application is not fully configured at that point and the
web resourc
Author: markt
Date: Mon Jun 20 13:08:19 2016
New Revision: 1749329
URL: http://svn.apache.org/viewvc?rev=1749329&view=rev
Log:
Do not attempt to start web resources during a web application's initialisation
phase since the web application is not fully configured at that point and the
web resourc
https://bz.apache.org/bugzilla/show_bug.cgi?id=59735
Bug ID: 59735
Summary: Tomcat 8.5 breaks memcached-session-manager
Product: Tomcat 8
Version: 8.5.2
Hardware: All
OS: All
Status: NEW
Severity: normal
Author: markt
Date: Mon Jun 20 13:05:17 2016
New Revision: 1749328
URL: http://svn.apache.org/viewvc?rev=1749328&view=rev
Log:
Do not attempt to start web resources during a web application's initialisation
phase since the web application is not fully configured at that point and the
web resourc
On 16/06/2016 20:37, Peter Robbins wrote:
> Hi there,
>
> I’ve run into the WebappClassLoader jar scanning memory leak resolved
> by r1731030 and r1731035 in Tomcat 7 trunk. It appears those changes
> made it separately into both 8.0.36 and 8.5.3, but are missing from
> 7.0.69 and 7.0.70. Any idea
2016-06-20 13:12 GMT+03:00 Mark Thomas :
> On 15/06/2016 08:02, jean-frederic clere wrote:
>> On 06/14/2016 02:05 PM, Rémy Maucherat wrote:
>>> 2016-06-14 10:31 GMT+02:00 Mark Thomas :
>>>
On 14/06/2016 09:00, Emmanuel Bourg wrote:
> Le 13/06/2016 à 17:47, Mark Thomas a écrit :
>> Now
2016-06-20 13:12 GMT+03:00 Mark Thomas :
>
> On 15/06/2016 08:02, jean-frederic clere wrote:
> > On 06/14/2016 02:05 PM, Rémy Maucherat wrote:
> >> 2016-06-14 10:31 GMT+02:00 Mark Thomas :
> >>
> >>> On 14/06/2016 09:00, Emmanuel Bourg wrote:
> Le 13/06/2016 à 17:47, Mark Thomas a écrit :
> >>
https://bz.apache.org/bugzilla/show_bug.cgi?id=59655
--- Comment #3 from Mark Thomas ---
Thanks. Docs update for 9.0.x and 8.5.x. The patch will be in 9.0.0.M9 and
8.5.4 onwards.
--
You are receiving this mail because:
You are the assignee for the bug.
-
Author: markt
Date: Mon Jun 20 10:43:57 2016
New Revision: 1749297
URL: http://svn.apache.org/viewvc?rev=1749297&view=rev
Log:
Follow-up to https://bz.apache.org/bugzilla/show_bug.cgi?id=59655
Improve the documentation for configuring permitted cookie names
Patch provided by Kyohei Nakamura
Modif
Author: markt
Date: Mon Jun 20 10:42:52 2016
New Revision: 1749296
URL: http://svn.apache.org/viewvc?rev=1749296&view=rev
Log:
Follow-up to https://bz.apache.org/bugzilla/show_bug.cgi?id=59655
Improve the documentation for configuring permitted cookie names
Patch provided by Kyohei Nakamura
Modif
2016-06-20 12:12 GMT+02:00 Mark Thomas :
> Since it seems there is some interest in maintaining 8.0.x beyond
> September, how about we announce that:
> - the monthly release cycle for 8.0.x will end in September
> - new features and bug fixes are unlikely to be back-ported from that
> point
> -
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/660
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler sch
On 15/06/2016 08:02, jean-frederic clere wrote:
> On 06/14/2016 02:05 PM, Rémy Maucherat wrote:
>> 2016-06-14 10:31 GMT+02:00 Mark Thomas :
>>
>>> On 14/06/2016 09:00, Emmanuel Bourg wrote:
Le 13/06/2016 à 17:47, Mark Thomas a écrit :
> Now we have a stable release of 8.5.x, I'd like to fi
Author: markt
Date: Mon Jun 20 10:02:37 2016
New Revision: 1749290
URL: http://svn.apache.org/viewvc?rev=1749290&view=rev
Log:
Change the default for Context.sessionCookiePathUsesTrailingSlash from true to
false.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java
Author: markt
Date: Mon Jun 20 10:00:44 2016
New Revision: 1749289
URL: http://svn.apache.org/viewvc?rev=1749289&view=rev
Log:
Change the default for Context.sessionCookiePathUsesTrailingSlash from true to
false.
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java
Author: markt
Date: Mon Jun 20 09:59:56 2016
New Revision: 1749288
URL: http://svn.apache.org/viewvc?rev=1749288&view=rev
Log:
Change the default for Context.sessionCookiePathUsesTrailingSlash from true to
false.
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/java
Author: markt
Date: Mon Jun 20 09:58:37 2016
New Revision: 1749287
URL: http://svn.apache.org/viewvc?rev=1749287&view=rev
Log:
Change the default for Context.sessionCookiePathUsesTrailingSlash from true to
false.
Modified:
tomcat/trunk/java/org/apache/catalina/core/StandardContext.java
t
On 15/06/2016 11:59, Rémy Maucherat wrote:
> 2016-06-15 12:31 GMT+02:00 Mark Thomas :
>
>> Hi all,
>>
>> A problem[1] with the default for sessionCookiePathUsesTrailingSlash has
>> cropped up via $work and after some research I wanted to discuss whether
>> the default should be changed.
>>
>> The
https://bz.apache.org/bugzilla/show_bug.cgi?id=59616
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
Author: markt
Date: Mon Jun 20 09:10:04 2016
New Revision: 1749280
URL: http://svn.apache.org/viewvc?rev=1749280&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59616
Correctly enable and disable OCSP for the Windows builds.
Modified:
tomcat/native/trunk/native/NMAKEmakefile
Author: markt
Date: Mon Jun 20 08:54:10 2016
New Revision: 1749278
URL: http://svn.apache.org/viewvc?rev=1749278&view=rev
Log:
Remove a completed TODO
Modified:
tomcat/native/trunk/TODO.txt
Modified: tomcat/native/trunk/TODO.txt
URL:
http://svn.apache.org/viewvc/tomcat/native/trunk/TODO.txt
Author: violetagg
Date: Mon Jun 20 07:36:20 2016
New Revision: 14057
Log:
Release 7.0.70
Added:
release/tomcat/tomcat-7/v7.0.70/
- copied from r14056, dev/tomcat/tomcat-7/v7.0.70/
Removed:
dev/tomcat/tomcat-7/v7.0.70/
---
2016-06-20 10:04 GMT+03:00 Rémy Maucherat :
>
> 2016-06-15 21:47 GMT+02:00 Violeta Georgieva :
>
> > The proposed Apache Tomcat 7.0.70 release is now available for voting.
> >
> > It can be obtained from:
> > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.70/
> > The Maven staging repo
Author: violetagg
Date: Mon Jun 20 07:16:22 2016
New Revision: 1749271
URL: http://svn.apache.org/viewvc?rev=1749271&view=rev
Log:
Update the release date for 7.0.70
Modified:
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL:
http
2016-06-15 21:47 GMT+02:00 Violeta Georgieva :
> The proposed Apache Tomcat 7.0.70 release is now available for voting.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.70/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/o
58 matches
Mail list logo