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
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
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
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:
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
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
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
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
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:
>>
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=55618
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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
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
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
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
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
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
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
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
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
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:
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:
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
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
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
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
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
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
28 matches
Mail list logo