Mark,
On 1.10.2013 20:39, Mark Thomas wrote:
Pulling together information from multiple threads:
8.0.x trunk appears to be stable (i.e. no longer crashes) (...)
Tomcat 8.0.x trunk (r1528329) + tcnative built by Mladen works for me,
as well.
-Ognjen
On 02/10/2013 08:56, Ognjen Blagojevic wrote:
> Mark,
>
> On 1.10.2013 20:39, Mark Thomas wrote:
>> Pulling together information from multiple threads:
>>
>> 8.0.x trunk appears to be stable (i.e. no longer crashes) (...)
>
> Tomcat 8.0.x trunk (r1528329) + tcnative built by Mladen works for me,
On 01/10/2013 22:56, Konstantin Preißer wrote:
> Hi Mark,
>
>> -Original Message-
>> From: Mark Thomas [mailto:ma...@apache.org]
>> Sent: Tuesday, October 1, 2013 8:39 PM
>> To: Tomcat Developers List
>> Subject: 8.0.x / 7.0.x progress
>>
>> Pulling together information from multiple threa
Author: markt
Date: Wed Oct 2 08:37:51 2013
New Revision: 1528369
URL: http://svn.apache.org/r1528369
Log:
Handle error when user closes browser while playing snake game.
Modified:
tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/snake/SnakeAnnotation.java
Modified:
tomcat/trunk/we
Author: markt
Date: Wed Oct 2 08:40:39 2013
New Revision: 1528370
URL: http://svn.apache.org/r1528370
Log:
Handle error when user closes browser while playing snake game.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
tomcat/tc7.0.x
Author: markt
Date: Wed Oct 2 09:03:02 2013
New Revision: 1528383
URL: http://svn.apache.org/r1528383
Log:
Swallow exception when writing to a closed client
Modified:
tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/snake/SnakeTimer.java
Modified:
tomcat/trunk/webapps/examples/WEB-
Author: markt
Date: Wed Oct 2 09:03:49 2013
New Revision: 1528384
URL: http://svn.apache.org/r1528384
Log:
Swallow exception when writing to a closed client
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/classes/websocket/snake/SnakeTimer
Author: markt
Date: Wed Oct 2 10:11:00 2013
New Revision: 1528407
URL: http://svn.apache.org/r1528407
Log:
Move comments as they are being associated with the wrong values.
Modified:
tomcat/trunk/java/org/apache/tomcat/jni/Poll.java
Modified: tomcat/trunk/java/org/apache/tomcat/jni/Poll.jav
Author: markt
Date: Wed Oct 2 10:56:24 2013
New Revision: 1528424
URL: http://svn.apache.org/r1528424
Log:
IOExceptions need to trigger the closing of the WebSocket connection.
Modified:
tomcat/trunk/java/org/apache/coyote/http11/upgrade/AprServletInputStream.java
tomcat/trunk/java/org/
Author: markt
Revision: 1528424
Modified property: svn:log
Modified: svn:log at Wed Oct 2 10:58:12 2013
--
--- svn:log (original)
+++ svn:log Wed Oct 2 10:58:12 2013
@@ -1 +1,3 @@
IOExceptions need to trigger the closin
Author: markt
Date: Wed Oct 2 11:12:38 2013
New Revision: 1528427
URL: http://svn.apache.org/r1528427
Log:
Move comments as they are being associated with the wrong values.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/jni/Poll.java
tom
On 02/10/13 09:21, Mark Thomas wrote:
On 01/10/2013 22:56, Konstantin Preißer wrote:
Hi Mark,
-Original Message-
From: Mark Thomas [mailto:ma...@apache.org]
Sent: Tuesday, October 1, 2013 8:39 PM
To: Tomcat Developers List
Subject: 8.0.x / 7.0.x progress
Pulling together information f
On 02/10/2013 12:23, Brian Burch wrote:
> On 02/10/13 09:21, Mark Thomas wrote:
>> On 01/10/2013 22:56, Konstantin Preißer wrote:
>>> Hi Mark,
>>>
-Original Message-
From: Mark Thomas [mailto:ma...@apache.org]
Sent: Tuesday, October 1, 2013 8:39 PM
To: Tomcat Developers
Author: markt
Date: Wed Oct 2 11:28:06 2013
New Revision: 1528430
URL: http://svn.apache.org/r1528430
Log:
IOExceptions need to trigger the closing of the WebSocket connection.
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/server/WsHttpUpgradeHandler.java
Modified:
tomca
Author: markt
Date: Wed Oct 2 11:28:37 2013
New Revision: 1528431
URL: http://svn.apache.org/r1528431
Log:
Errors need to be propagated for upgraded connections
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java
Modified: tomcat/tc7.0.x/trunk/java/org/apache/to
Author: markt
Date: Wed Oct 2 11:29:16 2013
New Revision: 1528432
URL: http://svn.apache.org/r1528432
Log:
Handle Windows specific error code for connection abort
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/coyote/http11/upgrade/AprServletInput
On 02/10/13 12:27, Mark Thomas wrote:
On 02/10/2013 12:23, Brian Burch wrote:
On 02/10/13 09:21, Mark Thomas wrote:
On 01/10/2013 22:56, Konstantin Preißer wrote:
Hi Mark,
-Original Message-
From: Mark Thomas [mailto:ma...@apache.org]
Sent: Tuesday, October 1, 2013 8:39 PM
To: Tomcat
https://issues.apache.org/bugzilla/show_bug.cgi?id=55618
--- Comment #2 from Mark Thomas ---
I haven't looked at this yet but what are the chances that you are seeing a
double initialization because the library ships with an
ServletContainerInitializer that does one init and the web.xml has confi
On 02/10/2013 13:06, Brian Burch wrote:
> On 02/10/13 12:27, Mark Thomas wrote:
>> On 02/10/2013 12:23, Brian Burch wrote:
>>> On 02/10/13 09:21, Mark Thomas wrote:
On 01/10/2013 22:56, Konstantin Preißer wrote:
> Hi Mark,
>
>> -Original Message-
>> From: Mark Thomas [m
https://issues.apache.org/bugzilla/show_bug.cgi?id=55618
--- Comment #1 from Sander Sõnajalg ---
Created attachment 30900
--> https://issues.apache.org/bugzilla/attachment.cgi?id=30900&action=edit
maven seam2.2 test app that fails on request to "/" on tomcat 8 rc3
--
You are receiving this ma
https://issues.apache.org/bugzilla/show_bug.cgi?id=55618
Bug ID: 55618
Summary: Possible class loading issue in tomcat 8 RC3..?
Product: Tomcat 8
Version: 8.0.0-RC3
Hardware: PC
OS: Linux
Status: NEW
Sever
https://issues.apache.org/bugzilla/show_bug.cgi?id=55618
--- Comment #3 from Sander Sõnajalg ---
Hi,
Thanks for suggestion,
This is indeed possible, but would this also explain the different behavior on
Tomcat8-RC3 vs Tomcat 7.x? This same app is okay elsewhere.
Sander.
--
You are receiving th
https://issues.apache.org/bugzilla/show_bug.cgi?id=55618
--- Comment #4 from Mark Thomas ---
Tomcat 8 has refactored the SCI discovery process.
--
You are receiving this mail because:
You are the assignee for the bug.
-
To uns
https://issues.apache.org/bugzilla/show_bug.cgi?id=55618
--- Comment #5 from Sander Sõnajalg ---
Hi,
yeah that sounds like a possible explanation.. I'll look into this. Thanks!
--
You are receiving this mail because:
You are the assignee for the bug.
Author: jboynes
Date: Wed Oct 2 15:48:37 2013
New Revision: 1528526
URL: http://svn.apache.org/r1528526
Log:
Apply patch from Dan Armstrong for bug #55608 tag unnecessarily
buffers body content
This change prevents double buffering by returning EVAL_BODY_INCLUDE so the
content is written dire
https://issues.apache.org/bugzilla/show_bug.cgi?id=55608
Jeremy Boynes changed:
What|Removed |Added
Status|NEEDINFO|RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=55620
Rodney Beede changed:
What|Removed |Added
OS||All
CC|
https://issues.apache.org/bugzilla/show_bug.cgi?id=55620
Bug ID: 55620
Summary: When using startup.bat if apache-tomcat-7.0.xx is in
directory with "," (comma) or ";" (semi-colon) Tomcat
fails to start
Product: Tomcat 7
On 01/10/2013 19:39, Mark Thomas wrote:
> 8.0.x trunk appears to be stable (i.e. no longer crashes)
So far no-one has come forward with results to contradict this and folks
that reported issues with RC3 have not been able to repeat them.
The additional issues reported with the snake example have
> -Original Message-
> From: Mark Thomas [mailto:ma...@apache.org]
> Sent: Wednesday, October 02, 2013 1:28 PM
> To: Tomcat Developers List
> Subject: Re: 8.0.x / 7.0.x progress
>
> On 01/10/2013 19:39, Mark Thomas wrote:
> > 8.0.x trunk appears to be stable (i.e. no longer crashes)
>
>
On 02/10/2013 19:15, Bob DeRemer wrote:
>
>
>> -Original Message-
>> From: Mark Thomas [mailto:ma...@apache.org]
>> Sent: Wednesday, October 02, 2013 1:28 PM
>> To: Tomcat Developers List
>> Subject: Re: 8.0.x / 7.0.x progress
>>
>> On 01/10/2013 19:39, Mark Thomas wrote:
>>> 8.0.x trunk
Hi Mark,
> -Original Message-
> From: Mark Thomas [mailto:ma...@apache.org]
> Sent: Wednesday, October 2, 2013 7:28 PM
> To: Tomcat Developers List
> Subject: Re: 8.0.x / 7.0.x progress
>
> On 01/10/2013 19:39, Mark Thomas wrote:
> > 8.0.x trunk appears to be stable (i.e. no longer crashe
Author: kpreisser
Date: Wed Oct 2 19:54:33 2013
New Revision: 1528608
URL: http://svn.apache.org/r1528608
Log:
Fix broken link for "Tomcat Home" image.
Modified:
tomcat/site/trunk/docs/bugreport.html
tomcat/site/trunk/docs/ci.html
tomcat/site/trunk/docs/contact.html
tomcat/site/t
Author: kpreisser
Date: Wed Oct 2 20:10:23 2013
New Revision: 1528610
URL: http://svn.apache.org/r1528610
Log:
jdbc-pool.xml uses UTF-8 encoding.
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1528610&r1=152860
Author: kpreisser
Date: Wed Oct 2 20:20:52 2013
New Revision: 1528615
URL: http://svn.apache.org/r1528615
Log:
Fix what seemed to be a wrong usage of "project" variable.
This fixes viewing changelog.xml in IE and Firefox where previously things like
the LHS menu etc. were not visible (whereas th
Author: kpreisser
Date: Wed Oct 2 21:07:35 2013
New Revision: 1528625
URL: http://svn.apache.org/r1528625
Log:
Revert r1528615 - this broke the LHS menu for subfolders, sorry.
Modified:
tomcat/trunk/webapps/docs/tomcat-docs.xsl
Modified: tomcat/trunk/webapps/docs/tomcat-docs.xsl
URL:
http:
Author: kpreisser
Date: Wed Oct 2 21:24:33 2013
New Revision: 1528631
URL: http://svn.apache.org/r1528631
Log:
New try: Use the correct subdir for loading the project.xml into the $project
variable, and use $project variable instead of tree that is placed by
"&project;" entity.
Modified:
Hi,
> -Original Message-
> From: kpreis...@apache.org [mailto:kpreis...@apache.org]
> Sent: Wednesday, October 2, 2013 11:25 PM
> -
> +
The previous version seemed to use the tree that is loaded from
project.xml by the "&project;" entity that is placed on top of
Author: kpreisser
Date: Wed Oct 2 22:55:15 2013
New Revision: 1528669
URL: http://svn.apache.org/r1528669
Log:
"application/xml" is the preferred MIME type for XML, and we use this one also
in web.xml.
Modified:
tomcat/trunk/webapps/docs/changelog.xml (props changed)
tomcat/trunk/weba
Author: kpreisser
Date: Wed Oct 2 23:12:07 2013
New Revision: 1528674
URL: http://svn.apache.org/r1528674
Log:
Revert r1528669 - SVN treats files with application/xml as binary. Therefore
they need to use text/xml. Sorry for this.
Modified:
tomcat/trunk/webapps/docs/changelog.xml (props c
Author: kpreisser
Date: Wed Oct 2 23:14:25 2013
New Revision: 1528676
URL: http://svn.apache.org/r1528676
Log:
Do not use the comments script in files where the comments section is disabled,
to prevent JavaScript errors.
Modified:
tomcat/trunk/webapps/docs/tomcat-docs.xsl
Modified: tomcat/
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-trunk-test has an issue affecting its community integration.
This i
Author: kfujino
Date: Thu Oct 3 05:36:19 2013
New Revision: 1528719
URL: http://svn.apache.org/r1528719
Log:
Remove unused expireSessionsOnShutdown attribute in BackupManager.
Modified:
tomcat/trunk/java/org/apache/catalina/ha/session/BackupManager.java
tomcat/trunk/java/org/apache/catal
Author: kfujino
Date: Thu Oct 3 05:40:59 2013
New Revision: 1528720
URL: http://svn.apache.org/r1528720
Log:
Deprecate unused expireSessionsOnShutdown attribute.
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session/BackupManager.java
Modified:
tomcat/tc7.0.x/trunk/java/org/ap
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/1443
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Sourc
45 matches
Mail list logo