.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20151015-native-src.tar.gz
-Dexamples.sources.skip=true
-Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar
-Dtest.apr.loc=/srv/gump/public/workspace/tomcat-native-trunk/dest-20151015/lib
-Dt
Author: markt
Date: Thu Oct 15 09:24:24 2015
New Revision: 1708744
URL: http://svn.apache.org/viewvc?rev=1708744&view=rev
Log:
Move o.a.tomcat.util.collections from tomcat-coyote.jar to tomcat-util.jar.
This should not break anything since tomcat-coyote.jar already has a dependency
on tomcat-util
Author: fschumacher
Date: Thu Oct 15 09:24:56 2015
New Revision: 1708745
URL: http://svn.apache.org/viewvc?rev=1708745&view=rev
Log:
Change order of import statements and add license header.
Modified:
tomcat/trunk/modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/TestSlowQueryCompa
Author: markt
Date: Thu Oct 15 09:26:08 2015
New Revision: 1708746
URL: http://svn.apache.org/viewvc?rev=1708746&view=rev
Log:
Move CaseInsensitiveKeyMap to o.a.t.util.collections so it is available outside
of the WebSocket implementation (I want to re-use it in HTTP/2's PushBuilder)
Added:
Author: markt
Date: Thu Oct 15 09:27:08 2015
New Revision: 1708747
URL: http://svn.apache.org/viewvc?rev=1708747&view=rev
Log:
Make PushBuilder's handling of HTTP headers case insensitive
Modified:
tomcat/trunk/java/org/apache/catalina/core/ApplicationPushBuilder.java
Modified: tomcat/trunk/
Author: markt
Date: Thu Oct 15 09:46:44 2015
New Revision: 1708756
URL: http://svn.apache.org/viewvc?rev=1708756&view=rev
Log:
Update for 8.0.28 release excluding docs
Modified:
tomcat/site/trunk/docs/doap_Tomcat.rdf
tomcat/site/trunk/docs/download-80.html
tomcat/site/trunk/docs/index
On 01/12/2014 19:27, Felix Schumacher wrote:
>
>
> Am 1. Dezember 2014 16:56:17 MEZ, schrieb Mark Thomas :
>> Hi,
>>
>> I've been reviewing the moderators for our various lists and if I
>> ignore
>> the no longer active ones we are below the 3 moderators the ASF likes
>> to
>> have on a number of
Author: markt
Date: Thu Oct 15 10:16:55 2015
New Revision: 1708773
URL: http://svn.apache.org/viewvc?rev=1708773&view=rev
Log:
Update docs for 8.0.28 release.
[This commit notification would consist of 58 parts,
which exceeds the limit of 50 ones, so it was shortened to the summary.]
-
On 01/12/2014 16:24, Martin Grigorov wrote:
> Hi,
>
> On Mon, Dec 1, 2014 at 4:56 PM, Mark Thomas wrote:
>
>> Hi,
>>
>> I've been reviewing the moderators for our various lists and if I ignore
>> the no longer active ones we are below the 3 moderators the ASF likes to
>> have on a number of list
The Apache Tomcat team announces the immediate availability of Apache
Tomcat 8.0.28.
Apache Tomcat 8 is an open source software implementation of the Java
Servlet, JavaServer Pages, Java Unified Expression Language and Java
WebSocket technologies.
Apache Tomcat 8.0.28 includes fixes for issues id
Author: markt
Date: Thu Oct 15 10:32:50 2015
New Revision: 10822
Log:
Remove the 8.0.27 files from the mirrors
Removed:
release/tomcat/tomcat-8/v8.0.27/
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additi
Author: fschumacher
Date: Thu Oct 15 10:37:58 2015
New Revision: 1708779
URL: http://svn.apache.org/viewvc?rev=1708779&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58489
Comparator should follow the rules. If first object has lastInvocation of zero,
we should compare it to the
Author: fschumacher
Date: Thu Oct 15 10:40:25 2015
New Revision: 1708780
URL: http://svn.apache.org/viewvc?rev=1708780&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58489
Comparator should follow the rules. If first object has lastInvocation of zero,
we should compare it to the
https://bz.apache.org/bugzilla/show_bug.cgi?id=58489
Felix Schumacher changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Thu Oct 15 10:44:18 2015
New Revision: 1708781
URL: http://svn.apache.org/viewvc?rev=1708781&view=rev
Log:
Align with changes in Servlet 4.0 b02
Modified:
tomcat/trunk/java/javax/servlet/GenericFilter.java
Modified: tomcat/trunk/java/javax/servlet/GenericFilter.java
URL:
https://bz.apache.org/bugzilla/show_bug.cgi?id=58489
--- Comment #3 from Remy Tiitre ---
I forgot to mention that it affects the Tomcat 7 as well. (Thats where I have
this issue right now). I think the bug was introduced with 7.0.63 release.
--
You are receiving this mail because:
You are the a
Author: fschumacher
Date: Thu Oct 15 10:48:35 2015
New Revision: 1708782
URL: http://svn.apache.org/viewvc?rev=1708782&view=rev
Log:
Add changelog entry for fix for 58489 (QueryStatsComparator)
Modified:
tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc8.0.x/trunk/webapps/d
Author: fschumacher
Date: Thu Oct 15 10:51:29 2015
New Revision: 1708784
URL: http://svn.apache.org/viewvc?rev=1708784&view=rev
Log:
Add changelog entry for fix for 58489 (QueryStatsComparator)
Merge r1708782 from /tomcat/tc8.0.x/trunk
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
to
Author: markt
Date: Thu Oct 15 10:51:55 2015
New Revision: 1708785
URL: http://svn.apache.org/viewvc?rev=1708785&view=rev
Log:
Servlet 4.0
Add the ability to get/set the HTTP method to the PushBuilder
Modified:
tomcat/trunk/java/javax/servlet/http/PushBuilder.java
tomcat/trunk/java/org/ap
Author: markt
Date: Thu Oct 15 10:55:01 2015
New Revision: 1708786
URL: http://svn.apache.org/viewvc?rev=1708786&view=rev
Log:
Servlet 4.0
Re-order methods in PushBuilder interface to make javap checks between spec API
definition and Tomcat's API definition easier.
Correct method name setPath() -
Am 15.10.2015 um 11:56 schrieb Mark Thomas:
On 01/12/2014 19:27, Felix Schumacher wrote:
Am 1. Dezember 2014 16:56:17 MEZ, schrieb Mark Thomas :
Hi,
I've been reviewing the moderators for our various lists and if I
ignore
the no longer active ones we are below the 3 moderators the ASF likes
t
https://bz.apache.org/bugzilla/show_bug.cgi?id=58489
--- Comment #4 from Felix Schumacher ---
I have ported the fix back to tomcat 7 as well. It will be in tomcat 7.0.66.
And again it would be nice, if you could test the current trunk of tomcat 7.
--
You are receiving this mail because:
You ar
Hi Mark,
On Thu, Oct 15, 2015 at 12:24 PM, Mark Thomas wrote:
> On 01/12/2014 16:24, Martin Grigorov wrote:
> > Hi,
> >
> > On Mon, Dec 1, 2014 at 4:56 PM, Mark Thomas wrote:
> >
> >> Hi,
> >>
> >> I've been reviewing the moderators for our various lists and if I ignore
> >> the no longer activ
Author: markt
Date: Thu Oct 15 11:32:50 2015
New Revision: 1708799
URL: http://svn.apache.org/viewvc?rev=1708799&view=rev
Log:
Servlet 4.0
Complete PushBuilder interface
Still need to complete the push() implementation
Modified:
tomcat/trunk/java/javax/servlet/http/PushBuilder.java
tomcat
The Buildbot has detected a new failure on builder tomcat-7-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-7-trunk/builds/99
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSche
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/182
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSch
Author: fschumacher
Date: Thu Oct 15 12:05:58 2015
New Revision: 1708806
URL: http://svn.apache.org/viewvc?rev=1708806&view=rev
Log:
Add missing / to end tag
Modified:
tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.a
Author: fschumacher
Date: Thu Oct 15 12:07:33 2015
New Revision: 1708807
URL: http://svn.apache.org/viewvc?rev=1708807&view=rev
Log:
Add missing / to end tag
Merge r1708806 from /tomcat/tc8.0.x/trunk
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/webapps/docs/chan
The Buildbot has detected a restored build on builder tomcat-8-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-8-trunk/builds/183
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranch
Author: markt
Date: Thu Oct 15 13:57:10 2015
New Revision: 1708822
URL: http://svn.apache.org/viewvc?rev=1708822&view=rev
Log:
Servlet 4.0
Progress the PushBuilder implementation (not yet complete)
Filter headers from baseRequest and copy them to the push request
Collect necessary session info fro
ace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/checkstyle/target/checkstyle-6.12-SNAPSHOT.jar:/srv/gump/packages/antlr/antlr-3.1.3.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-20151015.ja
orts=output/logs-NIO
-Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20151015-native-src.tar.gz
-Dexamples.sources.skip=true
-Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar
-Dtest.relaxTiming=true
-Dcommons-daemon.jar=/srv/g
.reports=output/logs-NIO2
-Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20151015-native-src.tar.gz
-Dexamples.sources.skip=true
-Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar
-Dtest.relaxTiming=true
-Dcommons-daemon.
Author: markt
Date: Thu Oct 15 17:53:27 2015
New Revision: 1708856
URL: http://svn.apache.org/viewvc?rev=1708856&view=rev
Log:
Move the test case as well as the implementation
Added:
tomcat/trunk/test/org/apache/tomcat/util/collections/TestCaseInsensitiveKeyMap.java
- copied, changed f
On 15/10/2015 02:03, Fjodor Versinin wrote:
> Hi! Actually, I would like to continue to work on this, but not in
> GSOC scope anymore, because that expirience was too stressful for
> me. What about current JASPIC implementation, it is almost ready, so
> I think it would be better to keep already wr
Author: markt
Date: Thu Oct 15 19:14:43 2015
New Revision: 1708869
URL: http://svn.apache.org/viewvc?rev=1708869&view=rev
Log:
Move the path parameters to the Coyote request so it is easier for HTTP/2 push
requests to inject them.
Modified:
tomcat/trunk/java/org/apache/catalina/connector/Req
Author: markt
Date: Thu Oct 15 20:29:11 2015
New Revision: 1708886
URL: http://svn.apache.org/viewvc?rev=1708886&view=rev
Log:
Keep a reference to the cookie objects that are added to the response. It makes
generating HTTP/2 server push requests a lot simpler.
Modified:
tomcat/trunk/java/org
Author: markt
Date: Thu Oct 15 20:30:47 2015
New Revision: 1708887
URL: http://svn.apache.org/viewvc?rev=1708887&view=rev
Log:
Servlet 4.0
Complete the implementation for the creation of the PushBuilder.
Work still required on the generation of the push request.
Modified:
tomcat/trunk/java/ja
Author: markt
Date: Thu Oct 15 20:36:20 2015
New Revision: 1708889
URL: http://svn.apache.org/viewvc?rev=1708889&view=rev
Log:
Servlet 4.0
Implement a PushBuidler TODO
Conditional requests
Modified:
tomcat/trunk/java/org/apache/catalina/core/ApplicationPushBuilder.java
Modified: tomcat/trunk
[ X ] Stable - go ahead and release as 7.0.65 Stable
Tested our main application. No issues found!
On Fri, Oct 9, 2015 at 1:04 PM, Violeta Georgieva
wrote:
> The proposed Apache Tomcat 7.0.65 release is now available for voting.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/
Author: fschumacher
Date: Thu Oct 15 20:58:58 2015
New Revision: 1708892
URL: http://svn.apache.org/viewvc?rev=1708892&view=rev
Log:
Add missing opening brace
Modified:
tomcat/trunk/java/javax/servlet/http/PushBuilder.java
Modified: tomcat/trunk/java/javax/servlet/http/PushBuilder.java
URL:
Author: markt
Date: Thu Oct 15 21:44:01 2015
New Revision: 1708896
URL: http://svn.apache.org/viewvc?rev=1708896&view=rev
Log:
Servlet 4.0
Implement PushBuilder a TODO
Handle %nn encoded paths
Added:
tomcat/trunk/test/org/apache/catalina/core/TestApplicationPushBuilder.java
(with props)
Mo
Author: billbarker
Date: Fri Oct 16 01:27:58 2015
New Revision: 1708906
URL: http://svn.apache.org/viewvc?rev=1708906&view=rev
Log:
Include collections classes in the jar, not just the package. Reported by Gump
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
URL:
http://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-tc8.0.x-test-bio has an issue affecting its community
integration.
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-tc8.0.x-test-apr has an issue affecting its community
integration.
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-trunk-test-nio2 has an issue affecting its community integration.
T
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-apr has an issue affecting its community integration.
Th
https://bz.apache.org/bugzilla/show_bug.cgi?id=58497
Amit Pande changed:
What|Removed |Added
Priority|P2 |P1
Severity|critical
Author: markt
Date: Fri Oct 16 06:33:09 2015
New Revision: 1708910
URL: http://svn.apache.org/viewvc?rev=1708910&view=rev
Log:
Servlet 4.0
Use the correct character encoding (the one used for the original URI) to
decode the push path.
Modified:
tomcat/trunk/java/org/apache/catalina/core/Appl
https://bz.apache.org/bugzilla/show_bug.cgi?id=58497
--- Comment #1 from Mark Thomas ---
That class is not considered part of Tomcat's public API (see the README file).
It is liable to change between any point release.
What is the underlying requirement that means you need to extend that class?
51 matches
Mail list logo