Hi,
I am planing to add tomcat to the list of known HTTP/2 implementation:
https://github.com/http2/http2-spec/wiki/Implementations
Before committing, I would like to confirm with you guys:
Name: Apache Tomcat 8.5+(http://tomcat.apache.org/)
Language: Java
role(s): Server
negotiation(s):
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-validate 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-native-trunk-make has an issue affecting its community
integration
https://bz.apache.org/bugzilla/show_bug.cgi?id=59219
--- Comment #4 from Konstantin Kolinko ---
(In reply to Mark Thomas from comment #3)
> - 6.0.x for 6.0.46 onwards
Scratch the above one.
Tomcat 6 was not affected by this fix.
AsyncListener is a feature of Servlet 3.0 API / Tomcat 7 onwards.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59219
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Mon Apr 18 21:07:13 2016
New Revision: 1739822
URL: http://svn.apache.org/viewvc?rev=1739822&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59219
Ensure AsyncListener.onError() is called if an Exception is thrown during async
processing.
Modified:
tomcat
Author: markt
Date: Mon Apr 18 20:54:46 2016
New Revision: 1739821
URL: http://svn.apache.org/viewvc?rev=1739821&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59219
Ensure AsyncListener.onError() is called if an Exception is thrown during async
processing.
Modified:
tomcat
Author: markt
Date: Mon Apr 18 20:43:03 2016
New Revision: 1739819
URL: http://svn.apache.org/viewvc?rev=1739819&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59219
Ensure AsyncListener.onError() is called if an Exception is thrown during async
processing.
Modified:
tomcat
Author: markt
Date: Mon Apr 18 20:38:49 2016
New Revision: 1739818
URL: http://svn.apache.org/viewvc?rev=1739818&view=rev
Log:
Update changelog
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/
https://bz.apache.org/bugzilla/show_bug.cgi?id=59219
--- Comment #2 from Mark Thomas ---
Point 3 is fixed as well in 9.0.x for 9.0.0.M5 onwards.
I'll look at back-porting this next.
--
You are receiving this mail because:
You are the assignee for the bug.
-
Author: markt
Date: Mon Apr 18 20:35:27 2016
New Revision: 1739817
URL: http://svn.apache.org/viewvc?rev=1739817&view=rev
Log:
Remainder of fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=59219
If an exception is throw during a dispatch(), trigger the Async error handling
process
Modified
https://bz.apache.org/bugzilla/show_bug.cgi?id=59219
Mark Thomas changed:
What|Removed |Added
OS||All
--- Comment #1 from Mark Thomas ---
Author: markt
Date: Mon Apr 18 19:58:18 2016
New Revision: 1739814
URL: http://svn.apache.org/viewvc?rev=1739814&view=rev
Log:
Partial fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=59219
If an exception is throw in the service() method after startAsync() is called,
trigger the Async erro
Mark,
On 4/18/16 2:38 PM, Mark Thomas wrote:
> On 18/04/2016 18:15, Christopher Schultz wrote:
>> All,
>>
>> On 4/18/16 12:36 PM, schu...@apache.org wrote:
>>> Author: schultz
>>> Date: Mon Apr 18 16:36:35 2016
>>> New Revision: 1739786
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1739786&view=re
The Buildbot has detected a restored build on builder tomcat-7-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-7-trunk/builds/406
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler
https://bz.apache.org/bugzilla/show_bug.cgi?id=59164
Robert Bost changed:
What|Removed |Added
CC||rb...@redhat.com
--
You are receiving t
Author: markt
Date: Mon Apr 18 18:40:14 2016
New Revision: 1739808
URL: http://svn.apache.org/viewvc?rev=1739808&view=rev
Log:
Fix back-port
Modified:
tomcat/tc7.0.x/trunk/test/org/apache/coyote/http11/TestAbstractHttp11Processor.java
Modified:
tomcat/tc7.0.x/trunk/test/org/apache/coyote/h
On 18/04/2016 18:15, Christopher Schultz wrote:
> All,
>
> On 4/18/16 12:36 PM, schu...@apache.org wrote:
>> Author: schultz
>> Date: Mon Apr 18 16:36:35 2016
>> New Revision: 1739786
>>
>> URL: http://svn.apache.org/viewvc?rev=1739786&view=rev
>> Log:
>> Back-port r1715434 to make a web applicati
All,
On 4/18/16 12:36 PM, schu...@apache.org wrote:
> Author: schultz
> Date: Mon Apr 18 16:36:35 2016
> New Revision: 1739786
>
> URL: http://svn.apache.org/viewvc?rev=1739786&view=rev
> Log:
> Back-port r1715434 to make a web application's CredentialHandler available
> through a context attrib
The Buildbot has detected a restored build on builder tomcat-8-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-8-trunk/builds/567
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler
Author: schultz
Date: Mon Apr 18 16:36:35 2016
New Revision: 1739786
URL: http://svn.apache.org/viewvc?rev=1739786&view=rev
Log:
Back-port r1715434 to make a web application's CredentialHandler available
through a context attribute.
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomca
Am 18.04.2016 um 18:13 schrieb Rainer Jung:
Am 18.04.2016 um 17:28 schrieb jean-frederic clere:
On 04/18/2016 05:03 PM, Rainer Jung wrote:
Hi Mark,
Am 18.04.2016 um 16:37 schrieb Mark Thomas:
I'd like to get the next tc-native release out before the end of the
month so the next round of Tomca
The Buildbot has detected a new failure on builder tomcat-7-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-7-trunk/builds/405
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler sch
The Buildbot has detected a new failure on builder tomcat-8-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-8-trunk/builds/566
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler sch
Am 18.04.2016 um 17:28 schrieb jean-frederic clere:
On 04/18/2016 05:03 PM, Rainer Jung wrote:
Hi Mark,
Am 18.04.2016 um 16:37 schrieb Mark Thomas:
I'd like to get the next tc-native release out before the end of the
month so the next round of Tomcat releases can pick it up - particularly
the
Author: markt
Date: Mon Apr 18 16:06:43 2016
New Revision: 1739780
URL: http://svn.apache.org/viewvc?rev=1739780&view=rev
Log:
Remove work-around for leak that is fixed in all Java 8 versions.
Modified:
tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java
tomca
https://bz.apache.org/bugzilla/show_bug.cgi?id=59310
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
Author: markt
Date: Mon Apr 18 15:52:02 2016
New Revision: 1739779
URL: http://svn.apache.org/viewvc?rev=1739779&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59310
Do not add a "Content-Length: 0" header for custom responses to HEAD requests
that do not set a Content-Length va
Author: markt
Date: Mon Apr 18 15:48:59 2016
New Revision: 1739778
URL: http://svn.apache.org/viewvc?rev=1739778&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59310
Do not add a "Content-Length: 0" header for custom responses to HEAD requests
that do not set a Content-Length va
Author: markt
Date: Mon Apr 18 15:45:53 2016
New Revision: 1739777
URL: http://svn.apache.org/viewvc?rev=1739777&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59310
Do not add a "Content-Length: 0" header for custom responses to HEAD requests
that do not set a Content-Length va
Author: markt
Date: Mon Apr 18 15:44:18 2016
New Revision: 1739776
URL: http://svn.apache.org/viewvc?rev=1739776&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59310
Do not add a "Content-Length: 0" header for custom responses to HEAD requests
that do not set a Content-Length va
Author: markt
Date: Mon Apr 18 15:43:19 2016
New Revision: 1739775
URL: http://svn.apache.org/viewvc?rev=1739775&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59310
Do not add a "Content-Length: 0" header for custom responses to HEAD requests
that do not set a Content-Length va
On 04/18/2016 05:03 PM, Rainer Jung wrote:
> Hi Mark,
>
> Am 18.04.2016 um 16:37 schrieb Mark Thomas:
>> I'd like to get the next tc-native release out before the end of the
>> month so the next round of Tomcat releases can pick it up - particularly
>> the cert chain from Java keystore fix.
>>
>>
Hi Mark,
Am 18.04.2016 um 16:37 schrieb Mark Thomas:
I'd like to get the next tc-native release out before the end of the
month so the next round of Tomcat releases can pick it up - particularly
the cert chain from Java keystore fix.
I'm intending to tag in ~24 hours. Please reply if you need m
2016-04-18 16:37 GMT+02:00 Mark Thomas :
> I'd like to get the next tc-native release out before the end of the
> month so the next round of Tomcat releases can pick it up - particularly
> the cert chain from Java keystore fix.
>
> I'm intending to tag in ~24 hours. Please reply if you need me to
I'd like to get the next tc-native release out before the end of the
month so the next round of Tomcat releases can pick it up - particularly
the cert chain from Java keystore fix.
I'm intending to tag in ~24 hours. Please reply if you need me to delay.
Mark
-
Author: markt
Date: Mon Apr 18 14:15:13 2016
New Revision: 1739764
URL: http://svn.apache.org/viewvc?rev=1739764&view=rev
Log:
Fix likely cause of occasional unit test failures.
Defensive copy was being taken of wrong location.
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8
Author: markt
Date: Mon Apr 18 14:14:52 2016
New Revision: 1739763
URL: http://svn.apache.org/viewvc?rev=1739763&view=rev
Log:
Fix likely cause of occasional unit test failures.
Defensive copy was being taken of wrong location.
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8
Author: markt
Date: Mon Apr 18 14:14:06 2016
New Revision: 1739762
URL: http://svn.apache.org/viewvc?rev=1739762&view=rev
Log:
Fix likely cause of occasional unit test failures.
Defensive copy was being taken of wrong location.
Modified:
tomcat/trunk/test/org/apache/catalina/webresources/Abs
Kenneth,
This post belongs on the user's mailing list. Cross-posting this reply
to move it over there.
-chris
On 4/13/16 11:49 AM, King Kenneth wrote:
> We recently install Business Objects Business Intelligence 4.1 SP7 and
> Tomcat 7 is the default web application server which is bundled within
Author: violetagg
Date: Mon Apr 18 12:47:04 2016
New Revision: 13288
Log:
Remove 7.0.68
Removed:
release/tomcat/tomcat-7/v7.0.68/
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail:
https://bz.apache.org/bugzilla/show_bug.cgi?id=59310
--- Comment #7 from Mark Thomas ---
That won't work. The OutputBuffer will still set the content length to zero.
resp.flushBuffer();
sort of works but adds the Transfer-Encoding header. I'm currently
experimenting with a unit test to see if I
The Apache Tomcat team announces the immediate availability of Apache
Tomcat 7.0.69.
Apache Tomcat is an open source software implementation of the Java
Servlet, JavaServer Pages, Java Expression Language and Java
WebSocket technologies.
This release contains a number of bug fixes and improvement
https://bz.apache.org/bugzilla/show_bug.cgi?id=59310
--- Comment #6 from Konstantin Kolinko ---
You should be able to do the following in your servlet:
protected void doHead(HttpServletRequest request, HttpServletResponse
response) throws ServletException, IOException {
response.setC
Author: violetagg
Date: Mon Apr 18 11:36:29 2016
New Revision: 1739746
URL: http://svn.apache.org/viewvc?rev=1739746&view=rev
Log:
Update docs for Apache Tomcat 7.0.69 release.
[This commit notification would consist of 329 parts,
which exceeds the limit of 50 ones, so it was shortened to the s
-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/checkstyle/target/checkstyle-5.8-SNAPSHOT.jar:/srv/gump/packages/antlr/antlr-3.1.3.jar:/srv/gump/public/workspace/apache-co
On 18/04/2016 12:14, Alan Bateman wrote:
> On 18/04/2016 10:18, Mark Thomas wrote:
>> Hi,
>>
>> The Apache Tomcat community was asked by Rory O'Donnell for feedback on
>> JDK 9 + Project Jigsaw. Having provided that feedback we were directed
>> here so I have reproduced that feedback below.
>>
>>
>
https://bz.apache.org/bugzilla/show_bug.cgi?id=59310
Tobias Oberlies changed:
What|Removed |Added
Status|NEEDINFO|NEW
--- Comment #5 from Tobias Oberl
Author: violetagg
Date: Mon Apr 18 11:10:43 2016
New Revision: 1739743
URL: http://svn.apache.org/viewvc?rev=1739743&view=rev
Log:
Updates (excluding docs) for 7.0.69 release
Modified:
tomcat/site/trunk/build.properties.default
tomcat/site/trunk/docs/doap_Tomcat.rdf
tomcat/site/trunk/
The Buildbot has detected a restored build on builder tomcat-8-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-8-trunk/builds/564
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler
Author: markt
Date: Mon Apr 18 10:07:44 2016
New Revision: 1739727
URL: http://svn.apache.org/viewvc?rev=1739727&view=rev
Log:
Use unique file names for each test in an effort to identify where the conflict
is that triggers occasional CI failures.
Modified:
tomcat/tc8.5.x/trunk/ (props cha
Author: markt
Date: Mon Apr 18 10:08:14 2016
New Revision: 1739728
URL: http://svn.apache.org/viewvc?rev=1739728&view=rev
Log:
Use unique file names for each test in an effort to identify where the conflict
is that triggers occasional CI failures.
Modified:
tomcat/tc8.0.x/trunk/ (props cha
Author: markt
Date: Mon Apr 18 10:07:02 2016
New Revision: 1739726
URL: http://svn.apache.org/viewvc?rev=1739726&view=rev
Log:
Use unique file names for each test in an effort to identify where the conflict
is that triggers occasional CI failures.
Modified:
tomcat/trunk/test/org/apache/cata
Author: rjung
Date: Mon Apr 18 09:49:28 2016
New Revision: 1739723
URL: http://svn.apache.org/viewvc?rev=1739723&view=rev
Log:
Support for OpenSSL 1.1.0
- X509_STORE_CTX and X509_OBJECT are now opaque
This change is not yet complete. Currently I see
no API to access the CRLs in an X509_OBJECT.
I'l
The Buildbot has detected a new failure on builder tomcat-8-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-8-trunk/builds/563
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler sch
https://bz.apache.org/bugzilla/show_bug.cgi?id=59343
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: kfujino
Date: Mon Apr 18 09:23:13 2016
New Revision: 1739716
URL: http://svn.apache.org/viewvc?rev=1739716&view=rev
Log:
Set the channel instance before starting channel services.
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/group/ChannelCoordinator.java
Modified:
Author: kfujino
Date: Mon Apr 18 09:22:31 2016
New Revision: 1739715
URL: http://svn.apache.org/viewvc?rev=1739715&view=rev
Log:
Set the channel instance before starting channel services.
Modified:
tomcat/tc8.0.x/trunk/java/org/apache/catalina/tribes/group/ChannelCoordinator.java
Modified:
Author: kfujino
Date: Mon Apr 18 09:21:54 2016
New Revision: 1739714
URL: http://svn.apache.org/viewvc?rev=1739714&view=rev
Log:
Set the channel instance before starting channel services.
Modified:
tomcat/tc8.5.x/trunk/java/org/apache/catalina/tribes/group/ChannelCoordinator.java
Modified:
Author: kfujino
Date: Mon Apr 18 09:21:16 2016
New Revision: 1739713
URL: http://svn.apache.org/viewvc?rev=1739713&view=rev
Log:
Set the channel instance before starting channel services.
Modified:
tomcat/trunk/java/org/apache/catalina/tribes/group/ChannelCoordinator.java
Modified:
tomcat/t
Hi,
The Apache Tomcat community was asked by Rory O'Donnell for feedback on
JDK 9 + Project Jigsaw. Having provided that feedback we were directed
here so I have reproduced that feedback below.
I've started testing Tomcat trunk with JDK 9 + Project Jigsaw and it
looks like we are going to hit a
Hi Mark,
Thanks for the feedback, I think the best place to get help with this is
on the jigsaw mailing list [1]
Rgds,Rory
[1] http://mail.openjdk.java.net/pipermail/jigsaw-dev/
On 17/04/2016 21:30, Mark Thomas wrote:
On 15/04/2016 09:26, Rory O'Donnell wrote:
Hi Mark/Mladen,
Early Access
Author: kfujino
Date: Mon Apr 18 07:57:45 2016
New Revision: 1739702
URL: http://svn.apache.org/viewvc?rev=1739702&view=rev
Log:
Add get/set method for the channel that is related to each Channel services.
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/group/ChannelCoordinato
Author: kfujino
Date: Mon Apr 18 07:54:32 2016
New Revision: 1739701
URL: http://svn.apache.org/viewvc?rev=1739701&view=rev
Log:
Add get/set method for the channel that is related to each Channel services.
Modified:
tomcat/tc8.0.x/trunk/java/org/apache/catalina/tribes/group/ChannelCoordinato
Author: kfujino
Date: Mon Apr 18 07:51:23 2016
New Revision: 1739700
URL: http://svn.apache.org/viewvc?rev=1739700&view=rev
Log:
Add get/set method for the channel that is related to each Channel services.
Modified:
tomcat/tc8.5.x/trunk/java/org/apache/catalina/tribes/ChannelReceiver.java
Author: kfujino
Date: Mon Apr 18 07:47:52 2016
New Revision: 1739699
URL: http://svn.apache.org/viewvc?rev=1739699&view=rev
Log:
Add get/set method for the channel that is related to each Channel services.
Modified:
tomcat/trunk/java/org/apache/catalina/tribes/ChannelReceiver.java
tomcat/
https://bz.apache.org/bugzilla/show_bug.cgi?id=59344
Bug ID: 59344
Summary: PEM file support for JSSE
Product: Tomcat 9
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
67 matches
Mail list logo