[Bug 59283] Tomcat 6.0.30 crashes on tcnative-1.dll

2016-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59283 --- Comment #1 from Vineet --- (In reply to Vineet from comment #0) > # > # A fatal error has been detected by the Java Runtime Environment: > # > # EXCEPTION_ACCESS_VIOLATION (0xc005) at pc=0x10005ec0, >

[Bug 59283] Tomcat 6.0.30 crashes on tcnative-1.dll

2016-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59283 Vineet changed: What|Removed |Added OS||All -- You are

[Bug 59284] New: jaspic.SimpleServerAuthConfig: erroneous "No ServerAuthModules configured"

2016-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59284 Bug ID: 59284 Summary: jaspic.SimpleServerAuthConfig: erroneous "No ServerAuthModules configured" Product: Tomcat 9 Version: 9.0.0.M4 Hardware: All OS:

[Bug 59283] New: Tomcat 6.0.30 crashes on tcnative-1.dll

2016-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59283 Bug ID: 59283 Summary: Tomcat 6.0.30 crashes on tcnative-1.dll Product: Tomcat 6 Version: 6.0.30 Hardware: PC Status: NEW Severity: major Priority: P2

Re: tomcat 9.0.x/8.5.x github mirror

2016-04-06 Thread Huxing Zhang
Hi Mark, I have confirmed the availability of 8.5.x github mirror. Thanks! -- From:Mark Thomas Time:2016 Apr 2 (Sat) 22:37 To:Tomcat Developers List Subject:Re: tomcat 9.0.x/8.5.x github

buildbot success in on tomcat-trunk

2016-04-06 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/1246 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

[Bug 59261] Request getAsyncContext should throw IllegalStateException if async is not started

2016-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59261 --- Comment #6 from Remy Maucherat --- isAsyncStarted is correct, and it's not the same as asyncContext != null, I checked GF before writing comment 3. However; Tomcat needs to know if a startAsync has been called earlier for

svn commit: r1738060 - /tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java

2016-04-06 Thread markt
Author: markt Date: Wed Apr 6 22:27:07 2016 New Revision: 1738060 URL: http://svn.apache.org/viewvc?rev=1738060=rev Log: Investigating BZ 59261 Improve test for whether or not current request is async. Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java Modified:

svn commit: r1738059 - /tomcat/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java

2016-04-06 Thread markt
Author: markt Date: Wed Apr 6 22:25:38 2016 New Revision: 1738059 URL: http://svn.apache.org/viewvc?rev=1738059=rev Log: Investigating BZ 59261 Avoid NPE Modified: tomcat/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java Modified:

[Bug 59261] Request getAsyncContext should throw IllegalStateException if async is not started

2016-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59261 --- Comment #5 from Mark Thomas --- Reading the Javadoc, the test is 'has one of the startAsync() methods been called' which is not quite the same as isAsyncStarted() == false. The spec document isn't much better. It uses the

[Bug 59261] Request getAsyncContext should throw IllegalStateException if async is not started

2016-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59261 --- Comment #4 from Mark Thomas --- On the plus side, the async code is reasonably well covered by the unit tests. The down side, as Rémy points out is that we'll need to carefully review all the calls to getAsyncContext().

[Bug 59247] Using the IBM JDK with the security manager results in java.lang.RuntimePermission warning

2016-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59247 --- Comment #18 from Remy Maucherat --- Created attachment 33735 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33735=edit Other patch Based on preloading ResourceEntry Coty, can you check that this patch actually

buildbot success in on tomcat-7-trunk

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

[Bug 59266] Memory leak when using websockets

2016-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59266 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID

[Bug 59269] Session swapping out in PersistentManagerBase

2016-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59269 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1738052 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/session/PersistentManagerBase.java webapps/docs/changelog.xml webapps/docs/config/manager.xml

2016-04-06 Thread markt
Author: markt Date: Wed Apr 6 20:35:30 2016 New Revision: 1738052 URL: http://svn.apache.org/viewvc?rev=1738052=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59269 Correct the implementation of PersistentManagerBase so that minIdleSwap functions as designed and sessions are

buildbot failure in on tomcat-trunk

2016-04-06 Thread buildbot
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/1245 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1738049 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/session/PersistentManagerBase.java test/org/apache/catalina/session/TestPersistentManager.java webapps/docs/changelog.xml w

