-commons/daemon/dist/bin/commons-daemon-20160622-native-src.tar.gz
-Dexamples.sources.skip=true
-Dbase.path=/srv/gump/public/workspace/tomcat-trunk/tomcat-build-libs
-Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar
-Dtest.relaxTiming=true
-Dcommons-daemon.jar=/srv/g
Author: markt
Date: Wed Jun 22 09:36:34 2016
New Revision: 1749643
URL: http://svn.apache.org/viewvc?rev=1749643&view=rev
Log:
Add details of CVE-2016-3092
Modified:
tomcat/site/trunk/docs/security-7.html
tomcat/site/trunk/docs/security-8.html
tomcat/site/trunk/docs/security-9.html
Note: This announcement corrects several errors and omissions in the
Tomcat aspects of the announcement for CVE-2016-3092 from the Apache
Commons project that was recently forwarded to various Apache Tomcat
mailing lists.
For the sake of clarity, the Tomcat specific corrections are as follows:
1.
A while ago I observed unexpected APR_EGENERAL errors being returned
when performing SSL reads. I was unable to identify the root cause but I
did discover that if those errors were treated as EAGAIN, processing
continued normally. As a result, I committed [1].
A report on the users list [2] has hi
Author: markt
Date: Wed Jun 22 12:49:56 2016
New Revision: 1749665
URL: http://svn.apache.org/viewvc?rev=1749665&view=rev
Log: (empty)
Modified:
tomcat/trunk/webapps/docs/changelog.xml
tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint.java
Modified: tom
Author: markt
Date: Wed Jun 22 12:50:30 2016
New Revision: 1749666
URL: http://svn.apache.org/viewvc?rev=1749666&view=rev
Log:
Fix typo
Modified:
tomcat/trunk/webapps/examples/websocket/drawboard.xhtml
Modified: tomcat/trunk/webapps/examples/websocket/drawboard.xhtml
URL:
http://svn.apache.
Author: markt
Date: Wed Jun 22 12:51:55 2016
New Revision: 1749668
URL: http://svn.apache.org/viewvc?rev=1749668&view=rev
Log:
Fix typo
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/webapps/examples/websocket/drawboard.xhtml
Propchange: tomcat/tc8.5.x/trunk/
Author: markt
Date: Wed Jun 22 12:52:32 2016
New Revision: 1749669
URL: http://svn.apache.org/viewvc?rev=1749669&view=rev
Log:
Reduce the noise in the logs by filtering out common, expected errors.
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/webapps/docs/changel
Author: markt
Date: Wed Jun 22 12:52:54 2016
New Revision: 1749671
URL: http://svn.apache.org/viewvc?rev=1749671&view=rev
Log:
Fix typo
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/webapps/examples/websocket/drawboard.xhtml
Propchange: tomcat/tc8.0.x/trunk/
Author: markt
Date: Wed Jun 22 12:54:11 2016
New Revision: 1749672
URL: http://svn.apache.org/viewvc?rev=1749672&view=rev
Log:
Reduce the noise in the logs by filtering out common, expected errors.
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/webapps/docs/changel
Author: markt
Date: Wed Jun 22 12:55:30 2016
New Revision: 1749673
URL: http://svn.apache.org/viewvc?rev=1749673&view=rev
Log:
Fix typo
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/webapps/examples/websocket/drawboard.xhtml
Propchange: tomcat/tc7.0.x/trunk/
Author: markt
Date: Wed Jun 22 12:57:30 2016
New Revision: 1749675
URL: http://svn.apache.org/viewvc?rev=1749675&view=rev
Log:
Reduce the noise in the logs by filtering out common, expected errors.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/webapps/docs/changel
Hi Mark,
Am 22.06.2016 um 13:20 schrieb Mark Thomas:
A while ago I observed unexpected APR_EGENERAL errors being returned
when performing SSL reads. I was unable to identify the root cause but I
did discover that if those errors were treated as EAGAIN, processing
continued normally. As a result,
The Buildbot has detected a restored build on builder tomcat-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-trunk/builds/1463
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler sch
On 22/06/2016 14:01, Rainer Jung wrote:
> Hi Mark,
>
> Am 22.06.2016 um 13:20 schrieb Mark Thomas:
>> A while ago I observed unexpected APR_EGENERAL errors being returned
>> when performing SSL reads. I was unable to identify the root cause but I
>> did discover that if those errors were treated a
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/664
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler
Nestor Urquiza created MTOMCAT-307:
--
Summary: tomcat7:run: root context path not working in v2.2 but
works for v2.0
Key: MTOMCAT-307
URL: https://issues.apache.org/jira/browse/MTOMCAT-307
Project: A
[
https://issues.apache.org/jira/browse/MTOMCAT-234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15344352#comment-15344352
]
Mark Symons commented on MTOMCAT-234:
-
3 months have elapsed since last comment, and
I figured out the problem. The NPE was occurring because it couldn’t match the
default SSLHostConfig. The documentation says to use the sslDefaultHost
attribute of the Connector, but I get warnings saying that no matching property
is found. I had to dig into the code to find that the correct att
Author: fschumacher
Date: Wed Jun 22 19:32:40 2016
New Revision: 1749763
URL: http://svn.apache.org/viewvc?rev=1749763&view=rev
Log:
Use the correct attribute name 'defaultSSLHostConfigName' in the documentation
for http connector
Modified:
tomcat/trunk/webapps/docs/config/http.xml
Modified
Author: fschumacher
Date: Wed Jun 22 19:36:47 2016
New Revision: 1749765
URL: http://svn.apache.org/viewvc?rev=1749765&view=rev
Log:
Use the correct attribute name 'defaultSSLHostConfigName' in the documentation
for http connector
Merged r1749763 from /tomcat/trunk
Modified:
tomcat/tc8.5.x/
Author: markt
Date: Wed Jun 22 19:39:11 2016
New Revision: 1749766
URL: http://svn.apache.org/viewvc?rev=1749766&view=rev
Log:
Correctly handle OS level EAGAIN return codes during non-blocking TLS I/O
Modified:
tomcat/native/trunk/native/src/sslnetwork.c
tomcat/native/trunk/xdocs/miscell
Author: markt
Date: Wed Jun 22 19:45:48 2016
New Revision: 1749770
URL: http://svn.apache.org/viewvc?rev=1749770&view=rev
Log:
Typo
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/SocketWrapperBase.java
Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SocketWrapperBase.java
URL:
Author: fschumacher
Date: Wed Jun 22 19:55:21 2016
New Revision: 1749771
URL: http://svn.apache.org/viewvc?rev=1749771&view=rev
Log:
Use attribute name 'defaultSSLHostConfigName' to specify default ssl host
Modified:
tomcat/site/trunk/docs/migration-85.html
tomcat/site/trunk/docs/migratio
Author: fschumacher
Date: Wed Jun 22 19:57:02 2016
New Revision: 1749772
URL: http://svn.apache.org/viewvc?rev=1749772&view=rev
Log:
Tomcat 8.5 supports multiple TLS virtual hosts, too
Modified:
tomcat/site/trunk/docs/migration-85.html
tomcat/site/trunk/xdocs/migration-85.xml
Modified: t
Am 22.06.2016 um 20:19 schrieb Matt Cosentino:
I figured out the problem. The NPE was occurring because it couldn’t match the
default SSLHostConfig. The documentation says to use the sslDefaultHost
attribute of the Connector, but I get warnings saying that no matching property
is found. I had
Author: kfujino
Date: Thu Jun 23 02:22:09 2016
New Revision: 1749805
URL: http://svn.apache.org/viewvc?rev=1749805&view=rev
Log:
Add 9.0.x
Modified:
tomcat/site/trunk/docs/migration-9.html
tomcat/site/trunk/xdocs/migration-9.xml
Modified: tomcat/site/trunk/docs/migration-9.html
URL:
htt
27 matches
Mail list logo