buildbot failure in ASF Buildbot on tomcat-7-trunk

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

svn commit: r1536975 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/ha/session/DeltaManager.java webapps/docs/changelog.xml

2013-10-29 Thread kfujino
Author: kfujino Date: Wed Oct 30 06:12:26 2013 New Revision: 1536975 URL: http://svn.apache.org/r1536975 Log: Remove unnecessary attributes of stateTransferCreateSendTime and receiverQueue from cluster manager template. These attributes should not be defined as a template. Modified: tomcat/t

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

2013-10-29 Thread kfujino
Author: kfujino Date: Wed Oct 30 06:09:24 2013 New Revision: 1536974 URL: http://svn.apache.org/r1536974 Log: Remove unnecessary attributes of stateTransferCreateSendTime and receiverQueue from cluster manager template. These attributes should not be defined as a template. Modified: tomcat/t

[Bug 55722] New: can't receive the response header message from tomcat, network problems or tomcat (127.0.0.1:8009) is down (errno=11)

2013-10-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55722 Bug ID: 55722 Summary: can't receive the response header message from tomcat, network problems or tomcat (127.0.0.1:8009) is down (errno=11) Product: Tomcat Connectors

svn commit: r1536970 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/ha/session/DeltaManager.java webapps/docs/changelog.xml

2013-10-29 Thread kfujino
Author: kfujino Date: Wed Oct 30 05:43:51 2013 New Revision: 1536970 URL: http://svn.apache.org/r1536970 Log: Simplify the code of DeltaManager#startInternal(). Reduce unnecessary nesting for acquisition of cluster instance. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session/D

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

2013-10-29 Thread kfujino
Author: kfujino Date: Wed Oct 30 05:40:38 2013 New Revision: 1536968 URL: http://svn.apache.org/r1536968 Log: Simplify the code of DeltaManager#startInternal(). Reduce unnecessary nesting for acquisition of cluster instance. Modified: tomcat/trunk/java/org/apache/catalina/ha/session/DeltaMana

Apache Tomcat invalid Transfer-Encoding header request that prevents buffer recycling

2013-10-29 Thread kanishk.sethi
Hi Team, As per our security team we need to install the below patches on multiple servers to remove vulnerabilities. Below is the information we have received from our security team, Need your support to have a detailed impact analysis on the compatibility of the below patches. Apache Tomcat

buildbot success in ASF Buildbot on tomcat-trunk

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

svn commit: r1536855 - in /tomcat/tc7.0.x/trunk: ./ webapps/examples/websocket/drawboard.xhtml

2013-10-29 Thread kpreisser
Author: kpreisser Date: Tue Oct 29 19:04:23 2013 New Revision: 1536855 URL: http://svn.apache.org/r1536855 Log: Merged revision(s) 1536850, 1536852 from tomcat/trunk: Follow-Up to r1536834: Use correct order of initialization methods. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomc

svn commit: r1536852 - /tomcat/trunk/webapps/examples/websocket/drawboard.xhtml

2013-10-29 Thread kpreisser
Author: kpreisser Date: Tue Oct 29 19:02:45 2013 New Revision: 1536852 URL: http://svn.apache.org/r1536852 Log: Remove Whitespaces Modified: tomcat/trunk/webapps/examples/websocket/drawboard.xhtml Modified: tomcat/trunk/webapps/examples/websocket/drawboard.xhtml URL: http://svn.apache.org/v

svn commit: r1536850 - /tomcat/trunk/webapps/examples/websocket/drawboard.xhtml

2013-10-29 Thread kpreisser
Author: kpreisser Date: Tue Oct 29 19:01:06 2013 New Revision: 1536850 URL: http://svn.apache.org/r1536850 Log: Follow-Up to r1536834: Use correct order of initialization methods. Modified: tomcat/trunk/webapps/examples/websocket/drawboard.xhtml Modified: tomcat/trunk/webapps/examples/websoc

svn commit: r1536849 - in /tomcat/tc7.0.x/trunk: ./ webapps/examples/websocket/drawboard.xhtml

