Re: Context switch integration

2014-01-23 Thread Mark Thomas
On 22/01/2014 22:03, Rémy Maucherat wrote: 2014/1/22 Mark Thomas ma...@apache.org I'll see what folks think of the patch so far and maybe explore the entry/exit option as well. The first patch however looks more complicated than the dumb way IMO. The variation of the code that needs to be

Re: Context switch integration

2014-01-23 Thread Mark Thomas
On 23/01/2014 09:00, Mark Thomas wrote: On 22/01/2014 22:03, Rémy Maucherat wrote: 2014/1/22 Mark Thomas ma...@apache.org I'll see what folks think of the patch so far and maybe explore the entry/exit option as well. The first patch however looks more complicated than the dumb way IMO.

svn commit: r1560645 - /tomcat/trunk/java/org/apache/catalina/ha/session/DeltaManager.java

2014-01-23 Thread markt
Author: markt Date: Thu Jan 23 11:42:10 2014 New Revision: 1560645 URL: http://svn.apache.org/r1560645 Log: Remove unused code Modified: tomcat/trunk/java/org/apache/catalina/ha/session/DeltaManager.java Modified: tomcat/trunk/java/org/apache/catalina/ha/session/DeltaManager.java URL:

svn commit: r1560646 - /tomcat/trunk/java/org/apache/catalina/ha/session/DeltaManager.java

2014-01-23 Thread markt
Author: markt Date: Thu Jan 23 11:46:30 2014 New Revision: 1560646 URL: http://svn.apache.org/r1560646 Log: Use try with resoucres Modified: tomcat/trunk/java/org/apache/catalina/ha/session/DeltaManager.java Modified: tomcat/trunk/java/org/apache/catalina/ha/session/DeltaManager.java URL:

svn commit: r1560651 - /tomcat/trunk/java/org/apache/catalina/ha/session/ClusterManagerBase.java

2014-01-23 Thread markt
Author: markt Date: Thu Jan 23 12:13:48 2014 New Revision: 1560651 URL: http://svn.apache.org/r1560651 Log: Clean-up - Container will always be a Context - only need one call to Thread.currentThread().getContextClassLoader() - Fix logic hole if loader.getClassLoader() returns null -

svn commit: r1560652 - /tomcat/trunk/java/org/apache/catalina/ha/session/DeltaSession.java

2014-01-23 Thread markt
Author: markt Date: Thu Jan 23 12:14:24 2014 New Revision: 1560652 URL: http://svn.apache.org/r1560652 Log: Code clean-up - BackupManager is an instance of ClusterManagerBase - StandardManager is an instance of ManagerBase Modified:

svn commit: r1560653 - in /tomcat/trunk: java/org/apache/catalina/Context.java java/org/apache/catalina/core/StandardContext.java java/org/apache/catalina/startup/FailedContext.java test/org/apache/ca

2014-01-23 Thread markt
Author: markt Date: Thu Jan 23 12:15:19 2014 New Revision: 1560653 URL: http://svn.apache.org/r1560653 Log: Add bind()/unbind() to Context Modified: tomcat/trunk/java/org/apache/catalina/Context.java tomcat/trunk/java/org/apache/catalina/core/StandardContext.java

svn commit: r1560654 - in /tomcat/trunk/java/org/apache/catalina: core/AsyncContextImpl.java security/SecurityClassLoad.java

2014-01-23 Thread markt
Author: markt Date: Thu Jan 23 12:15:56 2014 New Revision: 1560654 URL: http://svn.apache.org/r1560654 Log: Migrate AsyncContext to use Context bind()/unbind() Modified: tomcat/trunk/java/org/apache/catalina/core/AsyncContextImpl.java

svn commit: r1560656 - /tomcat/trunk/java/org/apache/catalina/core/StandardHostValve.java

2014-01-23 Thread markt
Author: markt Date: Thu Jan 23 12:17:00 2014 New Revision: 1560656 URL: http://svn.apache.org/r1560656 Log: Migrate StandardHostValve to use Context bind/unbind Modified: tomcat/trunk/java/org/apache/catalina/core/StandardHostValve.java Modified:

svn commit: r1560655 - /tomcat/trunk/java/org/apache/catalina/core/LocalStrings.properties

2014-01-23 Thread markt
Author: markt Date: Thu Jan 23 12:16:28 2014 New Revision: 1560655 URL: http://svn.apache.org/r1560655 Log: Add new message Modified: tomcat/trunk/java/org/apache/catalina/core/LocalStrings.properties Modified: tomcat/trunk/java/org/apache/catalina/core/LocalStrings.properties URL:

svn commit: r1560659 - in /tomcat/trunk/java/org/apache/catalina: connector/CoyoteAdapter.java core/ApplicationDispatcher.java core/ContainerBase.java core/StandardWrapper.java

2014-01-23 Thread markt
Author: markt Date: Thu Jan 23 12:17:41 2014 New Revision: 1560659 URL: http://svn.apache.org/r1560659 Log: More migrations to Context bind()/unbind() Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java

svn commit: r1560660 - /tomcat/trunk/java/org/apache/catalina/session/StandardSession.java

2014-01-23 Thread markt
Author: markt Date: Thu Jan 23 12:18:14 2014 New Revision: 1560660 URL: http://svn.apache.org/r1560660 Log: Migrate to Context bind()/unbind() Modified: tomcat/trunk/java/org/apache/catalina/session/StandardSession.java Modified:

Re: Context switch integration

2014-01-23 Thread Rémy Maucherat
2014/1/23 Mark Thomas ma...@apache.org http://people.apache.org/~markt/dev/2014-01-23-tccl-tc8-v2.patch It was easier to write, removes more code and the result is easier to read. Unless there are objections I plan to commit this along with some additional work to migrate other code that is

Re: Context switch integration

2014-01-23 Thread Mark Thomas
On 23/01/2014 12:22, Rémy Maucherat wrote: 2014/1/23 Mark Thomas ma...@apache.org http://people.apache.org/~markt/dev/2014-01-23-tccl-tc8-v2.patch It was easier to write, removes more code and the result is easier to read. Unless there are objections I plan to commit this along with some

Apache Tomcat Summit at ApacheCon NA 2014

2014-01-23 Thread Mark Thomas
ApacheCon NA will be in Denver 7th to 11th April. The schedule for ApacheCon NA 2014 has been firmed up. There is an opportunity for a project summit on either the Thursday or the Friday. Since the BarCamp has been scheduled for the Thursday the Friday seems like the better option. We have

svn commit: r1560702 - in /tomcat/trunk/java/org/apache/tomcat/websocket: WsRemoteEndpointImplBase.java WsSession.java pojo/PojoEndpointBase.java

2014-01-23 Thread remm
Author: remm Date: Thu Jan 23 14:42:21 2014 New Revision: 1560702 URL: http://svn.apache.org/r1560702 Log: - Call onClose before actually closing anything (sending a close message closes the endpoint). - If onClose throws an exception, call onError. - After using a blocking send, clear the

Re: svn commit: r1560702 - in /tomcat/trunk/java/org/apache/tomcat/websocket: WsRemoteEndpointImplBase.java WsSession.java pojo/PojoEndpointBase.java

2014-01-23 Thread Mark Thomas
On 23/01/2014 14:42, r...@apache.org wrote: Author: remm Date: Thu Jan 23 14:42:21 2014 New Revision: 1560702 URL: http://svn.apache.org/r1560702 Log: - Call onClose before actually closing anything (sending a close message closes the endpoint). -1 (veto) for a specification violation

svn commit: r1560704 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsSession.java

2014-01-23 Thread remm
Author: remm Date: Thu Jan 23 14:59:45 2014 New Revision: 1560704 URL: http://svn.apache.org/r1560704 Log: Revert: Call onClose before actually closing anything (sending a close message closes the endpoint). Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsSession.java Modified:

Re: svn commit: r1560702 - in /tomcat/trunk/java/org/apache/tomcat/websocket: WsRemoteEndpointImplBase.java WsSession.java pojo/PojoEndpointBase.java

2014-01-23 Thread Rémy Maucherat
2014/1/23 Mark Thomas ma...@apache.org - Call onClose before actually closing anything (sending a close message closes the endpoint). -1 (veto) for a specification violation Section 2.1.5 requires that: the implementation must attempt to send the websocket close frame prior to calling