2016-04-06 Thread markt
Author: markt Date: Wed Apr 6 20:27:42 2016 New Revision: 1738049 URL: http://svn.apache.org/viewvc?rev=1738049=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59269 Correct the implementation of PersistentManagerBase so that minIdleSwap functions as designed and sessions are

svn commit: r1738047 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/session/ test/org/apache/tomcat/unittest/

2016-04-06 Thread markt
Author: markt Date: Wed Apr 6 20:24:19 2016 New Revision: 1738047 URL: http://svn.apache.org/viewvc?rev=1738047=rev Log: Refactor ready for testing the session managers Added: tomcat/tc7.0.x/trunk/test/org/apache/catalina/session/TestPersistentManagerIntegration.java - copied

svn commit: r1738046 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/session/PersistentManagerBase.java test/org/apache/catalina/session/TestPersistentManager.java webapps/docs/changelog.xml w

2016-04-06 Thread markt
Author: markt Date: Wed Apr 6 20:17:21 2016 New Revision: 1738046 URL: http://svn.apache.org/viewvc?rev=1738046=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59269 Correct the implementation of PersistentManagerBase so that minIdleSwap functions as designed and sessions are

svn commit: r1738045 - in /tomcat/tc8.0.x/trunk: ./ test/org/apache/catalina/session/ test/org/apache/tomcat/unittest/

2016-04-06 Thread markt
Author: markt Date: Wed Apr 6 20:15:17 2016 New Revision: 1738045 URL: http://svn.apache.org/viewvc?rev=1738045=rev Log: Refactor ready for testing the session managers Added: tomcat/tc8.0.x/trunk/test/org/apache/catalina/session/TestPersistentManagerIntegration.java - copied,

svn commit: r1738044 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/session/PersistentManagerBase.java test/org/apache/catalina/session/TestPersistentManager.java webapps/docs/changelog.xml w

2016-04-06 Thread markt
Author: markt Date: Wed Apr 6 20:13:31 2016 New Revision: 1738044 URL: http://svn.apache.org/viewvc?rev=1738044=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59269 Correct the implementation of PersistentManagerBase so that minIdleSwap functions as designed and sessions are

svn commit: r1738043 - /tomcat/trunk/test/org/apache/catalina/session/TestPersistentManager.java

2016-04-06 Thread markt
Author: markt Date: Wed Apr 6 20:12:41 2016 New Revision: 1738043 URL: http://svn.apache.org/viewvc?rev=1738043=rev Log: Checkstyle Modified: tomcat/trunk/test/org/apache/catalina/session/TestPersistentManager.java Modified:

svn commit: r1738042 - in /tomcat/tc8.5.x/trunk: ./ test/org/apache/catalina/session/ test/org/apache/tomcat/unittest/

2016-04-06 Thread markt
Author: markt Date: Wed Apr 6 20:10:49 2016 New Revision: 1738042 URL: http://svn.apache.org/viewvc?rev=1738042=rev Log: Refactor ready for testing the session managers Added: tomcat/tc8.5.x/trunk/test/org/apache/catalina/session/TestPersistentManagerIntegration.java - copied,

svn commit: r1738039 - in /tomcat/trunk: java/org/apache/catalina/session/PersistentManagerBase.java test/org/apache/catalina/session/TestPersistentManager.java webapps/docs/changelog.xml webapps/docs

2016-04-06 Thread markt
Author: markt Date: Wed Apr 6 20:07:05 2016 New Revision: 1738039 URL: http://svn.apache.org/viewvc?rev=1738039=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59269 Correct the implementation of PersistentManagerBase so that minIdleSwap functions as designed and sessions are

[Bug 59269] Session swapping out in PersistentManagerBase

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

svn commit: r1738022 - in /tomcat/trunk/test/org/apache/tomcat/unittest: TesterContext.java TesterHost.java

2016-04-06 Thread markt
Author: markt Date: Wed Apr 6 18:43:54 2016 New Revision: 1738022 URL: http://svn.apache.org/viewvc?rev=1738022=rev Log: Expand the mock Context and add a mock Host for testing the session managers Added: tomcat/trunk/test/org/apache/tomcat/unittest/TesterHost.java (with props) Modified:

[Bug 58999] StringIndexOutOfBoundsException WebAppClassLoaderBase.filter()

2016-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58999 Violeta Georgieva changed: What|Removed |Added CC|

[Bug 59282] [PATCH] WebappClassLoaderBase.loadClass() throws StringIndexOutOfBoundsException

2016-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59282 Violeta Georgieva changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1738018 - /tomcat/trunk/test/org/apache/catalina/session/TesterStore.java