2013-10-29 Thread kpreisser
Author: kpreisser Date: Tue Oct 29 18:56:58 2013 New Revision: 1536849 URL: http://svn.apache.org/r1536849 Log: Merged revision(s) 1536834, 1536848 from tomcat/trunk: - Add mouse events to the document object so that the canvas correctly gets notified by MouseUp/MouseMove events even if the mouse

svn commit: r1536848 - /tomcat/trunk/webapps/examples/websocket/drawboard.xhtml

2013-10-29 Thread kpreisser
Author: kpreisser Date: Tue Oct 29 18:54:05 2013 New Revision: 1536848 URL: http://svn.apache.org/r1536848 Log: Add a description of to the Drawboard page. Modified: tomcat/trunk/webapps/examples/websocket/drawboard.xhtml Modified: tomcat/trunk/webapps/examples/websocket/drawboard.xhtml URL:

buildbot exception in ASF Buildbot on tomcat-trunk

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

svn commit: r1536834 - /tomcat/trunk/webapps/examples/websocket/drawboard.xhtml

2013-10-29 Thread kpreisser
Author: kpreisser Date: Tue Oct 29 18:00:46 2013 New Revision: 1536834 URL: http://svn.apache.org/r1536834 Log: Add mouse events to the document object so that the canvas correctly gets notified by MouseUp/MouseMove events even if the mouse cursor is outside of the canvas. Modified: tomcat/

[Bug 55719] WAR's deployed via Tomcat Manager using Cargo deployer are getting corrupted.

2013-10-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55719 d...@danshome.net changed: What|Removed |Added OS||All --- Comment #1 from d...@da

[Bug 55719] WAR's deployed via Tomcat Manager using Cargo deployer are getting corrupted.

2013-10-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55719 d...@danshome.net changed: What|Removed |Added OS|Mac OS X 10.4 |Windows Server 2008 R2 -- You

[Bug 55719] New: WAR's deployed via Tomcat Manager using Cargo deployer are getting corrupted.

2013-10-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55719 Bug ID: 55719 Summary: WAR's deployed via Tomcat Manager using Cargo deployer are getting corrupted. Product: Tomcat 7 Version: 7.0.42 Hardware: PC OS

[Bug 55718] Tomcat hanged and exited automatically

2013-10-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55718 --- Comment #2 from Frank --- May i know the detailed root cause?(In reply to Mark Thomas from comment #1) > This has been fixed in 8.0.0-RC5. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 55703] Error in the JNDI Generic JavaBean Resources documentation

2013-10-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55703 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Component|Document

Re: tomcat7-websocket web-fragment is wrong?

2013-10-29 Thread Niki Dokovski
On Tue, Oct 29, 2013 at 4:02 PM, Romain Manni-Bucau wrote: > +1 > Romain Manni-Bucau > Twitter: @rmannibucau > Blog: http://rmannibucau.wordpress.com/ > LinkedIn: http://fr.linkedin.com/in/rmannibucau > Github: https://github.com/rmannibucau > > > > 2013/10/29 Mark Thomas : > > On 29/10/2013 13:41

[Bug 55703] Error in the JNDI Generic JavaBean Resources documentation

2013-10-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55703 Giulio Quaresima changed: What|Removed |Added Component|Documentation |Documentation Produc

svn commit: r1536736 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/jndi-resources-howto.xml

2013-10-29 Thread markt
Author: markt Date: Tue Oct 29 14:35:17 2013 New Revision: 1536736 URL: http://svn.apache.org/r1536736 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55703 Clarify role of singleton attribute for JNDI factories Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/

svn commit: r1536735 - /tomcat/trunk/webapps/docs/jndi-resources-howto.xml

2013-10-29 Thread markt
Author: markt Date: Tue Oct 29 14:32:30 2013 New Revision: 1536735 URL: http://svn.apache.org/r1536735 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55703 Clarify role of singleton attribute for JNDI factories Modified: tomcat/trunk/webapps/docs/jndi-resources-howto.xml Modifie

[Bug 55703] Error in the JNDI Generic JavaBean Resources documentation

