Petr Novak created MTOMCAT-234:
--
Summary: Tomcat8 Maven Plugin
Key: MTOMCAT-234
URL: https://issues.apache.org/jira/browse/MTOMCAT-234
Project: Apache Tomcat Maven Plugin
Issue Type: Dependency
Author: billbarker
Date: Sat Aug 24 06:26:57 2013
New Revision: 1517112
URL: http://svn.apache.org/r1517112
Log:
Fix infinite loop breaking Gump test
Modified:
tomcat/trunk/test/org/apache/catalina/nonblocking/TestNonBlockingAPI.java
Modified:
tomcat/trunk/test/org/apache/catalina/nonblocki
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=55477
Bug ID: 55477
Summary: Add a solution to map an realm name to a security role
Product: Tomcat 7
Version: trunk
Hardware: All
OS: All
Status: NEW
Sev
+1 to both.
On Friday, August 9, 2013, Jeremy Boynes wrote:
> On Aug 6, 2013, at 10:13 PM, Henri Yandell >
> wrote:
>
> > Slowly digging into this. Thus far I've confirmed the source builds :)
> >
> > Next up is working out how to deploy the examples.
>
> Wondering here if it would be better to r
This is now complete.
As one of our community members has reported, Tomcat 7 trunk passes the
WebSocket 1.0 TCK with NIO.
I have also tested BIO, NIO and APR/native with Autobahn and all three
pass. I've added that (and a test I ran for 8.0.x at the same time) to
the Autobahn results on people.a.
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/4873
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
Author: markt
Date: Fri Aug 23 18:12:52 2013
New Revision: 1516960
URL: http://svn.apache.org/r1516960
Log:
Add the WebSocket changes to the 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.
Author: markt
Date: Fri Aug 23 18:12:07 2013
New Revision: 1516959
URL: http://svn.apache.org/r1516959
Log:
Add note on WebSocket 1.0 requiring Java 7.
Modified:
tomcat/tc7.0.x/trunk/webapps/docs/web-socket-howto.xml
Modified: tomcat/tc7.0.x/trunk/webapps/docs/web-socket-howto.xml
URL:
http
Author: markt
Date: Fri Aug 23 18:05:29 2013
New Revision: 1516955
URL: http://svn.apache.org/r1516955
Log:
Hopefully fix some intermittent unit test failures in buildbot
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpo
Author: markt
Date: Fri Aug 23 18:02:45 2013
New Revision: 1516953
URL: http://svn.apache.org/r1516953
Log:
Hopefully fix some intermittent unit test failures in buildbot
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.java
Modified:
tomcat/trunk/java/org/ap
Tomcat 8 needs tc-native with the fix for non-blocking IO [1]. Any
takers for rolling the release?
Mark
[1] http://svn.apache.org/viewvc?view=revision&revision=1490001
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
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/4872
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
Author: markt
Date: Fri Aug 23 14:16:17 2013
New Revision: 1516855
URL: http://svn.apache.org/r1516855
Log:
Refactor transfer method so data is not duplicated.
Modified:
tomcat/trunk/java/org/apache/coyote/http11/InternalAprOutputBuffer.java
Modified:
tomcat/trunk/java/org/apache/coyote/htt
https://issues.apache.org/bugzilla/show_bug.cgi?id=55470
Ralf Hauser changed:
What|Removed |Added
Attachment #30754|0 |1
is obsolete|
Author: markt
Date: Fri Aug 23 13:35:54 2013
New Revision: 1516845
URL: http://svn.apache.org/r1516845
Log:
Reviewing NIO vs APR investigating unit test failure on Linux and OSX
Align code. Consistently generate an error message if a write of a 100 continue
response fails
Modified:
tomcat/tr
Author: markt
Date: Fri Aug 23 13:20:59 2013
New Revision: 1516841
URL: http://svn.apache.org/r1516841
Log:
Remove old debug code
Modified:
tomcat/trunk/java/org/apache/coyote/http11/InternalNioOutputBuffer.java
Modified:
tomcat/trunk/java/org/apache/coyote/http11/InternalNioOutputBuffer.ja
https://issues.apache.org/bugzilla/show_bug.cgi?id=55470
--- Comment #1 from Mark Thomas ---
Some comments on the patch:
- indents should be correct and use 4 spaces rather than tabs
- output should be to a logger, not to stderr
--
You are receiving this mail because:
You are the assignee for t
https://issues.apache.org/bugzilla/show_bug.cgi?id=55470
Bug ID: 55470
Summary: Help users for ClassNotFoundExceptions during startup
Product: Tomcat 7
Version: trunk
Hardware: All
OS: All
Status: NEW
Seve
Author: markt
Date: Fri Aug 23 11:05:07 2013
New Revision: 1516821
URL: http://svn.apache.org/r1516821
Log:
Make test more resilient against timing differences on different platforms.
Hopefully this fixes the failure current seen on Gump runs.
Modified:
tomcat/trunk/test/org/apache/catalina/
Author: markt
Date: Fri Aug 23 09:00:31 2013
New Revision: 1516756
URL: http://svn.apache.org/r1516756
Log:
Ensure that there is only ever one recovery thread running at a time.
It was pretty much impossible for this to happen with the previous code but
there was a very small window where two thr
Author: markt
Date: Fri Aug 23 08:17:34 2013
New Revision: 1516737
URL: http://svn.apache.org/r1516737
Log:
Fix resolving relative to a JAR location.
Based on r1103295 from webservices.
This fixes the Gump failures for the LocalResolver test that execute with JARs
rather than classes.
Modified:
22 matches
Mail list logo