2016-04-06 Thread markt
Author: markt Date: Wed Apr 6 18:37:52 2016 New Revision: 1738018 URL: http://svn.apache.org/viewvc?rev=1738018=rev Log: Whoops. Add header. Modified: tomcat/trunk/test/org/apache/catalina/session/TesterStore.java Modified: tomcat/trunk/test/org/apache/catalina/session/TesterStore.java

[Bug 59282] New: [PATCH] WebappClassLoaderBase.loadClass() throws StringIndexOutOfBoundsException

2016-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59282 Bug ID: 59282 Summary: [PATCH] WebappClassLoaderBase.loadClass() throws StringIndexOutOfBoundsException Product: Tomcat 8 Version: 8.0.32 Hardware: PC

svn commit: r1738015 - in /tomcat/trunk/test/org/apache/catalina/session: TestPersistentManagerIntegration.java TesterStore.java

2016-04-06 Thread markt
Author: markt Date: Wed Apr 6 18:23:26 2016 New Revision: 1738015 URL: http://svn.apache.org/viewvc?rev=1738015=rev Log: Extract DummyStore into a separate class so it can be easily re-used Added: tomcat/trunk/test/org/apache/catalina/session/TesterStore.java (with props) Modified:

svn commit: r1738014 - in /tomcat/trunk/test/org/apache/catalina/session: TestPersistentManager.java TestPersistentManagerIntegration.java

2016-04-06 Thread markt
Author: markt Date: Wed Apr 6 18:20:30 2016 New Revision: 1738014 URL: http://svn.apache.org/viewvc?rev=1738014=rev Log: Rename in preparation for a more unit test like class Added: tomcat/trunk/test/org/apache/catalina/session/TestPersistentManagerIntegration.java - copied, changed

svn commit: r1738009 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/websocket/ java/org/apache/tomcat/websocket/server/ test/org/apache/tomcat/websocket/server/ webapps/docs/

2016-04-06 Thread markt
Author: markt Date: Wed Apr 6 17:15:45 2016 New Revision: 1738009 URL: http://svn.apache.org/viewvc?rev=1738009=rev Log: Restore correct class loader during processing of WebSocket messages post the 8.5.x/9.0.x connector refactoring Added:

svn commit: r1738007 - /tomcat/trunk/webapps/docs/changelog.xml

2016-04-06 Thread markt
Author: markt Date: Wed Apr 6 16:47:49 2016 New Revision: 1738007 URL: http://svn.apache.org/viewvc?rev=1738007=rev Log: Update changelog Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL:

svn commit: r1738005 - in /tomcat/trunk: java/org/apache/tomcat/websocket/ java/org/apache/tomcat/websocket/server/ test/org/apache/tomcat/websocket/server/

2016-04-06 Thread markt
Author: markt Date: Wed Apr 6 16:45:47 2016 New Revision: 1738005 URL: http://svn.apache.org/viewvc?rev=1738005=rev Log: Restore correct class loader during processing of WebSocket messages post the 8.5.x/9.0.x connector refactoring Added:

[Bug 58970] http NIO connector crash after update from 8.0.27 to 8.0.30

2016-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58970 Remy Maucherat changed: What|Removed |Added Status|NEW |NEEDINFO ---

svn commit: r1737994 - in /tomcat/tc8.5.x/trunk: conf/catalina.policy webapps/docs/changelog.xml

2016-04-06 Thread remm
Author: remm Date: Wed Apr 6 15:06:39 2016 New Revision: 1737994 URL: http://svn.apache.org/viewvc?rev=1737994=rev Log: Revert r1737150, no additional permission or workaround is needed in 8.5. Modified: tomcat/tc8.5.x/trunk/conf/catalina.policy

svn commit: r1737993 - in /tomcat/trunk: conf/catalina.policy webapps/docs/changelog.xml

2016-04-06 Thread remm
Author: remm Date: Wed Apr 6 15:04:47 2016 New Revision: 1737993 URL: http://svn.apache.org/viewvc?rev=1737993=rev Log: Revert r1737149, no additional permission or workaround is needed in trunk. Modified: tomcat/trunk/conf/catalina.policy tomcat/trunk/webapps/docs/changelog.xml

[Bug 58970] http NIO connector crash after update from 8.0.27 to 8.0.30

2016-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58970 reda.housniala...@gmail.com changed: What|Removed |Added Status|NEEDINFO|NEW -- You are