2013-10-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55703 --- Comment #3 from Giulio Quaresima --- OK, this is true for Tomcat 7 but it's not, as I can see, for the still supported 6.x version. Moreover, I think it would be better to mention the 'singleton' option also in the documentation page I

[Bug 55703] Error in the JNDI Generic JavaBean Resources documentation

2013-10-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55703 --- Comment #2 from Mark Thomas --- This behavior is controlled by the singleton attribute of the factory. The default is to create singleton resources as that is what users expect even though the J2EE spec suggests that a new object should

Re: tomcat7-websocket web-fragment is wrong?

2013-10-29 Thread Romain Manni-Bucau
+1 Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2013/10/29 Mark Thomas : > On 29/10/2013 13:41, Romain Manni-Bucau wrote: >> Yes but if it runs in a JavaEE container (J2EE d

Re: tomcat7-websocket web-fragment is wrong?

2013-10-29 Thread Mark Thomas
On 29/10/2013 13:41, Romain Manni-Bucau wrote: > Yes but if it runs in a JavaEE container (J2EE doesn't exist anymore > if i'm not mistaken) Indeed but it is quicker to type J2EE and everyone knows what I mean. > or at least a servlet container what is the minimum required? As the specification

Re: tomcat7-websocket web-fragment is wrong?

2013-10-29 Thread Niki Dokovski
On Tue, Oct 29, 2013 at 3:41 PM, Romain Manni-Bucau wrote: > Yes but if it runs in a JavaEE container (J2EE doesn't exist anymore > if i'm not mistaken) or at least a servlet container what is the > minimum required? > A beer or two ... or more are needed here to resolve this dispute :)

Re: tomcat7-websocket web-fragment is wrong?

2013-10-29 Thread Romain Manni-Bucau
Yes but if it runs in a JavaEE container (J2EE doesn't exist anymore if i'm not mistaken) or at least a servlet container what is the minimum required? Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://gi

[Bug 55688] SendRedirect does not work with AsyncContext

2013-10-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55688 --- Comment #3 from Vikram --- Ok thanks for the bug reference. The AsyncContext was not getting closed and hence timing out, resulting into an internal server error. Marking the async context completed helped solve the issue. -- You are

Re: tomcat7-websocket web-fragment is wrong?

2013-10-29 Thread Mark Thomas
On 29/10/2013 13:24, Niki Dokovski wrote: > On Tue, Oct 29, 2013 at 3:08 PM, Mark Thomas wrote: > >> On 29/10/2013 13:01, Niki Dokovski wrote: >>> On Tue, Oct 29, 2013 at 2:51 PM, Mark Thomas wrote: >>> On 29/10/2013 12:41, Niki Dokovski wrote: > WebSocket container can be used in

[Bug 55702] TLD cannot be loaded if CATALINA_HOME contains spaces

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

Re: tomcat7-websocket web-fragment is wrong?

2013-10-29 Thread Niki Dokovski
On Tue, Oct 29, 2013 at 3:08 PM, Mark Thomas wrote: > On 29/10/2013 13:01, Niki Dokovski wrote: > > On Tue, Oct 29, 2013 at 2:51 PM, Mark Thomas wrote: > > > >> On 29/10/2013 12:41, Niki Dokovski wrote: > >> > >>> WebSocket container can be used in Java SE env only but for a standard > >> JSR >

Re: tomcat7-websocket web-fragment is wrong?

2013-10-29 Thread Mark Thomas
On 29/10/2013 13:01, Niki Dokovski wrote: > On Tue, Oct 29, 2013 at 2:51 PM, Mark Thomas wrote: > >> On 29/10/2013 12:41, Niki Dokovski wrote: >> >>> WebSocket container can be used in Java SE env only but for a standard >> JSR >>> 356 compliance implementation an existing servlet container is ne

Re: tomcat7-websocket web-fragment is wrong?

2013-10-29 Thread Mark Thomas
On 29/10/2013 12:52, Romain Manni-Bucau wrote: > Right it is written it needs to use servlet scanning but not the min > servlet version (3.0 or 3.1) Note section 6.2 only applies if the WebSocket implementation is part of / intended to be used with a J2EE Web container. As section 6.3 makes clear

