+1
The Atmosphere Frameworks works well on top of it, bot with HTTP and
WebSockets.
-- Jeanfrancois
On 12-09-02 3:03 AM, Mark Thomas wrote:
The proposed Apache Tomcat 7.0.30 release is now available for voting.
It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/
Author: kkolinko
Date: Wed Sep 5 04:40:29 2012
New Revision: 1380983
URL: http://svn.apache.org/viewvc?rev=1380983&view=rev
Log:
https://issues.apache.org/bugzilla/show_bug.cgi?id=52811
Retroactively add BZ 52811 to the changelog (7.0.27).
It was implemented by r1300154 + r1300155 + r1304275 + r1
https://issues.apache.org/bugzilla/show_bug.cgi?id=53829
matsondaw...@gmail.com changed:
What|Removed |Added
CC||matsondaw...@gmail.com
--
https://issues.apache.org/bugzilla/show_bug.cgi?id=53814
Konstantin Kolinko changed:
What|Removed |Added
Status|NEEDINFO|NEW
--- Comment #3 from Konst
https://issues.apache.org/bugzilla/show_bug.cgi?id=53829
--- Comment #1 from matsondaw...@gmail.com ---
Stack trace of hang:
java.net.SocketOutputStream.socketWrite0(Native Method)
java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
java.net.SocketOutputStream.write(SocketOutputSt
https://issues.apache.org/bugzilla/show_bug.cgi?id=53829
Priority: P2
Bug ID: 53829
Assignee: dev@tomcat.apache.org
Summary: Timed out websocket hangs on send
Severity: major
Classification: Unclassified
OS: Windows XP
2012/9/2 Mark Thomas :
> The proposed Apache Tomcat 7.0.30 release is now available for voting.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.30/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-027/
> The
https://issues.apache.org/bugzilla/show_bug.cgi?id=53814
--- Comment #2 from Konstantin Preißer ---
Hi,
I can reproduce this on a Windows 7 (SP1) x64 machine with Java 1.7.0_07
(64-Bit), Tomcat 7.0.30, using HTTP-APR (TC Native 1.1.24, 64-Bit), and with
IE9 + Adobe Reader 9.5.0 (on the same mach
Author: markt
Date: Tue Sep 4 21:16:30 2012
New Revision: 1380891
URL: http://svn.apache.org/viewvc?rev=1380891&view=rev
Log:
Re-order. Do cheaper tests first. Makes small improvement to background thread
processing time when lots of WARs are deployed.
Modified:
tomcat/trunk/java/org/apache
https://issues.apache.org/bugzilla/show_bug.cgi?id=53828
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Tue Sep 4 20:05:03 2012
New Revision: 1380841
URL: http://svn.apache.org/viewvc?rev=1380841&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53828
Use the correct status code
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/ja
Author: markt
Date: Tue Sep 4 20:03:25 2012
New Revision: 1380838
URL: http://svn.apache.org/viewvc?rev=1380838&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53828
Use the correct status code
Modified:
tomcat/trunk/java/org/apache/catalina/websocket/StreamInbound.java
Author: markt
Date: Tue Sep 4 19:48:27 2012
New Revision: 1380829
URL: http://svn.apache.org/viewvc?rev=1380829&view=rev
Log:
Various improvements to the DIGEST authenticator including 52954,
the disabling caching of an authenticated user in the session by default,
tracking server rather than c
Author: markt
Date: Tue Sep 4 19:47:42 2012
New Revision: 1380828
URL: http://svn.apache.org/viewvc?rev=1380828&view=rev
Log:
REmove applied patch
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STAT
Author: markt
Date: Tue Sep 4 19:10:55 2012
New Revision: 1380815
URL: http://svn.apache.org/viewvc?rev=1380815&view=rev
Log:
Fix unused parameter warning. No functional change but does result in better
comments in .java file created from JSP.
Modified:
tomcat/trunk/java/org/apache/jasper/c
Author: markt
Date: Tue Sep 4 18:29:41 2012
New Revision: 1380793
URL: http://svn.apache.org/viewvc?rev=1380793&view=rev
Log:
Clean-up
- fix indentation
- silence a handful of fairly pointless FindBugs warnings
Modified:
tomcat/trunk/modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/
Author: markt
Date: Tue Sep 4 18:19:40 2012
New Revision: 1380783
URL: http://svn.apache.org/viewvc?rev=1380783&view=rev
Log:
Clean-up - UCDetector use of final
Modified:
tomcat/trunk/webapps/examples/WEB-INF/classes/dates/JspCalendar.java
tomcat/trunk/webapps/examples/WEB-INF/classes/ex
https://issues.apache.org/bugzilla/show_bug.cgi?id=53828
Michael Newcomb changed:
What|Removed |Added
Hardware|PC |All
--
You are receiving this m
https://issues.apache.org/bugzilla/show_bug.cgi?id=53828
Priority: P2
Bug ID: 53828
Assignee: dev@tomcat.apache.org
Summary: StreamInbound.closeOutboundConnection(WsFrame) closes
with an opcode instead of status
Severity: min
Author: markt
Date: Tue Sep 4 16:10:38 2012
New Revision: 1380724
URL: http://svn.apache.org/viewvc?rev=1380724&view=rev
Log:
Remove unused code
Modified:
tomcat/trunk/webapps/examples/WEB-INF/classes/compressionFilters/CompressionResponseStream.java
Modified:
tomcat/trunk/webapps/example
Author: markt
Date: Tue Sep 4 16:09:30 2012
New Revision: 1380722
URL: http://svn.apache.org/viewvc?rev=1380722&view=rev
Log:
Clean-up: FindBugs warnings - use of Arrays.toString()
Modified:
tomcat/trunk/webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilter.java
tomcat/
Author: markt
Date: Tue Sep 4 16:06:53 2012
New Revision: 1380715
URL: http://svn.apache.org/viewvc?rev=1380715&view=rev
Log:
Clean-up - UCDetector use of final
Modified:
tomcat/trunk/webapps/examples/WEB-INF/classes/cal/JspCalendar.java
tomcat/trunk/webapps/examples/WEB-INF/classes/cal/
Author: kkolinko
Date: Tue Sep 4 13:41:34 2012
New Revision: 1380638
URL: http://svn.apache.org/viewvc?rev=1380638&view=rev
Log:
Merged revision 1380637 from tomcat/trunk:
Correct a pair of typos in cluster MBeans descriptions
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7
Author: kkolinko
Date: Tue Sep 4 13:39:43 2012
New Revision: 1380637
URL: http://svn.apache.org/viewvc?rev=1380637&view=rev
Log:
Correct typos in cluster MBeans descriptions
Modified:
tomcat/trunk/java/org/apache/catalina/tribes/membership/mbeans-descriptors.xml
Modified:
tomcat/trunk/jav
Author: kkolinko
Date: Tue Sep 4 13:36:33 2012
New Revision: 1380636
URL: http://svn.apache.org/viewvc?rev=1380636&view=rev
Log:
Merged revision 1380635 from tomcat/trunk:
Add one library from JDK 7 to the value of jarsToSkip
access-bridge.jar is from 32-bit JDK 7u7 on Windows
Modified:
tom
Author: kkolinko
Date: Tue Sep 4 13:33:16 2012
New Revision: 1380635
URL: http://svn.apache.org/viewvc?rev=1380635&view=rev
Log:
Add one library from JDK 7 to the value of jarsToSkip
access-bridge.jar is from 32-bit JDK 7u7 on Windows
Modified:
tomcat/trunk/conf/catalina.properties
Modifie
>
> I there. my first post around
>
> Look. i've been working out an embedded Tomcat 7.0.22~ and found out some
> trouble
> setting up servlets from the interface.
>
> (...)
>
> i know that's a wrapup from tomcat6 to tomcat7 indeed i will coexist
> both if possible to extend failover
> among differ
2012/9/2 Mark Thomas :
> The proposed Apache Tomcat 7.0.30 release is now available for voting.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.30/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-027/
> The
Author: jfclere
Date: Tue Sep 4 07:50:41 2012
New Revision: 1380474
URL: http://svn.apache.org/viewvc?rev=1380474&view=rev
Log:
my votes.
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?re
Author: kfujino
Date: Tue Sep 4 07:46:30 2012
New Revision: 1380473
URL: http://svn.apache.org/viewvc?rev=1380473&view=rev
Log:
Additional fix for r1380072.
Expose static members.
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/membership/mbeans-descriptors.xml
Modified:
to
Author: kfujino
Date: Tue Sep 4 07:44:21 2012
New Revision: 1380471
URL: http://svn.apache.org/viewvc?rev=1380471&view=rev
Log:
Additional fix for r1380066.
Add support for expose static members.
Modified:
tomcat/trunk/java/org/apache/catalina/tribes/membership/mbeans-descriptors.xml
Modif
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-taglibs-standard has an issue affecting its community
integration.
32 matches
Mail list logo