[Bug 58970] http NIO connector crash after update from 8.0.27 to 8.0.30

2016-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58970 reda.housniala...@gmail.com changed: What|Removed |Added CC|

[Bug 59247] Using the IBM JDK with the security manager results in java.lang.RuntimePermission warning

2016-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59247 --- Comment #17 from Konstantin Kolinko --- (In reply to Remy Maucherat from comment #16) > For starters, I will revert the workaround from trunk and 8.5 since it > doesn't apply. > > About preloading, ok, but it's a

[Bug 59247] Using the IBM JDK with the security manager results in java.lang.RuntimePermission warning

2016-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59247 --- Comment #16 from Remy Maucherat --- For starters, I will revert the workaround from trunk and 8.5 since it doesn't apply. About preloading, ok, but it's a code change for a workaround. I don't see why classloading access

[Bug 59247] Using the IBM JDK with the security manager results in java.lang.RuntimePermission warning

2016-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59247 --- Comment #15 from Konstantin Kolinko --- (In reply to Remy Maucherat from comment #9) > Evidently there's a "bug" somewhere if only the IBM JDK does this. However, > since this is only added to JULI, adding it is

buildbot failure in on tomcat-7-trunk

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

[Bug 59247] Using the IBM JDK with the security manager results in java.lang.RuntimePermission warning

2016-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59247 --- Comment #14 from Konstantin Kolinko --- (In reply to Remy Maucherat from comment #13) > (In reply to Konstantin Kolinko from comment #11) > > Can you demonstrate that no actual webapps besides the example could be

[Bug 59247] Using the IBM JDK with the security manager results in java.lang.RuntimePermission warning

2016-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59247 --- Comment #13 from Remy Maucherat --- (In reply to Konstantin Kolinko from comment #11) Can you demonstrate that no actual webapps besides the example could be affected by the issue ? This would effectively make the

[Bug 59247] Using the IBM JDK with the security manager results in java.lang.RuntimePermission warning

2016-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59247 --- Comment #12 from Coty Sutherland --- That makes perfect sense to me. You already have to do some configuration things to use the security manager, so adding it as a comment in the policy (like the ones for the manager

[Bug 59247] Using the IBM JDK with the security manager results in java.lang.RuntimePermission warning

2016-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59247 --- Comment #11 from Konstantin Kolinko --- (In reply to Coty Sutherland from comment #7) > Created attachment 33713 [details] > patch proposal to resolve the tomcat6 denial > > And here is a patch that seemingly

Re: Time for Tomcat 7.0.69

2016-04-06 Thread Coty Sutherland
> BTW, there is no report that the issue affects Tomcat 7 at all (the > user reported the issue for Tomcat 8 and 9). They are affected; I added a comment in the bug summarizing my findings regarding all four tomcat versions. Sorry I didn't do that initially. On Wed, Apr 6, 2016 at 7:21 AM, Rémy

[Bug 59247] Using the IBM JDK with the security manager results in java.lang.RuntimePermission warning

2016-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59247 --- Comment #10 from Coty Sutherland --- It looks like I should also note that this issue does affect tomcat6, tomcat7, and tomcat8 on IBM Java 7 and IBM Java 8. There are multiple warnings in tomcat6 (the

[Bug 59280] Update the NSIS Installer to version 2.51

2016-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59280 Konstantin Kolinko changed: What|Removed |Added Resolution|--- |FIXED

svn commit: r1737970 - in /tomcat/tc6.0.x/trunk: ./ build.properties.default webapps/docs/changelog.xml

2016-04-06 Thread kkolinko
Author: kkolinko Date: Wed Apr 6 11:47:41 2016 New Revision: 1737970 URL: http://svn.apache.org/viewvc?rev=1737970=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59280 Update to NSIS 2.51 Modified: tomcat/tc6.0.x/trunk/ (props changed)

svn commit: r1737968 - in /tomcat/tc7.0.x/trunk: ./ build.properties.default webapps/docs/changelog.xml

2016-04-06 Thread kkolinko
Author: kkolinko Date: Wed Apr 6 11:46:22 2016 New Revision: 1737968 URL: http://svn.apache.org/viewvc?rev=1737968=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59280 Update to NSIS 2.51 Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1737967 - in /tomcat/tc8.0.x/trunk: ./ build.properties.default webapps/docs/changelog.xml