Re: tomcat7-websocket web-fragment is wrong?

2013-10-29 Thread Niki Dokovski
On Tue, Oct 29, 2013 at 2:51 PM, Mark Thomas wrote: > On 29/10/2013 12:41, Niki Dokovski wrote: > > > WebSocket container can be used in Java SE env only but for a standard > JSR > > 356 compliance implementation an existing servlet container is needed. > > No it is not. > > > Basically you are c

svn commit: r1536697 - /tomcat/trunk/java/org/apache/jasper/compiler/TagLibraryInfoImpl.java

2013-10-29 Thread markt
Author: markt Date: Tue Oct 29 13:00:00 2013 New Revision: 1536697 URL: http://svn.apache.org/r1536697 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55702 Fix loading of TLD when CATALINA_HOME contains spaces Modified: tomcat/trunk/java/org/apache/jasper/compiler/TagLibraryInfoI

Re: tomcat7-websocket web-fragment is wrong?

2013-10-29 Thread Romain Manni-Bucau
Right it is written it needs to use servlet scanning but not the min servlet version (3.0 or 3.1) Le 29 oct. 2013 13:42, "Niki Dokovski" a écrit : > On Tue, Oct 29, 2013 at 1:59 PM, Mark Thomas wrote: > > > On 29/10/2013 11:46, Niki Dokovski wrote: > > > On Tue, Oct 29, 2013 at 1:40 PM, Mark Tho

Re: tomcat7-websocket web-fragment is wrong?

2013-10-29 Thread Mark Thomas
On 29/10/2013 12:41, Niki Dokovski wrote: > WebSocket container can be used in Java SE env only but for a standard JSR > 356 compliance implementation an existing servlet container is needed. No it is not. > Basically you are correct if you don't refer to JSR 356. But my question > was related t

Re: tomcat7-websocket web-fragment is wrong?

2013-10-29 Thread Niki Dokovski
On Tue, Oct 29, 2013 at 1:59 PM, Mark Thomas wrote: > On 29/10/2013 11:46, Niki Dokovski wrote: > > On Tue, Oct 29, 2013 at 1:40 PM, Mark Thomas wrote: > > > >> On 29/10/2013 11:17, Niki Dokovski wrote: > >> > >>> I agree with Mark and looked further in the spec looking for a list of > >>> depen

Re: tomcat7-websocket web-fragment is wrong?

2013-10-29 Thread Mark Thomas
On 29/10/2013 11:46, Niki Dokovski wrote: > On Tue, Oct 29, 2013 at 1:40 PM, Mark Thomas wrote: > >> On 29/10/2013 11:17, Niki Dokovski wrote: >> >>> I agree with Mark and looked further in the spec looking for a list of >>> dependent specifications. Actually the only dependency I found is >> des

Re: tomcat7-websocket web-fragment is wrong?

2013-10-29 Thread Niki Dokovski
On Tue, Oct 29, 2013 at 1:40 PM, Mark Thomas wrote: > On 29/10/2013 11:17, Niki Dokovski wrote: > > > I agree with Mark and looked further in the spec looking for a list of > > dependent specifications. Actually the only dependency I found is > described > > in 7.1.1 Websocket Endpoints and Depen

Re: tomcat7-websocket web-fragment is wrong?

2013-10-29 Thread Mark Thomas
On 29/10/2013 11:17, Niki Dokovski wrote: > I agree with Mark and looked further in the spec looking for a list of > dependent specifications. Actually the only dependency I found is described > in 7.1.1 Websocket Endpoints and Dependency Injection and it deals with CDI > and no exact version of t

Re: tomcat7-websocket web-fragment is wrong?

2013-10-29 Thread Niki Dokovski
Mark, On Tue, Oct 29, 2013 at 12:57 PM, Romain Manni-Bucau wrote: > Thanks for your speed Mark! > > I'm hacking a temporary fix in TomEE waiting for the next release. > Romain Manni-Bucau > Twitter: @rmannibucau > Blog: http://rmannibucau.wordpress.com/ > LinkedIn: http://fr.linkedin.com/in/rman

