Re: 8.0.x / 7.0.x progress

2013-10-04 Thread Niki Dokovski
On Sat, Oct 5, 2013 at 2:18 AM, Konstantin Preißer wrote: > Hi Mark, > > > -Original Message- > > From: Mark Thomas [mailto:ma...@apache.org] > > Sent: Friday, October 4, 2013 11:58 PM > > To: Tomcat Developers List > > Subject: Re: 8.0.x / 7.0.x progress > > > > On 04/10/2013 22:49, Konst

RE: 8.0.x / 7.0.x progress

2013-10-04 Thread Konstantin Preißer
Hi Mark, > -Original Message- > From: Mark Thomas [mailto:ma...@apache.org] > Sent: Friday, October 4, 2013 11:58 PM > To: Tomcat Developers List > Subject: Re: 8.0.x / 7.0.x progress > > On 04/10/2013 22:49, Konstantin Preißer wrote: > > Hi Mark, > > > > while I was developing and experi

Re: 8.0.x / 7.0.x progress

2013-10-04 Thread Mark Thomas
On 04/10/2013 22:49, Konstantin Preißer wrote: > Hi Mark, > > while I was developing and experimenting with a WebSocket application (that I > think could be added to Tomcat 8's WebSocket examples), I think I found some > more possible issues with the Websocket handling. One of these can be seen

RE: 8.0.x / 7.0.x progress

2013-10-04 Thread Konstantin Preißer
Hi Mark, while I was developing and experimenting with a WebSocket application (that I think could be added to Tomcat 8's WebSocket examples), I think I found some more possible issues with the Websocket handling. One of these can be seen with the Snake example. A) For NIO and APR connector:

svn commit: r1529321 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/config/context.xml

2013-10-04 Thread markt
Author: markt Date: Fri Oct 4 21:48:16 2013 New Revision: 1529321 URL: http://svn.apache.org/r1529321 Log: Expand note in docs regarding use of sessionCookiePath="/". Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml tomcat/tc7.0.x/trun

svn commit: r1529317 - /tomcat/trunk/webapps/docs/config/context.xml

2013-10-04 Thread markt
Author: markt Date: Fri Oct 4 21:45:16 2013 New Revision: 1529317 URL: http://svn.apache.org/r1529317 Log: Expand note in docs regarding use of sessionCookiePath="/". Modified: tomcat/trunk/webapps/docs/config/context.xml Modified: tomcat/trunk/webapps/docs/config/context.xml URL: http://s

[Bug 55618] Listener in web.xml leads to duplicate Listener start in tomcat 8 RC3..?

2013-10-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55618 --- Comment #9 from Sebb --- (In reply to Mark Thomas from comment #7) > This is the change that caused this: > http://svn.apache.org/viewvc?view=revision&revision=1492307 > > Prior to this change, duplicate listeners with the same name we

[Bug 55618] Listener in web.xml leads to duplicate Listener start in tomcat 8 RC3..?

2013-10-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55618 --- Comment #8 from Christopher Schultz --- Then there's the fun case where your application behaves completely differently based upon which (maximum) version of the servlet spec your container supports. No annotation support? Then you need

Re: Recent tcnative null-dereference with 8.0.0-RC3 and 7.0.45 [tcnative-1.dll+0x7e23]

2013-10-04 Thread Christopher Schultz
Rainer, On 10/3/13 7:01 PM, Rainer Jung wrote: > On 04.10.2013 00:37, Christopher Schultz wrote: >> Rainer, >> >> On 10/3/13 5:40 PM, Rainer Jung wrote: >>> On 03.10.2013 21:52, Mark Thomas wrote: On 03/10/2013 17:34, Christopher Schultz wrote: > On 10/3/13 11:42 AM, Mark Thomas wrote: >>

Re: svn commit: r1529134 - in /tomcat/trunk: java/org/apache/catalina/core/ java/org/apache/coyote/ java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ test/org/apache/catalina/connector/

2013-10-04 Thread Mark Thomas
On 04/10/2013 12:44, ma...@apache.org wrote: > Author: markt > Date: Fri Oct 4 11:44:03 2013 > New Revision: 1529134 > > URL: http://svn.apache.org/r1529134 > Log: > Fix intermittent issue observed in unit test on CI system. > Container is responsible for first call on onWritePossible() / > onDa

[Bug 55618] Listener in web.xml leads to duplicate Listener start in tomcat 8 RC3..?

2013-10-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55618 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

buildbot success in ASF Buildbot on tomcat-trunk

2013-10-04 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/5054 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

buildbot success in ASF Buildbot on tomcat-7-trunk

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

svn commit: r1529184 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/AbstractHttp11Processor.java

2013-10-04 Thread markt
Author: markt Date: Fri Oct 4 15:21:14 2013 New Revision: 1529184 URL: http://svn.apache.org/r1529184 Log: Revert r1529150 as it triggers unit test failures. It needs more thought. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/coyote/http11/Abstr

[Bug 55618] Listener in web.xml leads to duplicate Listener start in tomcat 8 RC3..?

2013-10-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55618 Sander Sõnajalg changed: What|Removed |Added Summary|Possible class loading |Listener in web.xml leads

svn commit: r1529181 - /tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java

2013-10-04 Thread markt
Author: markt Date: Fri Oct 4 15:19:34 2013 New Revision: 1529181 URL: http://svn.apache.org/r1529181 Log: Revert r1529149 as it triggers unit test failures. It needs more thought. Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java Modified: tomcat/trunk/java

[Bug 55618] Possible class loading issue in tomcat 8 RC3..?

2013-10-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55618 --- Comment #6 from Sander Sõnajalg --- Hi, I'm now quite sure that it is the definition in web.xml. I'll do some more research.. it seems that tomcat 6.x/7.x detected the duplicate Listener instance and didn't execute it, while tomcat 8.x

svn commit: r1529165 - in /tomcat/trunk/java/org/apache/catalina/storeconfig: StandardContextSF.java server-registry.xml

2013-10-04 Thread remm
Author: remm Date: Fri Oct 4 14:11:05 2013 New Revision: 1529165 URL: http://svn.apache.org/r1529165 Log: - Must filter out that thread local listener on the context ... - Save the context configuration in configBase if no configFile exists (it's not possible to determine if there are relevant c

buildbot failure in ASF Buildbot on tomcat-trunk

2013-10-04 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/5052 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source St

buildbot failure in ASF Buildbot on tomcat-7-trunk

2013-10-04 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/1445 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Sourc

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

2013-10-04 Thread markt
Author: markt Date: Fri Oct 4 13:00:23 2013 New Revision: 1529150 URL: http://svn.apache.org/r1529150 Log: Re-check error state after service method regardless of keep-alive to ensure unused input is not swallowed on error. This allows the socket to be closed as quickly as possible. Modified:

svn commit: r1529149 - /tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java

2013-10-04 Thread markt
Author: markt Date: Fri Oct 4 12:55:32 2013 New Revision: 1529149 URL: http://svn.apache.org/r1529149 Log: Re-check error state after service method regardless of keep-alive to ensure unused input is not swallowed on error. This allows the socket to be closed as quickly as possible. Modified:

svn commit: r1529134 - in /tomcat/trunk: java/org/apache/catalina/core/ java/org/apache/coyote/ java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ test/org/apache/catalina/connector/

2013-10-04 Thread markt
Author: markt Date: Fri Oct 4 11:44:03 2013 New Revision: 1529134 URL: http://svn.apache.org/r1529134 Log: Fix intermittent issue observed in unit test on CI system. Container is responsible for first call on onWritePossible() / onDataAvailable() Modified: tomcat/trunk/java/org/apache/catali

svn commit: r1529133 - /tomcat/trunk/java/org/apache/coyote/AsyncStateMachine.java

2013-10-04 Thread markt
Author: markt Date: Fri Oct 4 11:26:55 2013 New Revision: 1529133 URL: http://svn.apache.org/r1529133 Log: Align implementation of state machine with documented transitions (allow dispatch() when in ASYNC_READ_WRITE_OP) Modified: tomcat/trunk/java/org/apache/coyote/AsyncStateMachine.java M

svn commit: r1529132 - in /tomcat/trunk/java/org/apache: coyote/ajp/ coyote/http11/ tomcat/util/net/

2013-10-04 Thread markt
Author: markt Date: Fri Oct 4 11:21:42 2013 New Revision: 1529132 URL: http://svn.apache.org/r1529132 Log: Add a dispatch parameter to the newly renamed processSocket() method and align BIO and APR with NIO that executes the SocketProcessor in-line if no Executor is available Modified: tom

svn commit: r1529130 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AprEndpoint.java JIoEndpoint.java

2013-10-04 Thread markt
Author: markt Date: Fri Oct 4 11:05:39 2013 New Revision: 1529130 URL: http://svn.apache.org/r1529130 Log: Remove syncs as SocketProcessor.run() provides the necessary syncs on the socket. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java tomcat/trunk/java/org/apac

svn commit: r1529129 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AprEndpoint.java JIoEndpoint.java NioEndpoint.java res/LocalStrings.properties

2013-10-04 Thread markt
Author: markt Date: Fri Oct 4 10:58:12 2013 New Revision: 1529129 URL: http://svn.apache.org/r1529129 Log: Fix a TODO - Handle RejectedExecutionException for BIO Add i18n support for the associated log message and align BIO, NIO & APR Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Ap

svn commit: r1529128 - in /tomcat/trunk/java/org/apache: coyote/ajp/ coyote/http11/ tomcat/util/net/

2013-10-04 Thread markt
Author: markt Date: Fri Oct 4 10:52:24 2013 New Revision: 1529128 URL: http://svn.apache.org/r1529128 Log: Rename method as it is used more widely than just async processing Modified: tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java tomcat/trunk/java/org/apache/coyote/ht