2016-04-06 Thread kkolinko
Author: kkolinko Date: Wed Apr 6 11:44:07 2016 New Revision: 1737967 URL: http://svn.apache.org/viewvc?rev=1737967=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59280 Update to NSIS 2.51 Modified: tomcat/tc8.0.x/trunk/ (props changed)

svn commit: r1737966 - in /tomcat/tc8.5.x/trunk: ./ build.properties.default webapps/docs/changelog.xml

2016-04-06 Thread kkolinko
Author: kkolinko Date: Wed Apr 6 11:29:47 2016 New Revision: 1737966 URL: http://svn.apache.org/viewvc?rev=1737966=rev Log: Update to NSIS 2.51 Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/build.properties.default

svn commit: r1737965 - /tomcat/trunk/webapps/docs/changelog.xml

2016-04-06 Thread kkolinko
Author: kkolinko Date: Wed Apr 6 11:28:24 2016 New Revision: 1737965 URL: http://svn.apache.org/viewvc?rev=1737965=rev Log: Add issue number to changelog. Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL:

[Bug 59280] New: Update the NSIS Installer to version 2.51

2016-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59280 Bug ID: 59280 Summary: Update the NSIS Installer to version 2.51 Product: Tomcat 9 Version: 9.0.0.M4 Hardware: PC OS: Windows XP Status: NEW Severity:

Re: Time for Tomcat 7.0.69

2016-04-06 Thread Rémy Maucherat
2016-04-06 5:48 GMT-05:00 Konstantin Kolinko : > 2. The catalina.policy change for BZ 59247 has to be reverted and > alternative fix to be applied. > > https://bz.apache.org/bugzilla/show_bug.cgi?id=59247#c8 > > Your -1 hasn't been seconded and doesn't seem to have

svn commit: r1737964 - in /tomcat/tc6.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/logging.xml

2016-04-06 Thread violetagg
Author: violetagg Date: Wed Apr 6 11:02:48 2016 New Revision: 1737964 URL: http://svn.apache.org/viewvc?rev=1737964=rev Log: Merged revision 1737959 from tomcat/trunk: Clarify in the documentation that calls to ServletContext.log(String, Throwable) or GenericServlet.log(String, Throwable) are

Re: Time for Tomcat 7.0.69

2016-04-06 Thread Konstantin Kolinko
2016-04-06 11:09 GMT+03:00 Violeta Georgieva : > Hi, > > I'm going to start the preparation for Tomcat 7.0.69. > > If you need something in addition to this release please reply here. For me two pending issues are 1. Update to NSIS 2.51. I'll do this shortly. 2. The

svn commit: r1737962 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/logging.xml

2016-04-06 Thread violetagg
Author: violetagg Date: Wed Apr 6 10:40:30 2016 New Revision: 1737962 URL: http://svn.apache.org/viewvc?rev=1737962=rev Log: Merged revision 1737959 from tomcat/trunk: Clarify in the documentation that calls to ServletContext.log(String, Throwable) or GenericServlet.log(String, Throwable) are

svn commit: r1737961 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/logging.xml

2016-04-06 Thread violetagg
Author: violetagg Date: Wed Apr 6 10:38:42 2016 New Revision: 1737961 URL: http://svn.apache.org/viewvc?rev=1737961=rev Log: Merged revision 1737959 from tomcat/trunk: Clarify in the documentation that calls to ServletContext.log(String, Throwable) or GenericServlet.log(String, Throwable) are

svn commit: r1737960 - in /tomcat/tc8.5.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/logging.xml

2016-04-06 Thread violetagg
Author: violetagg Date: Wed Apr 6 10:37:00 2016 New Revision: 1737960 URL: http://svn.apache.org/viewvc?rev=1737960=rev Log: Merged revision 1737959 from tomcat/trunk: Clarify in the documentation that calls to ServletContext.log(String, Throwable) or GenericServlet.log(String, Throwable) are

svn commit: r1737959 - in /tomcat/trunk/webapps/docs: changelog.xml logging.xml

2016-04-06 Thread violetagg
Author: violetagg Date: Wed Apr 6 10:34:38 2016 New Revision: 1737959 URL: http://svn.apache.org/viewvc?rev=1737959=rev Log: Clarify in the documentation that calls to ServletContext.log(String, Throwable) or GenericServlet.log(String, Throwable) are logged at the SEVERE level. Issue reported

[Bug 59270] Regression with Spring with AspectJ Load-Time Weaving

2016-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59270 Andrei Ivanov changed: What|Removed |Added Status|NEEDINFO|NEW ---