Re: svn commit: r1560702 - in /tomcat/trunk/java/org/apache/tomcat/websocket: WsRemoteEndpointImplBase.java WsSession.java pojo/PojoEndpointBase.java

2014-01-23 Thread Mark Thomas
On 23/01/2014 15:01, Rémy Maucherat wrote: 2014/1/23 Mark Thomas ma...@apache.org - Call onClose before actually closing anything (sending a close message closes the endpoint). -1 (veto) for a specification violation Section 2.1.5 requires that: the implementation must attempt to send

buildbot failure in ASF Buildbot on tomcat-trunk

2014-01-23 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/5430 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

[Bug 56056] New: Tomcat fail to redeploy application, when webapps is on NFS file system

2014-01-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56056 Bug ID: 56056 Summary: Tomcat fail to redeploy application, when webapps is on NFS file system Product: Tomcat 7 Version: 7.0.42 Hardware: All OS:

Re: svn commit: r1560702 - in /tomcat/trunk/java/org/apache/tomcat/websocket: WsRemoteEndpointImplBase.java WsSession.java pojo/PojoEndpointBase.java

2014-01-23 Thread Rémy Maucherat
2014/1/23 Mark Thomas ma...@apache.org I'd need to go back and check the archives but the I think the expectation from the EG was that onClose() would be used to clean up resources rather than anything else. It is always possible that I have misunderstood the intention of the spec here but

svn commit: r1560717 - /tomcat/trunk/java/org/apache/catalina/security/SecurityClassLoad.java

2014-01-23 Thread markt
Author: markt Date: Thu Jan 23 15:59:48 2014 New Revision: 1560717 URL: http://svn.apache.org/r1560717 Log: No need to load classes that have been deleted. Modified: tomcat/trunk/java/org/apache/catalina/security/SecurityClassLoad.java Modified:

Tomcat 6 status file needs one more vote

2014-01-23 Thread Mark Thomas
Folks, I'd really like to tag 6.0.x today or tomorrow. The remaining issue in the status file needs one more vote. If any committer has the time to review that patch and vote that would be great. Thanks, Mark - To unsubscribe,

svn commit: r1560764 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/tomcat/util/net/NioEndpoint.java webapps/docs/changelog.xml

2014-01-23 Thread markt
Author: markt Date: Thu Jan 23 17:33:42 2014 New Revision: 1560764 URL: http://svn.apache.org/r1560764 Log: Make the HTTP NIO connector tolerant of whitespace in the individual alues used for the ciphers attribute. Modified: tomcat/tc6.0.x/trunk/STATUS.txt

svn commit: r1560769 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-01-23 Thread remm
Author: remm Date: Thu Jan 23 17:53:11 2014 New Revision: 1560769 URL: http://svn.apache.org/r1560769 Log: Vote. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

buildbot success in ASF Buildbot on tomcat-trunk

2014-01-23 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/5432 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

[Bug 56045] Cannot start embedded container without Jasper

2014-01-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56045 --- Comment #1 from Konstantin Kolinko knst.koli...@gmail.com --- You do not need Jasper, but you need the JSP APIs - the jsp-api.jar file. 1. The common XML Schema for the Servlet 3.0 deployment descriptor does depend on the XML Schema

svn commit: r1560784 - /tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java

2014-01-23 Thread markt
Author: markt Date: Thu Jan 23 18:59:51 2014 New Revision: 1560784 URL: http://svn.apache.org/r1560784 Log: Remove unused code Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java URL:

svn commit: r1560785 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/net/AbstractEndpoint.java

2014-01-23 Thread markt
Author: markt Date: Thu Jan 23 19:01:26 2014 New Revision: 1560785 URL: http://svn.apache.org/r1560785 Log: Remove unused code Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java Propchange: tomcat/tc7.0.x/trunk/

Re: Tomcat 6 status file needs one more vote

2014-01-23 Thread Konstantin Kolinko
2014/1/23 Mark Thomas ma...@apache.org: Folks, I'd really like to tag 6.0.x today or tomorrow. The remaining issue in the status file needs one more vote. If any committer has the time to review that patch and vote that would be great. Regarding NPEs in forId(). (An example:

[Bug 56056] Tomcat fail to redeploy application, when webapps is on NFS file system

2014-01-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56056 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 56045] Cannot start embedded container without Jasper

2014-01-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56045 --- Comment #2 from Dave Syer david_s...@hotmail.com --- Good to know that jasper is a sufficient but not necessary dependency, but that doesn't really help if you don't want anything to do with JSPs. I did raise this issue specifically

svn commit: r1560810 - /tomcat/trunk/java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java

2014-01-23 Thread markt
Author: markt Date: Thu Jan 23 21:22:48 2014 New Revision: 1560810 URL: http://svn.apache.org/r1560810 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56039 Enable JmxRemoteLifecycleListener to work with SSL. Patch by esengstrom. Modified:

svn commit: r1560812 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java webapps/docs/changelog.xml

2014-01-23 Thread markt
Author: markt Date: Thu Jan 23 21:25:27 2014 New Revision: 1560812 URL: http://svn.apache.org/r1560812 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56039 Enable JmxRemoteLifecycleListener to work with SSL. Patch by esengstrom. Modified: tomcat/tc7.0.x/trunk/ (props changed)

[Bug 56039] JmxRemoteLifecycleListener does not work with SSL

2014-01-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56039 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1560817 - /tomcat/trunk/java/org/apache/tomcat/websocket/pojo/PojoMessageHandlerBase.java

2014-01-23 Thread remm
Author: remm Date: Thu Jan 23 21:37:42 2014 New Revision: 1560817 URL: http://svn.apache.org/r1560817 Log: Fix some arcane introspection errors. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/pojo/PojoMessageHandlerBase.java Modified:

Re: svn commit: r1560817 - /tomcat/trunk/java/org/apache/tomcat/websocket/pojo/PojoMessageHandlerBase.java

2014-01-23 Thread Mark Thomas
On 23/01/2014 21:37, r...@apache.org wrote: Author: remm Date: Thu Jan 23 21:37:42 2014 New Revision: 1560817 URL: http://svn.apache.org/r1560817 Log: Fix some arcane introspection errors. Could you explain what problem this is trying to fix. The method passed in to this constructor is

svn commit: r1560823 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-01-23 Thread markt
Author: markt Date: Thu Jan 23 21:51:15 2014 New Revision: 1560823 URL: http://svn.apache.org/r1560823 Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

Re: Tomcat 6 status file needs one more vote

2014-01-23 Thread Mark Thomas
On 23/01/2014 19:05, Konstantin Kolinko wrote: I think the following need a fix before tagging: 1. I think the Maven POM file for the jar that contains org.apache.tomcat.util.descriptor.DigesterFactory (coyote.jar in TC6 maven libs, tomcat-util.jar in Tomcat 7) needs dependency on jsp-api

[Bug 56029] Ternary operator doesn't work as expected inside attributes in jspx pages

2014-01-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56029 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1560824 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/jasper/compiler/ELNode.java java/org/apache/jasper/compiler/ELParser.java test/org/apache/jasper/compiler/TestELParser.java

2014-01-23 Thread markt
Author: markt Date: Thu Jan 23 21:52:38 2014 New Revision: 1560824 URL: http://svn.apache.org/r1560824 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56029 Regression in fix for BZ55198 broke parsing of some ternary expressions Align tc6 implementation with that of trunk (diff to

svn commit: r1560829 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-01-23 Thread kkolinko
Author: kkolinko Date: Thu Jan 23 22:26:02 2014 New Revision: 1560829 URL: http://svn.apache.org/r1560829 Log: vote and proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

svn commit: r1560828 - /tomcat/tc6.0.x/trunk/BUILDING.txt

2014-01-23 Thread kkolinko
Author: kkolinko Date: Thu Jan 23 22:21:51 2014 New Revision: 1560828 URL: http://svn.apache.org/r1560828 Log: CTR: docs Correction: The release target in dist.xml of Tomcat 6 does not run the tests. Modified: tomcat/tc6.0.x/trunk/BUILDING.txt Modified: tomcat/tc6.0.x/trunk/BUILDING.txt