buildbot success in ASF Buildbot on tomcat-7-trunk

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

svn commit: r1536654 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2013-10-29 Thread markt
Author: markt Date: Tue Oct 29 10:58:17 2013 New Revision: 1536654 URL: http://svn.apache.org/r1536654 Log: Update changelog Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/t

Re: tomcat7-websocket web-fragment is wrong?

2013-10-29 Thread Romain Manni-Bucau
Thanks for your speed Mark! I'm hacking a temporary fix in TomEE waiting for the next release. Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2013/10/29 Mark Thomas : > On 29

Re: tomcat7-websocket web-fragment is wrong?

2013-10-29 Thread Mark Thomas
On 29/10/2013 10:53, Mark Thomas wrote: > On 29/10/2013 10:41, Romain Manni-Bucau wrote: >> Hi >> >> some TomEE users noticed they have issues with web-fragment xsd. >> >> The point is tomcat7-websocket jar brings a web-fragment based on >> servlet 3.1 xsd. Is it intended? It means you can't valida

svn commit: r1536652 - /tomcat/tc7.0.x/trunk/res/META-INF/tomcat7-websocket.jar/web-fragment.xml

2013-10-29 Thread markt
Author: markt Date: Tue Oct 29 10:55:55 2013 New Revision: 1536652 URL: http://svn.apache.org/r1536652 Log: This is Tomcat 7 so need to define a 3.0 not a 3.1 fragment Modified: tomcat/tc7.0.x/trunk/res/META-INF/tomcat7-websocket.jar/web-fragment.xml Modified: tomcat/tc7.0.x/trunk/res/META-

Re: tomcat7-websocket web-fragment is wrong?

2013-10-29 Thread Mark Thomas
On 29/10/2013 10:41, Romain Manni-Bucau wrote: > Hi > > some TomEE users noticed they have issues with web-fragment xsd. > > The point is tomcat7-websocket jar brings a web-fragment based on > servlet 3.1 xsd. Is it intended? It means you can't validate the xml > descriptors if this jar is presen

tomcat7-websocket web-fragment is wrong?

2013-10-29 Thread Romain Manni-Bucau
Hi some TomEE users noticed they have issues with web-fragment xsd. The point is tomcat7-websocket jar brings a web-fragment based on servlet 3.1 xsd. Is it intended? It means you can't validate the xml descriptors if this jar is present. Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rma

[Bug 55684] WebappClassLoader.getThread want an access to root ThreadGroup

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

svn commit: r1536634 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/loader/LocalStrings.properties java/org/apache/catalina/loader/WebappClassLoader.java webapps/docs/changelog.xml

2013-10-29 Thread markt
Author: markt Date: Tue Oct 29 09:55:57 2013 New Revision: 1536634 URL: http://svn.apache.org/r1536634 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55684 Log a warning but continue if the memory leak detection code is unable to access all threads. Modified: tomcat/tc7.0.x/trun

svn commit: r1536632 - in /tomcat/trunk/java/org/apache/catalina/loader: LocalStrings.properties WebappClassLoader.java

2013-10-29 Thread markt
Author: markt Date: Tue Oct 29 09:53:27 2013 New Revision: 1536632 URL: http://svn.apache.org/r1536632 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55684 Log a warning but continue if the memory leak detection code is unable to access all threads. Modified: tomcat/trunk/java/o

svn commit: r1536624 - /tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java

2013-10-29 Thread markt
Author: markt Date: Tue Oct 29 09:38:52 2013 New Revision: 1536624 URL: http://svn.apache.org/r1536624 Log: Remove unnecessary whitespace Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.jav

[Bug 55718] Tomcat hanged and exited automatically

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

[Bug 55718] Tomcat hanged and exited automatically

2013-10-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55718 Frank changed: What|Removed |Added OS||Windows 8 -- You are receiving this mail

[Bug 55718] New: Tomcat hanged and exited automatically

2013-10-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55718 Bug ID: 55718 Summary: Tomcat hanged and exited automatically Product: Tomcat 8 Version: 8.0.0-RC3 Hardware: PC Status: NEW Severity: blocker Priority: P2