svn commit: r1737945 - in /tomcat/tc8.0.x/trunk: java/org/apache/catalina/storeconfig/server-registry.xml webapps/docs/changelog.xml

2016-04-06 Thread kfujino
Author: kfujino Date: Wed Apr 6 08:50:18 2016 New Revision: 1737945 URL: http://svn.apache.org/viewvc?rev=1737945=rev Log: Fix handling of Cluster Receiver in StoreConfig. The bind and host attributes define as TransientAttribute. Modified:

svn commit: r1737943 - in /tomcat/tc8.5.x/trunk: java/org/apache/catalina/storeconfig/server-registry.xml webapps/docs/changelog.xml

2016-04-06 Thread kfujino
Author: kfujino Date: Wed Apr 6 08:49:27 2016 New Revision: 1737943 URL: http://svn.apache.org/viewvc?rev=1737943=rev Log: Fix handling of Cluster Receiver in StoreConfig. The bind and host attributes define as TransientAttribute. Modified:

svn commit: r1737942 - in /tomcat/trunk: java/org/apache/catalina/storeconfig/server-registry.xml webapps/docs/changelog.xml

2016-04-06 Thread kfujino
Author: kfujino Date: Wed Apr 6 08:48:28 2016 New Revision: 1737942 URL: http://svn.apache.org/viewvc?rev=1737942=rev Log: Fix handling of Cluster Receiver in StoreConfig. The bind and host attributes define as TransientAttribute. Modified:

svn commit: r1737941 [1/3] - in /tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache: coyote/http11/ naming/resources/ tomcat/jni/ tomcat/util/http/ tomcat/util/log/

2016-04-06 Thread kkolinko
Author: kkolinko Date: Wed Apr 6 08:42:36 2016 New Revision: 1737941 URL: http://svn.apache.org/viewvc?rev=1737941=rev Log: Add Tomcat 6.0.45 javadoc files, that were missed in r1729834 Added: tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/coyote/http11/AbstractInputBuffer.html

svn commit: r1737941 [2/3] - in /tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache: coyote/http11/ naming/resources/ tomcat/jni/ tomcat/util/http/ tomcat/util/log/

2016-04-06 Thread kkolinko
Added: tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/Buffer.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/Buffer.html?rev=1737941=auto == ---

svn commit: r1737941 [3/3] - in /tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache: coyote/http11/ naming/resources/ tomcat/jni/ tomcat/util/http/ tomcat/util/log/

2016-04-06 Thread kkolinko
Propchange: tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/log/UserDataHelper.html -- svn:eol-style = native Propchange:

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

2016-04-06 Thread Bill Barker
-commons/daemon/dist/commons-daemon-20160406.jar -Dtomcat-dbcp-src.jar=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps/tomcat-dbcp-src.jar -Dtomcat-dbcp.home=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps -Dtest.excludePerformance=true -Dhamcrest.jar=/srv/gump/packages/hamcrest/hamcrest

svn commit: r1737939 - in /tomcat/tc8.5.x/trunk: java/org/apache/catalina/storeconfig/server-registry.xml webapps/docs/changelog.xml

2016-04-06 Thread kfujino
Author: kfujino Date: Wed Apr 6 08:18:57 2016 New Revision: 1737939 URL: http://svn.apache.org/viewvc?rev=1737939=rev Log: Remove unused distributable attribute that is defined as TransientAttribute of Manager in StoreConfig. Modified:

svn commit: r1737938 - in /tomcat/trunk: java/org/apache/catalina/storeconfig/server-registry.xml webapps/docs/changelog.xml

2016-04-06 Thread kfujino
Author: kfujino Date: Wed Apr 6 08:17:28 2016 New Revision: 1737938 URL: http://svn.apache.org/viewvc?rev=1737938=rev Log: Remove unused distributable attribute that is defined as TransientAttribute of Manager in StoreConfig. Modified:

Time for Tomcat 7.0.69

2016-04-06 Thread Violeta Georgieva
Hi, I'm going to start the preparation for Tomcat 7.0.69. If you need something in addition to this release please reply here. Regards, Violeta

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

2016-04-06 Thread Bill Barker
/workspace/apache-commons/daemon/dist/bin/commons-daemon-20160406-native-src.tar.gz -Dexamples.sources.skip=true -Dbase.path=/srv/gump/public/workspace/tomcat-trunk/tomcat-build-libs -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.apr.loc=/srv/gump/public/workspace