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-tc8.0.x-validate 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-tc7.0.x-validate 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-tc7.0.x-test-nio has an issue affecting its community
integration.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60138
--- Comment #4 from Paul Scott ---
Verified fix in 8.5.6
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@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-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-tc8.0.x-validate 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-tc7.0.x-validate has an issue affecting its community
integration.
Author: markt
Date: Mon Dec 5 21:00:22 2016
New Revision: 1772805
URL: http://svn.apache.org/viewvc?rev=1772805&view=rev
Log:
Expand the search process for a server certificate when OpenSSL is used with a
JSSE connector and an explicit alias has not been configured.
Modified:
tomcat/tc8.5.
Author: markt
Date: Mon Dec 5 20:56:57 2016
New Revision: 1772802
URL: http://svn.apache.org/viewvc?rev=1772802&view=rev
Log:
Expand the search process for a server certificate when OpenSSL is used with a
JSSE connector and an explicit alias has not been configured.
Modified:
tomcat/trunk/j
The proposed Apache Tomcat 8.5.9 release is now available for voting.
The major changes compared to the 8.5.8 release are:
- Improvements to SPNEGO authentication. Patches provided by Michael
Osipov.
- Correct regression in I/O buffer handling.
- Improve handling of varargs in UEL expression
Author: markt
Date: Mon Dec 5 20:43:01 2016
New Revision: 17250
Log:
Upload 8.5.9 for voting
Added:
dev/tomcat/tomcat-8/v8.5.9/
dev/tomcat/tomcat-8/v8.5.9/KEYS (with props)
dev/tomcat/tomcat-8/v8.5.9/README.html (with props)
dev/tomcat/tomcat-8/v8.5.9/RELEASE-NOTES
dev/to
Propchange: dev/tomcat/tomcat-8/v8.5.9/src/apache-tomcat-8.5.9-src.zip
--
svn:mime-type = application/octet-stream
Added: dev/tomcat/tomcat-8/v8.5.9/src/apache-tomcat-8.5.9-src.zip.asc
=
Author: markt
Date: Mon Dec 5 20:36:13 2016
New Revision: 1772789
URL: http://svn.apache.org/viewvc?rev=1772789&view=rev
Log:
Bump version number for next dev cycle
Modified:
tomcat/tc8.5.x/trunk/build.properties.default
tomcat/tc8.5.x/trunk/res/maven/mvn.properties.default
tomcat/tc
Author: markt
Date: Mon Dec 5 20:15:53 2016
New Revision: 1772784
URL: http://svn.apache.org/viewvc?rev=1772784&view=rev
Log:
Tag 8.5.9
Added:
tomcat/tc8.5.x/tags/TOMCAT_8_5_9/ (props changed)
- copied from r1772778, tomcat/tc8.5.x/trunk/
Modified:
tomcat/tc8.5.x/tags/TOMCAT_8_5_
Author: markt
Date: Mon Dec 5 20:01:38 2016
New Revision: 1772770
URL: http://svn.apache.org/viewvc?rev=1772770&view=rev
Log:
Bump version number for next dev cycle
Modified:
tomcat/trunk/build.properties.default
tomcat/trunk/res/maven/mvn.properties.default
tomcat/trunk/webapps/docs
On 05/12/2016 14:47, Mark Thomas wrote:
> The proposed Apache Tomcat 9.0.0.M15 release is now available for voting.
>
> This is a milestone release for the 9.0.x branch. It should be
> noted that, as a milestone release:
> - Servlet 4.0 is not finalised
> - The EGs have not started work on JSP 2.4
On 05/12/2016 15:17, Emmanuel Bourg wrote:
> Hi,
>
> I've backported the fix for CVE-2016-5018 in Debian which removed the
> PrivilegedIntrospectHelper inner class in JspRuntimeLibrary, but I got
> bitten by the bug 60101 (the removed class was loaded though reflection
> in two other classes). The
Author: markt
Date: Mon Dec 5 16:08:41 2016
New Revision: 1772707
URL: http://svn.apache.org/viewvc?rev=1772707&view=rev
Log:
Add additional commit for CVE-2016-5018 fix
Modified:
tomcat/site/trunk/docs/security-6.html
tomcat/site/trunk/docs/security-7.html
tomcat/site/trunk/docs/sec
Author: markt
Date: Mon Dec 5 15:20:30 2016
New Revision: 1772687
URL: http://svn.apache.org/viewvc?rev=1772687&view=rev
Log:
Refactor. Reduce duplication identified by Simian.
No functional change.
Modified:
tomcat/trunk/java/org/apache/catalina/mbeans/MBeanFactory.java
Modified: tomcat/tr
Hi,
I've backported the fix for CVE-2016-5018 in Debian which removed the
PrivilegedIntrospectHelper inner class in JspRuntimeLibrary, but I got
bitten by the bug 60101 (the removed class was loaded though reflection
in two other classes). The security pages do not mention the extra
commit address
The proposed Apache Tomcat 9.0.0.M15 release is now available for voting.
This is a milestone release for the 9.0.x branch. It should be
noted that, as a milestone release:
- Servlet 4.0 is not finalised
- The EGs have not started work on JSP 2.4, EL 3.1 or WebSocket 1.2/2.0
The major changes com
https://bz.apache.org/bugzilla/show_bug.cgi?id=60443
Chuck Caldarale changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bz.apache.org/bugzilla/show_bug.cgi?id=60443
Eric changed:
What|Removed |Added
OS||All
--
You are receiving this mail because:
Yo
Author: markt
Date: Mon Dec 5 14:40:35 2016
New Revision: 17237
Log:
Upload 9.0.0.M15 for voting
Added:
dev/tomcat/tomcat-9/v9.0.0.M15/
dev/tomcat/tomcat-9/v9.0.0.M15/KEYS (with props)
dev/tomcat/tomcat-9/v9.0.0.M15/README.html (with props)
dev/tomcat/tomcat-9/v9.0.0.M15/RELE
https://bz.apache.org/bugzilla/show_bug.cgi?id=60443
Bug ID: 60443
Summary: Web.xml disappearance sometimes
Product: Tomcat 6
Version: 6.0.28
Hardware: PC
Status: NEW
Severity: critical
Priority: P2
Com
Added: dev/tomcat/tomcat-9/v9.0.0.M15/src/apache-tomcat-9.0.0.M15-src.tar.gz.md5
==
--- dev/tomcat/tomcat-9/v9.0.0.M15/src/apache-tomcat-9.0.0.M15-src.tar.gz.md5
(added)
+++ dev/tomcat/tomcat-9/v9.0.0.M15/src/apache-tomcat
https://bz.apache.org/bugzilla/show_bug.cgi?id=58154
Eric changed:
What|Removed |Added
CC||eric.cc...@gmail.com
--
You are receiving this
Author: markt
Date: Mon Dec 5 13:41:00 2016
New Revision: 1772668
URL: http://svn.apache.org/viewvc?rev=1772668&view=rev
Log:
Tag 9.0.0.M15
Added:
tomcat/tags/TOMCAT_9_0_0_M15/
- copied from r1772667, tomcat/trunk/
Modified:
tomcat/tags/TOMCAT_9_0_0_M15/build.properties.default
Author: markt
Date: Mon Dec 5 13:38:59 2016
New Revision: 1772667
URL: http://svn.apache.org/viewvc?rev=1772667&view=rev
Log:
Bump version number after local build problem
(built from checkout rather than export)
Modified:
tomcat/trunk/build.properties.default
tomcat/trunk/res/maven/mvn.
Author: markt
Date: Mon Dec 5 13:10:49 2016
New Revision: 1772664
URL: http://svn.apache.org/viewvc?rev=1772664&view=rev
Log:
Tag 9.0.0.M14
Added:
tomcat/tags/TOMCAT_9_0_0_M14/
- copied from r1772663, tomcat/trunk/
Modified:
tomcat/tags/TOMCAT_9_0_0_M14/build.properties.default
Author: markt
Date: Mon Dec 5 11:46:20 2016
New Revision: 1772647
URL: http://svn.apache.org/viewvc?rev=1772647&view=rev
Log:
Fix FindBugs warning. Previous code would always return null so simplify it.
Modified:
tomcat/tc8.5.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/po
Author: markt
Date: Mon Dec 5 11:46:51 2016
New Revision: 1772648
URL: http://svn.apache.org/viewvc?rev=1772648&view=rev
Log:
Mark remaining FindBugs warnings as false positives.
Modified:
tomcat/tc8.5.x/trunk/res/findbugs/filter-false-positives.xml
Modified: tomcat/tc8.5.x/trunk/res/findbu
Author: markt
Date: Mon Dec 5 11:35:25 2016
New Revision: 1772643
URL: http://svn.apache.org/viewvc?rev=1772643&view=rev
Log:
ws
Modified:
tomcat/tc8.5.x/trunk/java/org/apache/catalina/startup/ContextConfig.java
Modified:
tomcat/tc8.5.x/trunk/java/org/apache/catalina/startup/ContextConfig.
Author: markt
Date: Mon Dec 5 11:32:41 2016
New Revision: 1772642
URL: http://svn.apache.org/viewvc?rev=1772642&view=rev
Log:
FindBugs
pos doesn't need to be static.
It gets reset from indent at the beginning of every line and a StoreAppender
instance is always responsible for an entire line so
Author: markt
Date: Mon Dec 5 11:30:23 2016
New Revision: 1772641
URL: http://svn.apache.org/viewvc?rev=1772641&view=rev
Log:
Fix possible NPE identified by FindBugs
Modified:
tomcat/tc8.5.x/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java
Modified:
tomcat/tc8.5.x/tr
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/863
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler sch
Author: markt
Date: Mon Dec 5 11:26:05 2016
New Revision: 1772640
URL: http://svn.apache.org/viewvc?rev=1772640&view=rev
Log:
Back-port findbugs fixes from trunk
Modified:
tomcat/tc8.5.x/trunk/java/org/apache/coyote/http11/filters/ChunkedInputFilter.java
tomcat/tc8.5.x/trunk/res/findbug
Author: markt
Date: Mon Dec 5 11:16:08 2016
New Revision: 1772638
URL: http://svn.apache.org/viewvc?rev=1772638&view=rev
Log:
Add unit test for HTTP/2 plus async
Added:
tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/TestStreamProcessor.java
- copied, changed from r1772353,
tomcat/t
Author: markt
Date: Mon Dec 5 11:13:43 2016
New Revision: 1772637
URL: http://svn.apache.org/viewvc?rev=1772637&view=rev
Log:
Fix NPE when starting async
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/java/org/apache/coyote/AbstractProcessor.java
tomcat/tc8.5.
Author: markt
Date: Mon Dec 5 11:12:25 2016
New Revision: 1772636
URL: http://svn.apache.org/viewvc?rev=1772636&view=rev
Log:
Partial fix for async with HTTP/2
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java
Author: markt
Date: Mon Dec 5 11:12:06 2016
New Revision: 1772635
URL: http://svn.apache.org/viewvc?rev=1772635&view=rev
Log:
Re-factor calls to SocketWrapper.processSocket(SocketEvent, boolean)
Move these calls to a dedicated method to make it easier for sub-classes
to over-ride the default beh
Author: markt
Date: Mon Dec 5 11:11:40 2016
New Revision: 1772634
URL: http://svn.apache.org/viewvc?rev=1772634&view=rev
Log:
Refactor dispatches processing
Processors such as HTTP/2 need to process these per stream so it needs
to be handled in the Processor, not in the SocketWrapper.
Modified:
Author: markt
Date: Mon Dec 5 11:11:11 2016
New Revision: 1772633
URL: http://svn.apache.org/viewvc?rev=1772633&view=rev
Log:
Extract the Runnable implementation from the StreamProcessor
Added:
tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/StreamRunnable.java
- copied unchanged fro
Author: markt
Date: Mon Dec 5 11:06:34 2016
New Revision: 1772632
URL: http://svn.apache.org/viewvc?rev=1772632&view=rev
Log:
Fix warning logged during tests
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
Propchange: tomcat/tc7.0.x/trunk/
-
Author: markt
Date: Mon Dec 5 11:06:07 2016
New Revision: 1772631
URL: http://svn.apache.org/viewvc?rev=1772631&view=rev
Log:
Fix warning logged during tests
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
Propchange: tomcat/tc8.0.x/trunk/
-
Author: markt
Date: Mon Dec 5 11:05:35 2016
New Revision: 1772630
URL: http://svn.apache.org/viewvc?rev=1772630&view=rev
Log:
Fix warning logged during tests
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/test/org/apache/catalina/filters/TestRestCsrfPreventionFil
Author: markt
Date: Mon Dec 5 09:49:37 2016
New Revision: 1772616
URL: http://svn.apache.org/viewvc?rev=1772616&view=rev
Log:
Bug 58103 has been fixed (maxConnections support for NIO2) so restore this test.
Modified:
tomcat/trunk/test/org/apache/catalina/connector/TestMaxConnections.java
Mo
Author: markt
Date: Mon Dec 5 09:46:13 2016
New Revision: 1772615
URL: http://svn.apache.org/viewvc?rev=1772615&view=rev
Log:
Review current FindBugs failures (all false positives)
Modified:
tomcat/trunk/java/org/apache/coyote/http11/filters/ChunkedInputFilter.java
tomcat/trunk/res/findb
Author: markt
Date: Mon Dec 5 09:02:40 2016
New Revision: 1772607
URL: http://svn.apache.org/viewvc?rev=1772607&view=rev
Log:
Fix NPE when starting async
Modified:
tomcat/trunk/java/org/apache/coyote/AbstractProcessor.java
tomcat/trunk/java/org/apache/coyote/http2/StreamProcessor.java
M
Author: markt
Date: Mon Dec 5 09:02:54 2016
New Revision: 1772609
URL: http://svn.apache.org/viewvc?rev=1772609&view=rev
Log:
Add test for async dispatch
Modified:
tomcat/trunk/test/org/apache/coyote/http2/TestStreamProcessor.java
Modified: tomcat/trunk/test/org/apache/coyote/http2/TestStre
Author: markt
Date: Mon Dec 5 09:02:47 2016
New Revision: 1772608
URL: http://svn.apache.org/viewvc?rev=1772608&view=rev
Log:
Test passes
Modified:
tomcat/trunk/test/org/apache/coyote/http2/TestStreamProcessor.java
Modified: tomcat/trunk/test/org/apache/coyote/http2/TestStreamProcessor.java
Author: markt
Date: Mon Dec 5 09:00:52 2016
New Revision: 1772606
URL: http://svn.apache.org/viewvc?rev=1772606&view=rev
Log:
Partial fix for async with HTTP/2
Modified:
tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java
tomcat/trunk/java/org/apache/coyote/http2/StreamPro
Author: markt
Date: Mon Dec 5 08:56:13 2016
New Revision: 1772605
URL: http://svn.apache.org/viewvc?rev=1772605&view=rev
Log:
Refactor calls to SocketWrapper.processSocket(SocketEvent, boolean)
Move these calls to a dedicated method to make it easier for sub-classes
to ovre-ride the default beha
Author: markt
Date: Mon Dec 5 08:55:10 2016
New Revision: 1772604
URL: http://svn.apache.org/viewvc?rev=1772604&view=rev
Log:
Refactor dispatches processing
Processors such as HTTP/2 need to process these per stream so it needs
to be handled in the Processor, not in the SocketWrapper.
Modified:
Author: markt
Date: Mon Dec 5 08:54:49 2016
New Revision: 1772603
URL: http://svn.apache.org/viewvc?rev=1772603&view=rev
Log:
Extract the Runnable implementation from the StreamProcessor
Added:
tomcat/trunk/java/org/apache/coyote/http2/StreamRunnable.java
Modified:
tomcat/trunk/java/org/
56 matches
Mail list logo