Djunit.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-NIO
-Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-201505
Author: violetagg
Date: Fri May 29 07:53:58 2015
New Revision: 1682386
URL: http://svn.apache.org/r1682386
Log:
Fix typos
Modified:
tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc8.0.x/trun
The Buildbot has detected a build exception on builder tomcat-8-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-8-trunk/builds/282
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranc
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/1291
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSch
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: markt
Date: Fri May 29 08:48:56 2015
New Revision: 1682395
URL: http://svn.apache.org/r1682395
Log:
Plumb in basic support for reading request bodies.
Modified:
tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java
tomcat/trunk/java/org/apache/coyote/http2/LocalString
Author: markt
Date: Fri May 29 09:11:54 2015
New Revision: 1682401
URL: http://svn.apache.org/r1682401
Log:
Add a reminder
Modified:
tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java
Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java
URL:
http://sv
On 15/05/2015 19:46, Rémy Maucherat wrote:
> 2015-05-13 22:57 GMT+02:00 Mark Thomas :
>> The next steps are to get a basic implementation working which means:
>> - figure out how to feed requests into Tomcat's processing chain
>> - figure out how to extract the response back into the HTTP/2
>> i
Am 29.05.2015 um 11:13 schrieb Mark Thomas:
On 15/05/2015 19:46, Rémy Maucherat wrote:
2015-05-13 22:57 GMT+02:00 Mark Thomas :
The next steps are to get a basic implementation working which means:
- figure out how to feed requests into Tomcat's processing chain
- figure out how to extract
ump/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
On 29/05/2015 10:20, Rainer Jung wrote:
> Am 29.05.2015 um 11:13 schrieb Mark Thomas:
>> On 15/05/2015 19:46, Rémy Maucherat wrote:
>>> 2015-05-13 22:57 GMT+02:00 Mark Thomas :
>>
>>
>>
The next steps are to get a basic implementation working which means:
- figure out how to feed request
The Buildbot has detected a build exception on builder tomcat-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/1293
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSc
Author: violetagg
Date: Fri May 29 10:15:42 2015
New Revision: 1682413
URL: http://svn.apache.org/r1682413
Log:
Merged revision 1682386 from tomcat/tc8.0.x/trunk:
Fix typos
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
Propchange: tomca
(cc: Emmanuel, as he participated in related thread a year ago)
2015-05-14 16:14 GMT+03:00 Mark Thomas :
> For some time now we have always said we will maintain three current
> Tomcat versions in parallel. As we start to think about milestone
> releases of Tomcat 9 soon (stable is unlikely to be
Am 14.05.2015 um 15:14 schrieb Mark Thomas:
For some time now we have always said we will maintain three current
Tomcat versions in parallel. As we start to think about milestone
releases of Tomcat 9 soon (stable is unlikely to be until later next
year due to the Java EE 8 timescales) I think now
Author: markt
Date: Fri May 29 11:04:09 2015
New Revision: 1682417
URL: http://svn.apache.org/r1682417
Log:
Enable HTTP/2 by default temporarily (it makes my testing easier and HTTP/2 is
working for basic usage).
Add an info log for enabled upgrades over ALPN and HTTP upgrade.
Extend UpgradeProto
https://bz.apache.org/bugzilla/show_bug.cgi?id=57974
Bug ID: 57974
Summary: getOpenSessions() bug
Product: Tomcat 8
Version: 8.0.22
Hardware: PC
OS: Windows XP
Status: NEW
Severity: major
Priorit
Le 29/05/2015 12:19, Konstantin Kolinko a écrit :
> (cc: Emmanuel, as he participated in related thread a year ago)
Thank you Konstantin, I'm still subscribed to the list though.
> The following search:
> https://packages.debian.org/search?keywords=tomcat
>
> shows that Tomcat 6 packages are pr
Author: markt
Date: Fri May 29 11:43:00 2015
New Revision: 1682428
URL: http://svn.apache.org/r1682428
Log:
And now remove the hard-coded support for HTTP/2 with a configuration option in
server.xml.
This supports any UpgradeProtocol implementation - not just HTTP/2.
Modified:
tomcat/trunk/j
2015-05-29 11:13 GMT+02:00 Mark Thomas :
> On 15/05/2015 19:46, Rémy Maucherat wrote:
> > 2015-05-13 22:57 GMT+02:00 Mark Thomas :
>
>
>
> >> The next steps are to get a basic implementation working which means:
> >> - figure out how to feed requests into Tomcat's processing chain
> >> - figure o
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/1294
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSch
Author: markt
Date: Fri May 29 15:37:42 2015
New Revision: 1682505
URL: http://svn.apache.org/r1682505
Log:
Add a duplicate() method.
This is going to be required for HTTP/2 upgrade processing from HTTP/1.1
Modified:
tomcat/trunk/java/org/apache/tomcat/util/http/MimeHeaders.java
Modified: to
Author: markt
Date: Fri May 29 15:48:20 2015
New Revision: 1682507
URL: http://svn.apache.org/r1682507
Log:
First pass at adding h2c support
The requirement to process the initial HTTP/1.1 request as HTTP/2 stream 1
makes for some interesting code paths.
The main motivation behind this is so I ca
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
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-tc7.0.x-test-apr has an issue affecting its community
integration.
25 matches
Mail list logo