jar=/srv/gump/public/workspace/junit/target/junit-4.13-SNAPSHOT.jar
-Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar
-Dtest.reports=output/logs-NIO2
-Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-201505
Author: remm
Date: Wed May 20 07:24:41 2015
New Revision: 1680467
URL: http://svn.apache.org/r1680467
Log:
57936: Improve robustness of accept thread count for NIO2, since it has to be
1. Submitted by Oliver Kant.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java
Modi
Author: remm
Date: Wed May 20 07:29:38 2015
New Revision: 1680470
URL: http://svn.apache.org/r1680470
Log:
57936: Improve robustness of accept thread count for NIO2, since it has to be
1. Submitted by Oliver Kant.
Modified:
tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.ja
https://bz.apache.org/bugzilla/show_bug.cgi?id=57936
Remy Maucherat changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
jar=/srv/gump/public/workspace/junit/target/junit-4.13-SNAPSHOT.jar
-Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar
-Dtest.reports=output/logs-APR
-Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-201505
https://bz.apache.org/bugzilla/show_bug.cgi?id=57939
Bug ID: 57939
Summary: Classloader leak in org.apache.naming.ContextBindings
Product: Tomcat 8
Version: 8.0.1
Hardware: PC
OS: Mac OS X 10.1
Status: NEW
Author: markt
Date: Wed May 20 09:33:23 2015
New Revision: 1680502
URL: http://svn.apache.org/r1680502
Log:
Fix the limit. Add a TODO. May need to switch to long.
Modified:
tomcat/trunk/java/org/apache/coyote/http2/ConnectionSettings.java
Modified: tomcat/trunk/java/org/apache/coyote/http2/C
The Buildbot has detected a new failure on builder tomcat-8-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-8-trunk/builds/262
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSch
Author: markt
Date: Wed May 20 09:42:17 2015
New Revision: 1680504
URL: http://svn.apache.org/r1680504
Log:
Plumb in the basics (i.e. what I needed to get a request for
http://localhost:8080/exmaple to progress) for reading the request. The
response gets generated. Still figuring out how best to
Hi,
Fjodor, for you (and everyone else interested) I've created a central hub
page for JASPIC on ZEEF.com, see https://jaspic.zeef.com
It contains links to existing implementations, various examples, articles,
and background.
Hope it helps!
Kind regards,
Arjan Tijms
On Mon, May 4, 2015 at 10:
https://bz.apache.org/bugzilla/show_bug.cgi?id=57937
Marcos Sanz changed:
What|Removed |Added
CC||s...@denic.de
--
You are receiving this
Author: markt
Date: Wed May 20 19:02:10 2015
New Revision: 1680653
URL: http://svn.apache.org/r1680653
Log:
Need to add processors for negotiated protocols to the connections map at
creation time.
Modified:
tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java
Modified: tomcat/trunk/jav
Author: markt
Date: Wed May 20 19:04:30 2015
New Revision: 1680655
URL: http://svn.apache.org/r1680655
Log:
Need the address not the name (at least in the default config). Will eventually
need both but one step at a time.
Modified:
tomcat/trunk/java/org/apache/coyote/http2/StreamProcessor.ja
Author: markt
Date: Wed May 20 19:07:57 2015
New Revision: 1680656
URL: http://svn.apache.org/r1680656
Log:
These methods are showing now signs of being temporary.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/SocketWrapperBase.java
Modified: tomcat/trunk/java/org/apache/tomcat/util
Author: markt
Date: Wed May 20 19:16:02 2015
New Revision: 1680658
URL: http://svn.apache.org/r1680658
Log:
Relax the requirement that the socket has to be in waiting requests. (HTTP/2
needs this).
Remove it if it is there but always process.
If the socket is closed SocketProcessor.run will exit
Author: markt
Date: Wed May 20 19:21:52 2015
New Revision: 1680661
URL: http://svn.apache.org/r1680661
Log:
More plumbing for write.
Generally:
- uses a state machine to co-orindate writes across multiple threads
- all writes are done on the main Connection thread, not on the Stream threads
- i
On 20/05/2015 20:21, ma...@apache.org wrote:
> Author: markt
> Date: Wed May 20 19:21:52 2015
> New Revision: 1680661
>
> URL: http://svn.apache.org/r1680661
> Log:
> More plumbing for write.
> Generally:
> - uses a state machine to co-orindate writes across multiple threads
> - all writes are d
Author: markt
Date: Wed May 20 22:21:41 2015
New Revision: 1680690
URL: http://svn.apache.org/r1680690
Log:
Get responses without bodies working (e.g. redirect)
Lots of TODOs remain including fixing a couple of hacks that will only work
when there is no response body.
Modified:
tomcat/trunk/
https://bz.apache.org/bugzilla/show_bug.cgi?id=57940
Bug ID: 57940
Summary: Failed allocating AJP message buffer
Product: Tomcat Connectors
Version: 1.2.39
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
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-nio has an issue affecting its community integration.
Th
https://bz.apache.org/bugzilla/show_bug.cgi?id=56438
--- Comment #18 from VIN ---
Created attachment 32746
--> https://bz.apache.org/bugzilla/attachment.cgi?id=32746&action=edit
Fix for printing log messages in case of contextconfig scan-trunk
This patch contain fixes for below:
1) Log positi
https://bz.apache.org/bugzilla/show_bug.cgi?id=56438
VIN changed:
What|Removed |Added
Attachment #32746|0 |1
is obsolete|
22 matches
Mail list logo