svn commit: r1560838 - in /tomcat/trunk: java/org/apache/catalina/valves/ErrorReportValve.java test/org/apache/catalina/valves/TestErrorReportValve.java

2014-01-23 Thread markt
Author: markt Date: Thu Jan 23 22:43:27 2014 New Revision: 1560838 URL: http://svn.apache.org/r1560838 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56042 If a request in async mode has an error but has already been dispatched don't generate an error page in the ErrorReportValve so

svn commit: r1560839 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/valves/ErrorReportValve.java test/org/apache/catalina/valves/TestErrorReportValve.java webapps/docs/changelog.xml

2014-01-23 Thread markt
Author: markt Date: Thu Jan 23 22:45:19 2014 New Revision: 1560839 URL: http://svn.apache.org/r1560839 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56042 If a request in async mode has an error but has already been dispatched don't generate an error page in the ErrorReportValve so

[Bug 56042] java.lang.IllegalStateException: Calling [asyncComplete()] is not valid for a request with Async state [MUST_DISPATCH]

2014-01-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56042 --- Comment #2 from Mark Thomas ma...@apache.org --- Fixed in 8.0.x for 8.0.0 and 7.0.x for 7.0.51. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 56042] java.lang.IllegalStateException: Calling [asyncComplete()] is not valid for a request with Async state [MUST_DISPATCH]

2014-01-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56042 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 56058] New: AccessLogValve Local IP/port inconsistent

2014-01-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56058 Bug ID: 56058 Summary: AccessLogValve Local IP/port inconsistent Product: Tomcat 6 Version: unspecified Hardware: PC OS: Linux Status: NEW

svn commit: r1560850 - in /tomcat/trunk: build.xml res/maven/tomcat-embed-el.pom res/maven/tomcat-embed-jasper.pom res/maven/tomcat-embed-websocket.pom

2014-01-23 Thread markt
Author: markt Date: Thu Jan 23 23:26:44 2014 New Revision: 1560850 URL: http://svn.apache.org/r1560850 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56044 Separate out the EL and WebSocket implementations into separate JARs for embedded. Added:

svn commit: r1560852 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-01-23 Thread markt
Author: markt Date: Thu Jan 23 23:36:14 2014 New Revision: 1560852 URL: http://svn.apache.org/r1560852 Log: Vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

[Bug 56044] Extract EL implementation from embedded Jasper into a separate JAR

2014-01-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56044 --- Comment #1 from Mark Thomas ma...@apache.org --- I think I have fixed in this in 8.0.x. I have deployed a new 8.0.0 snapshot. If you could test that and confirm that the issue is fixed that would be great. -- You are receiving this

buildbot failure in ASF Buildbot on tomcat-trunk

2014-01-23 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/5434 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

svn commit: r1560855 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-01-23 Thread kkolinko
Author: kkolinko Date: Thu Jan 23 23:46:56 2014 New Revision: 1560855 URL: http://svn.apache.org/r1560855 Log: proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

svn commit: r1560856 - /tomcat/trunk/webapps/ROOT/index.jsp

2014-01-23 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 00:23:47 2014 New Revision: 1560856 URL: http://svn.apache.org/r1560856 Log: Replace mailing lists links so that they point to the Mailng List page on the site, so that people have a chance to read instructions there Modified:

svn commit: r1560857 - in /tomcat/tc7.0.x/trunk: ./ webapps/ROOT/index.jsp webapps/docs/changelog.xml

2014-01-23 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 00:33:12 2014 New Revision: 1560857 URL: http://svn.apache.org/r1560857 Log: Merged r1560856 from tomcat/trunk: Replace mailing lists links so that they point to the Mailing List page on the site, so that people have a chance to read instructions there

svn commit: r1560858 - in /tomcat/tc7.0.x/trunk: ./ webapps/ROOT/index.jsp

2014-01-23 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 00:47:01 2014 New Revision: 1560858 URL: http://svn.apache.org/r1560858 Log: Align EL variables names with trunk s/tomcat7/tomcat/ This is merge of r1520273 minus s/7/8/ change. Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1560861 - in /tomcat/tc6.0.x/trunk/webapps/ROOT: index.html index.jsp

2014-01-23 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 00:56:49 2014 New Revision: 1560861 URL: http://svn.apache.org/r1560861 Log: CTR: whitespaces (and duplicate nbsp whitespace) and comment removal, to align index.jsp and index.html pages. Modified: tomcat/tc6.0.x/trunk/webapps/ROOT/index.html

[Bug 56056] Tomcat fail to redeploy application, when webapps is on NFS file system

2014-01-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56056 --- Comment #2 from Yair Lenga yair.le...@citi.com --- Mark, Thank for your feedback. I do not believe that the suggested alternatives address the problem with NFS removals. The issue is not a tomcat problem problem, it is just the way Nfs

svn commit: r1560865 - in /tomcat/tc6.0.x/trunk/webapps/ROOT: index.html index.jsp

2014-01-23 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 01:05:58 2014 New Revision: 1560865 URL: http://svn.apache.org/r1560865 Log: CTR: tabs - spaces Modified: tomcat/tc6.0.x/trunk/webapps/ROOT/index.html tomcat/tc6.0.x/trunk/webapps/ROOT/index.jsp Modified: tomcat/tc6.0.x/trunk/webapps/ROOT/index.html

[Bug 56056] Tomcat fail to redeploy application, when webapps is on NFS file system

2014-01-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56056 --- Comment #3 from Konstantin Kolinko knst.koli...@gmail.com --- (In reply to Yair Lenga from comment #0) This is usually result of some process the file open (can be a thread in the application, leaked resources, or a user on any

buildbot success in ASF Buildbot on tomcat-trunk

2014-01-23 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/5435 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

svn commit: r1560878 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-01-23 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 01:42:04 2014 New Revision: 1560878 URL: http://svn.apache.org/r1560878 Log: proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

About Cobertura error on parsing ServiceProxy.java

2014-01-23 Thread Konstantin Kolinko
Hi! If you run tests with Cobertura 2.0.3 being enabled, it prints a warning that it cannot parse the source code of ServiceProxy class: It can be seen in Buildbot logs. [cobertura-report] WARN getAccumlatedCCNForSource, JavaNCSS got an error while parsing the java file

svn commit: r1560893 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-01-23 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 02:45:17 2014 New Revision: 1560893 URL: http://svn.apache.org/r1560893 Log: proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

svn commit: r1560896 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/authenticator/FormAuthenticator.java

2014-01-23 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 03:25:48 2014 New Revision: 1560896 URL: http://svn.apache.org/r1560896 Log: CTR: javadoc fixes Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/authenticator/FormAuthenticator.java Modified:

buildbot failure in ASF Buildbot on tomcat-trunk

2014-01-23 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/5436 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

svn commit: r1560897 - in /tomcat/tc6.0.x/trunk/java/org/apache: catalina/connector/ catalina/core/ catalina/realm/ catalina/startup/ catalina/tribes/ catalina/users/ tomcat/jni/

2014-01-23 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 03:55:17 2014 New Revision: 1560897 URL: http://svn.apache.org/r1560897 Log: CTR: javadoc fixes Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/connector/Request.java tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/StandardContext.java

svn commit: r1560898 - in /tomcat/tc6.0.x/trunk/java/org/apache/catalina: ha/session/DeltaRequest.java ha/tcp/ReplicationValve.java mbeans/JmxRemoteLifecycleListener.java realm/JNDIRealm.java

2014-01-23 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 04:13:02 2014 New Revision: 1560898 URL: http://svn.apache.org/r1560898 Log: CTR: javadoc fixes Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/session/DeltaRequest.java

[Bug 56050] NPE in WebappClassLoader.clearReferencesJdbc on shutdown

2014-01-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56050 Alex Panchenko alex.panche...@gmail.com changed: What|Removed |Added Status|NEEDINFO|RESOLVED

[Bug 56056] Tomcat fail to redeploy application, when webapps is on NFS file system

2014-01-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56056 --- Comment #4 from Mark Thomas ma...@apache.org --- I'll happily re-open this if you explain how parallel deployment doesn't solve this problem. If you use parallel deployment: - you can deploy a new version before deleting the old one -