Re: [VOTE] Release Apache Tomcat 9.0.0.M17

2017-01-13 Thread Rainer Jung

Am 10.01.2017 um 22:28 schrieb Mark Thomas:

The proposed Apache Tomcat 9.0.0.M17 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 compared to the 9.0.0.M15 release are:

- HTTP/2 fixes and improvements

- Improve the logic that selects an address to use to unlock the
  Acceptor to take account of platforms what do not listen on all
  local addresses when configured with an address of 0.0.0.0 or ::

- Fix a bug in APR/native socket close handling that resulted in
  unexpected errors for upgraded connections

Along with lots of other bug fixes and improvements

For full details, see the changelog:
http://svn.apache.org/repos/asf/tomcat/trunk/webapps/docs/changelog.xml

It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-9/v9.0.0.M17/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1112/
The svn tag is:
http://svn.apache.org/repos/asf/tomcat/tags/TOMCAT_9_0_0_M17/

The proposed 9.0.0.M17 release is:
[ ] Broken - do not release
[X] Alpha - go ahead and release as 9.0.0.M17


+1 to release as alpha.

Details
===

- SHA1 and MD5 OK
- signatures OK
- key in KEYS file
- gz and zip for src and bin consistent
- src consistent with svn tag
- builds fine
- build result looks consistent with binaries
  One difference: class 
webapps/examples/WEB-INF/classes/websocket/snake/SnakeAnnotation.class 
differs by 4 bytes. I haven't decompiled it.

- no checkstyle complaints
- no Javadoc warnings
- Unit tests: No failures
  - I did not analyze SEVERE, WARN and Exception messages
- JMX MBean Comparison with 8.5.2 (!):
  - attribute "singleThreadModel: false" removed from
21 Servlet MBeans, still exists for 11 servlets
  - WebModule MBeans new attribute "clearReferencesRmiTargets: true",
removed attribute "clearReferencesStatic: false"
  - WebModule MBeans loader attribute changed from
"WebappLoader[/myapp]" to 
"WebappLoader[StandardEngine[Catalina].StandardHost[localhost].StandardContext[/myapp]]"

  - WebModule MBeans manager attribute changed from
"org.apache.catalina.session.StandardManager[/myapp]" to 
"StandardManager[StandardEngine[Catalina].StandardHost[localhost].StandardContext[/myapp]]"

  - WebModule, Engine and Host MBeans realm attribute changed from
"Realm[LockOutRealm]" to "LockOutRealm[StandardEngine[Catalina]]"
  - ProtocolHandler MBeans new attribute
  paused: false
  acceptCount: 100
  connectionLinger: -1
removed attributes backlog, soTimeout and soLinger
  - ProtocolHandler MBean only for http new attribute
"serverRemoveAppProvidedValues: false"
  - ThreadPool MBeans new attribute
  acceptCount: 100
  connectionTimeout: -1 (2 for HTTP)
  connectionLinger: -1
  alpnSupported: false
removed attributes backlog, soTimeout and soLinger
  - MBeans 
Catalina:type=WebResourceRoot,host=localhost,context=...,name=Cache

changed values for size:
/docs: 6 -> 5
/examples: 588 -> 330
/host-manager: 9 -> 8
/manager: 11 -> 10
  - same MBean but only for /examples more changed values:
hitCount: 56 -> 25
lookupCount: 175 -> 143
  - OperatingSystem MBean changed attribute
OpenFileDescriptorCount: 85 -> 81
  - new system properties
  -Djdk.tls.ephemeralDHKeySize=2048
  -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
  - new property java.util.concurrent.ForkJoinPool.common.threadFactory
with value
org.apache.catalina.startup.SafeForkJoinWorkerThreadFactory
  - changed properties
tomcat.util.scan.StandardJarScanFilter.jarsToScan:
   log4j-core*.jar -> log4j-web*.jar
   and added slf4j-taglib*.jar
tomcat.util.scan.StandardJarScanFilter.jarsToSkip
   added hamcrest-*.jar,easymock-*.jar,cglib-*.jar,objenesis-*.jar,

Build and tests were done using Java 1.8.0_72. OS was Solaris 10 Sparc, 
tcnative was 1.2.10 based on APR 1.5.2 and OpenSSL 1.0.2j plus patches.


Thanks for RM and regards,

Rainer

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: [VOTE] Release Apache Tomcat 8.5.11

2017-01-13 Thread Rainer Jung

Am 10.01.2017 um 22:28 schrieb Mark Thomas:

The proposed Apache Tomcat 8.5.11 release is now available for voting.

The major changes compared to the 8.5.9 release are:

- HTTP/2 fixes and improvements

- Improve the logic that selects an address to use to unlock the
  Acceptor to take account of platforms what do not listen on all
  local addresses when configured with an address of 0.0.0.0 or ::

- Fix a bug in APR/native socket close handling that resulted in
  unexpected errors for upgraded connections

It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.5.11/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1113/
The svn tag is:
http://svn.apache.org/repos/asf/tomcat/tc8.5.x/tags/TOMCAT_8_5_11/

The proposed 8.5.11 release is:
[ ] Broken - do not release
[X] Stable - go ahead and release as 8.5.11


+1 to release.

Details
===

- SHA1 and MD5 OK
- signatures OK
- key in KEYS file
- gz and zip for src and bin consistent
- src consistent with svn tag
- builds fine
  - warning about unchecked calls or conversions in:
- org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java
- org/apache/tomcat/jdbc/pool/PoolProperties.java
  Not a regression
- build result looks consistent with binaries
- no checkstyle complaints
- no Javadoc warnings
- Unit tests: No failures
  - I did not analyze SEVERE, WARN and Exception messages
- JMX MBean Comparison with 8.5.2 (!):
  - attribute "singleThreadModel: false" removed from
21 Servlet MBeans, still exists for 11 servlets
  - WebModule MBeans new attribute "clearReferencesRmiTargets: true",
removed attribute "clearReferencesStatic: false"
  - ProtocolHandler MBean only for http new attribute
"serverRemoveAppProvidedValues: false"
  - ThreadPool MBeans new attribute "alpnSupported: false"
  - ThreadPool MBean only for http changed value
from "keepAliveCount: 0" to "keepAliveCount: 1"
  - MBeans 
Catalina:type=WebResourceRoot,host=localhost,context=...,name=Cache

changed values for size:
/docs: 6 -> 5
/examples: 590 -> 332
/host-manager: 9 -> 8
/manager: 11 -> 10
  - same MBean but only for /examples more changed values:
hitCount: 43 -> 25
lookupCount: 163 -> 143
size: 590 -> 332
  - OperatingSystem MBean changed attribute
OpenFileDescriptorCount: 82 -> 77
  - new system property
-Djava.protocol.handler.pkgs=org.apache.catalina.webresources
  - changed properties
tomcat.util.scan.StandardJarScanFilter.jarsToScan:
   log4j-core*.jar -> log4j-web*.jar
tomcat.util.scan.StandardJarScanFilter.jarsToSkip
   added hamcrest-*.jar,easymock-*.jar,cglib-*.jar,objenesis-*.jar,

Build and tests were done using Java 1.7.0_80. OS was Solaris 10 Sparc, 
tcnative was 1.2.10 based on APR 1.5.2 and OpenSSL 1.0.2j plus patches.


Thanks for RM and regards,

Rainer

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[GitHub] tomcat issue #39: Provide the correct port when using proxy

2017-01-13 Thread SvetlinZarev
Github user SvetlinZarev commented on the issue:

https://github.com/apache/tomcat/pull/39
  
It's not a no-op. Imagine the following case:

WS-Host: wss://echo.websocket.org
proxy-host: proxy
proxy-port: 8080

The flow is as follows:

URI path = the WS-HOST
String host = path.getHost();
int port = path.getPort(); //-1 if the ":port" part of the authority is 
missing

if(hasProxy){
proxyConnect = createProxyRequest(host, port);
}else{
   if(-1 == port) then do portDiscovery -> 80/443 depending on 
ws/wss scheme
  ...
}

So here in the proxy case the port will be -1, because WS-Host does not 
specify host. As a result the CONNECT request will not contain port in the 
request line -> hence invalid CONNECT request. 

In the non-proxy case the original code correctly performs port discovery 
based on the scheme( if a port is not explicitly  provided in WS-Host).

So what I did was to do port discovery if no port is specified, regardless 
of proxy configuration.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[GitHub] tomcat issue #39: Provide the correct port when using proxy

2017-01-13 Thread ChristopherSchultz
Github user ChristopherSchultz commented on the issue:

https://github.com/apache/tomcat/pull/39
  
This looks like a no-op change. Does the CONNECT verb not imply a default 
port number when none is present?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: [VOTE] Release Apache Tomcat 6.0.49

2017-01-13 Thread Rainer Jung

Still +1 but one corection below

Am 13.01.2017 um 15:13 schrieb Rainer Jung:

Am 13.01.2017 um 10:38 schrieb Violeta Georgieva:

The proposed Apache Tomcat 6.0.49 release is now available for voting.

Note: This is the last Tomcat 6 release.

It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-6/v6.0.49/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1114/
The svn tag is:
http://svn.apache.org/repos/asf/tomcat/tc6.0.x/tags/TOMCAT_6_0_49/

The proposed 6.0.49 release is:
[ ] Broken - do not release
[X] Stable - go ahead and release as 6.0.49 Stable


+1 to release, details and some observations below.

- SHA1 and MD5 OK
- signatures OK
- key in KEYS file
- gz and zip for src and bin consistent
  - except for some unexpected (?) line ending differences (see below)
- src consistent with svn tag
  - except for .gitignore file
- builds fine
- build result looks consistent with binaries
- JMX MBean comparison with previous version


I forgot to update this block. Comparison with version 6.0.39 (do not 
have data for versions in btween at hand):


- Server and StringCache MBeans missing in 6.0.49

- WebModule MBean new attributes:
  clearReferencesStopThreads: false
  mapperDirectoryRedirectEnabled: false
  mapperContextRootRedirectEnabled: true
  clearReferencesStopTimerThreads: false
  clearReferencesRmiTargets: true

- ThreadPool, Connector and ProtocolHandler MBeans
  new attribute localPort
  This attribute is missing in the AJP ThreadPool MBean
  (noticed for BIO).

- ProtocolHandler MBean new attribute nameIndex

- ProtocolHandler MBean new attribute
  maxCookieCount: 200
  This attribute is missing in the AJP ProtocolHandler MBean
  (noticed for BIO)

- Loader MBean for examples attribute loaderRepositoriesString 
changed value from

/WEB-INF/classes/:/WEB-INF/lib/jstl.jar:/WEB-INF/lib/standard.jar:
  to
/WEB-INF/classes/:/WEB-INF/lib/taglibs-standard-impl-1.2.5.jar:/WEB-INF/lib/taglibs-standard-spec-1.2.5.jar:
  (versioned jar files)

- Manager MBean new attribute
  warnOnSessionAttributeFilterFailure: false

- new system property jdk.tls.ephemeralDHKeySize with value 2048

- system property package.access value added 
org.apache.naming.resources. to list and list now sorted


- system property package.definition added org.apache.naming. to 
list and list now sorted



- Some javadoc warnings as normal for TC6
- no errors or failures in the unit tests
  - some observations see below

Build was done using Java 1.5.0_22, OS was Solaris 10 Sparc.

Some observations:

1) Line Endings in Unix bin tarball

I think this started with 6.0.38.

There are files with DOS line endings in the bin tar.gz. If I rebuild
from scratch on a Unix platform, they have Unix line endings. The source
tarballs and zips do have their corresponding platform line endings, but
not the binary ones.

The files with DOS line endings in the bin tarball are:

- jsp, java and html files in webapps/examples

plus:

RELEASE-NOTES
bin/catalina-tasks.xml
webapps/examples/jsp/jsp2/jspx/basic.jspx
webapps/examples/jsp/jsp2/jspx/textRotate.jspx
webapps/examples/jsp/jsp2/misc/coda.jspf
webapps/examples/jsp/jsp2/misc/prelude.jspf
webapps/examples/WEB-INF/classes/LocalStrings_en.properties
webapps/examples/WEB-INF/classes/LocalStrings_es.properties
webapps/examples/WEB-INF/classes/LocalStrings_fr.properties
webapps/examples/WEB-INF/classes/LocalStrings_pt.properties
webapps/examples/WEB-INF/classes/LocalStrings.properties
webapps/examples/WEB-INF/jsp/debug-taglib.tld
webapps/examples/WEB-INF/jsp/example-taglib.tld
webapps/examples/WEB-INF/jsp2/jsp2-example-taglib.tld
webapps/examples/WEB-INF/tags/displayProducts.tag
webapps/examples/WEB-INF/tags/helloWorld.tag
webapps/examples/WEB-INF/tags/panel.tag
webapps/examples/WEB-INF/tags/xhtmlbasic.tag
webapps/examples/WEB-INF/web.xml
webapps/host-manager/images/asf-logo.svg
webapps/host-manager/index.jsp
webapps/host-manager/manager.xml
webapps/host-manager/META-INF/context.xml
webapps/host-manager/WEB-INF/jsp/401.jsp
webapps/host-manager/WEB-INF/jsp/403.jsp
webapps/host-manager/WEB-INF/web.xml
webapps/manager/images/asf-logo.svg
webapps/manager/index.jsp
webapps/manager/META-INF/context.xml
webapps/manager/status.xsd
webapps/manager/WEB-INF/jsp/401.jsp
webapps/manager/WEB-INF/jsp/403.jsp
webapps/manager/WEB-INF/jsp/sessionDetail.jsp
webapps/manager/WEB-INF/jsp/sessionsList.jsp
webapps/manager/WEB-INF/web.xml
webapps/manager/xform.xsl
webapps/ROOT/asf-logo-wide.svg
webapps/ROOT/index.html
webapps/ROOT/index.jsp
webapps/ROOT/RELEASE-NOTES.txt
webapps/ROOT/tomcat.svg
webapps/ROOT/WEB-INF/web.xml

2) Unit test SEVERE and WARN log lines and exceptions
(probably not new)

a) SEVERE: Unable to start election when member was removed.

in org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
memberDisappeared

with either


svn commit: r1778603 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AbstractJsseEndpoint.java SecureNio2Channel.java SecureNioChannel.java

2017-01-13 Thread markt
Author: markt
Date: Fri Jan 13 14:42:01 2017
New Revision: 1778603

URL: http://svn.apache.org/viewvc?rev=1778603=rev
Log:
Adding ALPN support for JSSE with Java 9
Add some plumbing to exposed the client requested application protocols to the 
method that configures the SSLEngine

Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/AbstractJsseEndpoint.java
tomcat/trunk/java/org/apache/tomcat/util/net/SecureNio2Channel.java
tomcat/trunk/java/org/apache/tomcat/util/net/SecureNioChannel.java

Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractJsseEndpoint.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/net/AbstractJsseEndpoint.java?rev=1778603=1778602=1778603=diff
==
--- tomcat/trunk/java/org/apache/tomcat/util/net/AbstractJsseEndpoint.java 
(original)
+++ tomcat/trunk/java/org/apache/tomcat/util/net/AbstractJsseEndpoint.java Fri 
Jan 13 14:42:01 2017
@@ -137,7 +137,8 @@ public abstract class AbstractJsseEndpoi
 }
 
 
-protected SSLEngine createSSLEngine(String sniHostName, List 
clientRequestedCiphers) {
+protected SSLEngine createSSLEngine(String sniHostName, List 
clientRequestedCiphers,
+List clientRequestedApplicationProtocols) {
 SSLHostConfig sslHostConfig = getSSLHostConfig(sniHostName);
 
 SSLHostConfigCertificate certificate = 
selectCertificate(sslHostConfig, clientRequestedCiphers);

Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SecureNio2Channel.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/net/SecureNio2Channel.java?rev=1778603=1778602=1778603=diff
==
--- tomcat/trunk/java/org/apache/tomcat/util/net/SecureNio2Channel.java 
(original)
+++ tomcat/trunk/java/org/apache/tomcat/util/net/SecureNio2Channel.java Fri Jan 
13 14:42:01 2017
@@ -353,9 +353,12 @@ public class SecureNio2Channel extends N
 
 String hostName = null;
 List clientRequestedCiphers = null;
+List clientRequestedApplicationProtocols = null;
 switch (extractor.getResult()) {
 case COMPLETE:
 hostName = extractor.getSNIValue();
+clientRequestedApplicationProtocols =
+extractor.getClientRequestedApplicationProtocols();
 //$FALL-THROUGH$ to set the client requested ciphers
 case NOT_PRESENT:
 clientRequestedCiphers = extractor.getClientRequestedCiphers();
@@ -377,7 +380,8 @@ public class SecureNio2Channel extends N
 log.debug(sm.getString("channel.nio.ssl.sniHostName", hostName));
 }
 
-sslEngine = endpoint.createSSLEngine(hostName, clientRequestedCiphers);
+sslEngine = endpoint.createSSLEngine(hostName, clientRequestedCiphers,
+clientRequestedApplicationProtocols);
 
 // Ensure the application buffers (which have to be created earlier) 
are
 // big enough.

Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SecureNioChannel.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/net/SecureNioChannel.java?rev=1778603=1778602=1778603=diff
==
--- tomcat/trunk/java/org/apache/tomcat/util/net/SecureNioChannel.java 
(original)
+++ tomcat/trunk/java/org/apache/tomcat/util/net/SecureNioChannel.java Fri Jan 
13 14:42:01 2017
@@ -290,9 +290,12 @@ public class SecureNioChannel extends Ni
 
 String hostName = null;
 List clientRequestedCiphers = null;
+List clientRequestedApplicationProtocols = null;
 switch (extractor.getResult()) {
 case COMPLETE:
 hostName = extractor.getSNIValue();
+clientRequestedApplicationProtocols =
+extractor.getClientRequestedApplicationProtocols();
 //$FALL-THROUGH$ to set the client requested ciphers
 case NOT_PRESENT:
 clientRequestedCiphers = extractor.getClientRequestedCiphers();
@@ -313,7 +316,8 @@ public class SecureNioChannel extends Ni
 log.debug(sm.getString("channel.nio.ssl.sniHostName", hostName));
 }
 
-sslEngine = endpoint.createSSLEngine(hostName, clientRequestedCiphers);
+sslEngine = endpoint.createSSLEngine(hostName, clientRequestedCiphers,
+clientRequestedApplicationProtocols);
 
 // Ensure the application buffers (which have to be created earlier) 
are
 // big enough.



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r1778602 - in /tomcat/tc8.5.x/trunk: ./ webapps/docs/changelog.xml

2017-01-13 Thread markt
Author: markt
Date: Fri Jan 13 14:40:07 2017
New Revision: 1778602

URL: http://svn.apache.org/viewvc?rev=1778602=rev
Log:
ws

Modified:
tomcat/tc8.5.x/trunk/   (props changed)
tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml

Propchange: tomcat/tc8.5.x/trunk/
--
--- svn:mergeinfo (original)
+++ svn:mergeinfo Fri Jan 13 14:40:07 2017
@@ -1 +1 @@
-/tomcat/trunk:1734785,1734799,1734845,1734928,1735041,1735044,1735480,1735577,1735597,1735599-1735600,1735615,1736145,1736162,1736209,1736280,1736297,1736299,1736489,1736646,1736703,1736836,1736849,1737104-1737105,1737112,1737117,1737119-1737120,1737155,1737157,1737192,1737280,1737339,1737632,1737664,1737715,1737748,1737785,1737834,1737860,1737903,1737959,1738005,1738007,1738014-1738015,1738018,1738022,1738039,1738043,1738059-1738060,1738147,1738149,1738174-1738175,1738261,1738589,1738623-1738625,1738643,1738816,1738850,1738855,1738946-1738948,1738953-1738954,1738979,1738982,1739079-1739081,1739087,1739113,1739153,1739172,1739176,1739191,1739474,1739726,1739762,1739775,1739814,1739817-1739818,1739975,1740131,1740324,1740465,1740495,1740508-1740509,1740520,1740535,1740707,1740803,1740810,1740969,1740980,1740991,1740997,1741015,1741033,1741036,1741058,1741060,1741080,1741147,1741159,1741164,1741173,1741181,1741190,1741197,1741202,1741208,1741213,1741221,1741225,1741232,1741409,1741501
 
,1741677,1741892,1741896,1741984,1742023,1742042,1742071,1742090,1742093,1742101,1742105,1742111,1742139,1742146,1742148,1742166,1742181,1742184,1742187,1742246,1742248-1742251,1742263-1742264,1742268,1742276,1742369,1742387,1742448,1742509-1742512,1742917,1742919,1742933,1742975-1742976,1742984,1742986,1743019,1743115,1743117,1743124-1743125,1743134,1743425,1743554,1743679,1743696-1743698,1743700-1743701,1744058,1744064-1744065,1744125,1744194,1744229,1744270,1744323,1744432,1744684,1744697,1744705,1744713,1744760,1744786,1745083,1745142-1745143,1745145,1745177,1745179-1745180,1745227,1745248,1745254,1745337,1745467,1745473,1745576,1745735,1745744,1746304,1746306-1746307,1746319,1746327,1746338,1746340-1746341,1746344,1746427,1746441,1746473,1746490,1746492,1746495-1746496,1746499-1746501,1746503-1746507,1746509,1746549,1746551,1746554,1746556,1746558,1746584,1746620,1746649,1746724,1746939,1746989,1747014,1747028,1747035,1747210,1747225,1747234,1747253,1747404,1747506,1747536,1747
 
924,1747980,1747993,1748001,1748253,1748452,1748547,1748629,1748676,1748715,1749287,1749296,1749328,1749373,1749465,1749506,1749508,1749665-1749666,1749763,1749865-1749866,1749898,1749978,1749980,1750011,1750015,1750056,1750480,1750617,1750634,1750692,1750697,1750700,1750703,1750707,1750714,1750718,1750723,1750774,1750899,1750975,1750995,1751061,1751097,1751173,1751438,1751447,1751463,1751702,1752212,1752737,1752745,1753078,1753080,1753358,1753363,1754111,1754140-1754141,1754281,1754310,1754445,1754467,1754494,1754496,1754528,1754532-1754533,1754613,1754714,1754874,1754941,1754944,1754950-1754951,1755005,1755007,1755009,1755132,1755180-1755181,1755185,1755190,1755204-1755206,1755208,1755214,1755224,1755227,1755230,1755629,1755646-1755647,1755650,1755653,1755675,1755680,1755683,1755693,1755717,1755731-1755737,1755812,1755828,1755884,1755890,1755918-1755919,1755942,1755958,1755960,1755970,1755993,1756013,1756019,1756039,1756056,1756083-1756114,1756175,1756288-1756289,1756408-1756410,1
 
756778,1756798,1756878,1756898,1756939,1757123-1757124,1757126,1757128,1757132-1757133,1757136,1757145,1757167-1757168,1757175,1757180,1757182,1757195,1757271,1757278,1757347,1757353-1757354,1757363,1757374,1757399,1757406,1757408,1757485,1757495,1757499,1757527,1757578,1757684,1757722,1757727,1757790,1757799,1757813,1757853,1757883,1757903,1757976,1757997,1758000,1758058,1758072-1758075,1758078-1758079,1758223,1758257,1758261,1758276,1758292,1758369,1758378-1758383,1758421,1758423,1758425-1758427,1758430,1758443,1758448,1758459,1758483,1758486-1758487,1758499,1758525,1758556,1758580,1758582,1758584,1758588,1758842,1759019,1759212,1759224,1759227,1759252,1759274,1759513-1759516,1759611,1759757,1759785-1759790,1760005,1760022,1760109-1760110,1760135,1760200-1760201,1760227,1760300,1760397,1760446,1760454,1760640,1760648,1761057,1761422,1761491,1761498,1761500-1761501,1761550,1761553,1761572,1761574,1761625-1761626,1761628,1761682,1761740,1761752,1762051-1762053,1762123,1762168,176217
 

svn commit: r1778600 - /tomcat/trunk/webapps/docs/changelog.xml

2017-01-13 Thread markt
Author: markt
Date: Fri Jan 13 14:39:44 2017
New Revision: 1778600

URL: http://svn.apache.org/viewvc?rev=1778600=rev
Log:
ws

Modified:
tomcat/trunk/webapps/docs/changelog.xml

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1778600=1778599=1778600=diff
==
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Fri Jan 13 14:39:44 2017
@@ -53,7 +53,7 @@
   
   
 Improve NIO2 look-ahead parsing of TLS client hello for SNI with large
-client hello messages. (markt) 
+client hello messages. (markt)
   
 
   



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: [VOTE] Release Apache Tomcat 6.0.49

2017-01-13 Thread Rainer Jung

Am 13.01.2017 um 10:38 schrieb Violeta Georgieva:

The proposed Apache Tomcat 6.0.49 release is now available for voting.

Note: This is the last Tomcat 6 release.

It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-6/v6.0.49/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1114/
The svn tag is:
http://svn.apache.org/repos/asf/tomcat/tc6.0.x/tags/TOMCAT_6_0_49/

The proposed 6.0.49 release is:
[ ] Broken - do not release
[X] Stable - go ahead and release as 6.0.49 Stable


+1 to release, details and some observations below.

- SHA1 and MD5 OK
- signatures OK
- key in KEYS file
- gz and zip for src and bin consistent
  - except for some unexpected (?) line ending differences (see below)
- src consistent with svn tag
  - except for .gitignore file
- builds fine
- build result looks consistent with binaries
- JMX MBean comparison with previous version OK
  - no changes in attribute structure
  - scan tldScanTime maybe a bit lower than before
- Some javadoc warnings as normal for TC6
- no errors or failures in the unit tests
  - some observations see below

Build was done using Java 1.5.0_22, OS was Solaris 10 Sparc.

Some observations:

1) Line Endings in Unix bin tarball

I think this started with 6.0.38.

There are files with DOS line endings in the bin tar.gz. If I rebuild 
from scratch on a Unix platform, they have Unix line endings. The source 
tarballs and zips do have their corresponding platform line endings, but 
not the binary ones.


The files with DOS line endings in the bin tarball are:

- jsp, java and html files in webapps/examples

plus:

RELEASE-NOTES
bin/catalina-tasks.xml
webapps/examples/jsp/jsp2/jspx/basic.jspx
webapps/examples/jsp/jsp2/jspx/textRotate.jspx
webapps/examples/jsp/jsp2/misc/coda.jspf
webapps/examples/jsp/jsp2/misc/prelude.jspf
webapps/examples/WEB-INF/classes/LocalStrings_en.properties
webapps/examples/WEB-INF/classes/LocalStrings_es.properties
webapps/examples/WEB-INF/classes/LocalStrings_fr.properties
webapps/examples/WEB-INF/classes/LocalStrings_pt.properties
webapps/examples/WEB-INF/classes/LocalStrings.properties
webapps/examples/WEB-INF/jsp/debug-taglib.tld
webapps/examples/WEB-INF/jsp/example-taglib.tld
webapps/examples/WEB-INF/jsp2/jsp2-example-taglib.tld
webapps/examples/WEB-INF/tags/displayProducts.tag
webapps/examples/WEB-INF/tags/helloWorld.tag
webapps/examples/WEB-INF/tags/panel.tag
webapps/examples/WEB-INF/tags/xhtmlbasic.tag
webapps/examples/WEB-INF/web.xml
webapps/host-manager/images/asf-logo.svg
webapps/host-manager/index.jsp
webapps/host-manager/manager.xml
webapps/host-manager/META-INF/context.xml
webapps/host-manager/WEB-INF/jsp/401.jsp
webapps/host-manager/WEB-INF/jsp/403.jsp
webapps/host-manager/WEB-INF/web.xml
webapps/manager/images/asf-logo.svg
webapps/manager/index.jsp
webapps/manager/META-INF/context.xml
webapps/manager/status.xsd
webapps/manager/WEB-INF/jsp/401.jsp
webapps/manager/WEB-INF/jsp/403.jsp
webapps/manager/WEB-INF/jsp/sessionDetail.jsp
webapps/manager/WEB-INF/jsp/sessionsList.jsp
webapps/manager/WEB-INF/web.xml
webapps/manager/xform.xsl
webapps/ROOT/asf-logo-wide.svg
webapps/ROOT/index.html
webapps/ROOT/index.jsp
webapps/ROOT/RELEASE-NOTES.txt
webapps/ROOT/tomcat.svg
webapps/ROOT/WEB-INF/web.xml

2) Unit test SEVERE and WARN log lines and exceptions
(probably not new)

a) SEVERE: Unable to start election when member was removed.

in org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator 
memberDisappeared


with either

org.apache.catalina.tribes.ChannelException: Operation has timed 
out(3000 ms.).; Faulty members:tcp://{...}:4001;


or

org.apache.catalina.tribes.ChannelException: java.net.ConnectException: 
Connection refused; Faulty members:tcp://{...}:4008;


always in 
org.apache.catalina.tribes.group.interceptors.TestNonBlockingCoordinator


twice for bio and nio, once for apr.

b) WARNING: Error receiving mcast package. Sleeping 500ms

mostly in 
org.apache.catalina.tribes.membership.McastServiceImpl$ReceiverThread run


combined with

java.io.InterruptedIOException: operation interrupted

for the following tests in org.apache.catalina.tribes.group:

- TestGroupChannelMemberArrival
- TestGroupChannelOptionFlag
- TestGroupChannelStartStop
- interceptors.TestDomainFilterInterceptor
- interceptors.TestNonBlockingCoordinator
- interceptors.TestOrderInterceptor
- interceptors.TestTcpFailureDetector

c) WARNING: An application attempted to obtain a request dispatcher with 
an illegal path [/prefix/%2E%2E/target] that was rejected because it 
contained an encoded directory traversal attempt


in org.apache.catalina.core.ApplicationContext getRequestDispatcher

combined with

java.lang.IllegalArgumentException

in test org.apache.catalina.core.TestApplicationContext for bio, nio, apr.

d) java.lang.NoClassDefFoundError: 
org/apache/catalina/tribes/transport/nio/NioReplicationTask$2


once Exception in thread "pool-1-thread-2" and once Exception in 

svn commit: r1778584 - /tomcat/trunk/java/org/apache/tomcat/util/compat/JreCompat.java

2017-01-13 Thread markt
Author: markt
Date: Fri Jan 13 13:37:14 2017
New Revision: 1778584

URL: http://svn.apache.org/viewvc?rev=1778584=rev
Log:
Correct location of comment

Modified:
tomcat/trunk/java/org/apache/tomcat/util/compat/JreCompat.java

Modified: tomcat/trunk/java/org/apache/tomcat/util/compat/JreCompat.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/compat/JreCompat.java?rev=1778584=1778583=1778584=diff
==
--- tomcat/trunk/java/org/apache/tomcat/util/compat/JreCompat.java (original)
+++ tomcat/trunk/java/org/apache/tomcat/util/compat/JreCompat.java Fri Jan 13 
13:37:14 2017
@@ -49,13 +49,13 @@ public class JreCompat {
 }
 
 
-// Java 8 implementation of Java 9 methods
-
 public static boolean isJre9Available() {
 return jre9Available;
 }
 
 
+// Java 8 implementation of Java 9 methods
+
 /**
  * Test if the provided exception is an instance of
  * java.lang.reflect.InaccessibleObjectException.



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r1778583 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/SecureNio2Channel.java webapps/docs/changelog.xml

2017-01-13 Thread markt
Author: markt
Date: Fri Jan 13 13:22:42 2017
New Revision: 1778583

URL: http://svn.apache.org/viewvc?rev=1778583=rev
Log:
Underflow when parsing the client hello means we need to do a read with the 
completion handler. Looks like a copy/paste error from NIO.

Modified:
tomcat/tc8.5.x/trunk/   (props changed)
tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/net/SecureNio2Channel.java
tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml

Propchange: tomcat/tc8.5.x/trunk/
--
--- svn:mergeinfo (original)
+++ svn:mergeinfo Fri Jan 13 13:22:42 2017
@@ -1 +1 @@
-/tomcat/trunk:1734785,1734799,1734845,1734928,1735041,1735044,1735480,1735577,1735597,1735599-1735600,1735615,1736145,1736162,1736209,1736280,1736297,1736299,1736489,1736646,1736703,1736836,1736849,1737104-1737105,1737112,1737117,1737119-1737120,1737155,1737157,1737192,1737280,1737339,1737632,1737664,1737715,1737748,1737785,1737834,1737860,1737903,1737959,1738005,1738007,1738014-1738015,1738018,1738022,1738039,1738043,1738059-1738060,1738147,1738149,1738174-1738175,1738261,1738589,1738623-1738625,1738643,1738816,1738850,1738855,1738946-1738948,1738953-1738954,1738979,1738982,1739079-1739081,1739087,1739113,1739153,1739172,1739176,1739191,1739474,1739726,1739762,1739775,1739814,1739817-1739818,1739975,1740131,1740324,1740465,1740495,1740508-1740509,1740520,1740535,1740707,1740803,1740810,1740969,1740980,1740991,1740997,1741015,1741033,1741036,1741058,1741060,1741080,1741147,1741159,1741164,1741173,1741181,1741190,1741197,1741202,1741208,1741213,1741221,1741225,1741232,1741409,1741501
 
,1741677,1741892,1741896,1741984,1742023,1742042,1742071,1742090,1742093,1742101,1742105,1742111,1742139,1742146,1742148,1742166,1742181,1742184,1742187,1742246,1742248-1742251,1742263-1742264,1742268,1742276,1742369,1742387,1742448,1742509-1742512,1742917,1742919,1742933,1742975-1742976,1742984,1742986,1743019,1743115,1743117,1743124-1743125,1743134,1743425,1743554,1743679,1743696-1743698,1743700-1743701,1744058,1744064-1744065,1744125,1744194,1744229,1744270,1744323,1744432,1744684,1744697,1744705,1744713,1744760,1744786,1745083,1745142-1745143,1745145,1745177,1745179-1745180,1745227,1745248,1745254,1745337,1745467,1745473,1745576,1745735,1745744,1746304,1746306-1746307,1746319,1746327,1746338,1746340-1746341,1746344,1746427,1746441,1746473,1746490,1746492,1746495-1746496,1746499-1746501,1746503-1746507,1746509,1746549,1746551,1746554,1746556,1746558,1746584,1746620,1746649,1746724,1746939,1746989,1747014,1747028,1747035,1747210,1747225,1747234,1747253,1747404,1747506,1747536,1747
 
924,1747980,1747993,1748001,1748253,1748452,1748547,1748629,1748676,1748715,1749287,1749296,1749328,1749373,1749465,1749506,1749508,1749665-1749666,1749763,1749865-1749866,1749898,1749978,1749980,1750011,1750015,1750056,1750480,1750617,1750634,1750692,1750697,1750700,1750703,1750707,1750714,1750718,1750723,1750774,1750899,1750975,1750995,1751061,1751097,1751173,1751438,1751447,1751463,1751702,1752212,1752737,1752745,1753078,1753080,1753358,1753363,1754111,1754140-1754141,1754281,1754310,1754445,1754467,1754494,1754496,1754528,1754532-1754533,1754613,1754714,1754874,1754941,1754944,1754950-1754951,1755005,1755007,1755009,1755132,1755180-1755181,1755185,1755190,1755204-1755206,1755208,1755214,1755224,1755227,1755230,1755629,1755646-1755647,1755650,1755653,1755675,1755680,1755683,1755693,1755717,1755731-1755737,1755812,1755828,1755884,1755890,1755918-1755919,1755942,1755958,1755960,1755970,1755993,1756013,1756019,1756039,1756056,1756083-1756114,1756175,1756288-1756289,1756408-1756410,1
 
756778,1756798,1756878,1756898,1756939,1757123-1757124,1757126,1757128,1757132-1757133,1757136,1757145,1757167-1757168,1757175,1757180,1757182,1757195,1757271,1757278,1757347,1757353-1757354,1757363,1757374,1757399,1757406,1757408,1757485,1757495,1757499,1757527,1757578,1757684,1757722,1757727,1757790,1757799,1757813,1757853,1757883,1757903,1757976,1757997,1758000,1758058,1758072-1758075,1758078-1758079,1758223,1758257,1758261,1758276,1758292,1758369,1758378-1758383,1758421,1758423,1758425-1758427,1758430,1758443,1758448,1758459,1758483,1758486-1758487,1758499,1758525,1758556,1758580,1758582,1758584,1758588,1758842,1759019,1759212,1759224,1759227,1759252,1759274,1759513-1759516,1759611,1759757,1759785-1759790,1760005,1760022,1760109-1760110,1760135,1760200-1760201,1760227,1760300,1760397,1760446,1760454,1760640,1760648,1761057,1761422,1761491,1761498,1761500-1761501,1761550,1761553,1761572,1761574,1761625-1761626,1761628,1761682,1761740,1761752,1762051-1762053,1762123,1762168,176217
 

svn commit: r1778582 - in /tomcat/trunk: java/org/apache/tomcat/util/net/SecureNio2Channel.java webapps/docs/changelog.xml

2017-01-13 Thread markt
Author: markt
Date: Fri Jan 13 13:21:59 2017
New Revision: 1778582

URL: http://svn.apache.org/viewvc?rev=1778582=rev
Log:
Underflow when parsing the client hello means we need to do a read with the 
completion handler. Looks like a copy/paste error from NIO.

Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/SecureNio2Channel.java
tomcat/trunk/webapps/docs/changelog.xml

Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SecureNio2Channel.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/net/SecureNio2Channel.java?rev=1778582=1778581=1778582=diff
==
--- tomcat/trunk/java/org/apache/tomcat/util/net/SecureNio2Channel.java 
(original)
+++ tomcat/trunk/java/org/apache/tomcat/util/net/SecureNio2Channel.java Fri Jan 
13 13:21:59 2017
@@ -338,7 +338,7 @@ public class SecureNio2Channel extends N
 
 TLSClientHelloExtractor extractor = new 
TLSClientHelloExtractor(netInBuffer);
 
-while (extractor.getResult() == ExtractorResult.UNDERFLOW &&
+if (extractor.getResult() == ExtractorResult.UNDERFLOW &&
 netInBuffer.capacity() < endpoint.getSniParseLimit()) {
 // extractor needed more data to process but netInBuffer was full 
so
 // expand the buffer and read some more data.
@@ -347,8 +347,8 @@ public class SecureNio2Channel extends N
 Integer.toString(newLimit)));
 
 netInBuffer = ByteBufferUtils.expand(netInBuffer, newLimit);
-sc.read(netInBuffer);
-extractor = new TLSClientHelloExtractor(netInBuffer);
+sc.read(netInBuffer, socket, handshakeReadCompletionHandler);
+return 1;
 }
 
 String hostName = null;

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1778582=1778581=1778582=diff
==
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Fri Jan 13 13:21:59 2017
@@ -51,6 +51,10 @@
 Improve handling of case when an HTTP/2 client sends more data that is
 subject to flow control than the current window size allows. (markt)
   
+  
+Improve NIO2 look-ahead parsing of TLS client hello for SNI with large
+client hello messages. (markt) 
+  
 
   
   



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r1778575 - /tomcat/trunk/java/org/apache/tomcat/util/net/TLSClientHelloExtractor.java

2017-01-13 Thread markt
Author: markt
Date: Fri Jan 13 12:50:01 2017
New Revision: 1778575

URL: http://svn.apache.org/viewvc?rev=1778575=rev
Log:
Adding ALPN support for JSSE with Java 9
Expand the data extracted from the TLS client hello to include the client 
requested ALPN names.

Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/TLSClientHelloExtractor.java

Modified: 
tomcat/trunk/java/org/apache/tomcat/util/net/TLSClientHelloExtractor.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/net/TLSClientHelloExtractor.java?rev=1778575=1778574=1778575=diff
==
--- tomcat/trunk/java/org/apache/tomcat/util/net/TLSClientHelloExtractor.java 
(original)
+++ tomcat/trunk/java/org/apache/tomcat/util/net/TLSClientHelloExtractor.java 
Fri Jan 13 12:50:01 2017
@@ -27,7 +27,8 @@ import org.apache.tomcat.util.net.openss
 import org.apache.tomcat.util.res.StringManager;
 
 /**
- * This class extracts the SNI host name from a TLS client-hello message.
+ * This class extracts the SNI host name and ALPN protocols from a TLS
+ * client-hello message.
  */
 public class TLSClientHelloExtractor {
 
@@ -37,9 +38,12 @@ public class TLSClientHelloExtractor {
 private final ExtractorResult result;
 private final List clientRequestedCiphers;
 private final String sniValue;
+private final List clientRequestedApplicationProtocols;
 
 private static final int TLS_RECORD_HEADER_LEN = 5;
 
+private static final int TLS_EXTENSION_SERVER_NAME = 0;
+private static final int TLS_EXTENSION_ALPN = 16;
 
 /**
  * Creates the instance of the parser and processes the provided buffer. 
The
@@ -59,6 +63,7 @@ public class TLSClientHelloExtractor {
 int limit = netInBuffer.limit();
 ExtractorResult result = ExtractorResult.NOT_PRESENT;
 List clientRequestedCiphers = new ArrayList<>();
+List clientRequestedApplicationProtocols = new ArrayList<>();
 String sniValue = null;
 try {
 // Switch to read mode.
@@ -116,16 +121,32 @@ public class TLSClientHelloExtractor {
 
 // Extension length
 skipBytes(netInBuffer, 2);
-// Read the extensions until we run out of data or find the SNI
-while (netInBuffer.hasRemaining() && sniValue == null) {
-sniValue = readSniExtension(netInBuffer);
-}
-if (sniValue != null) {
-result = ExtractorResult.COMPLETE;
+// Read the extensions until we run out of data or find the data
+// we need
+while (netInBuffer.hasRemaining() &&
+(sniValue == null || 
clientRequestedApplicationProtocols.size() == 0)) {
+// Extension type is two byte
+char extensionType = netInBuffer.getChar();
+// Extension size is another two bytes
+char extensionDataSize = netInBuffer.getChar();
+switch (extensionType) {
+case TLS_EXTENSION_SERVER_NAME: {
+sniValue = readSniExtension(netInBuffer);
+break;
+}
+case TLS_EXTENSION_ALPN:
+readAlpnExtension(netInBuffer, 
clientRequestedApplicationProtocols);
+break;
+default: {
+skipBytes(netInBuffer, extensionDataSize);
+}
+}
 }
+result = ExtractorResult.COMPLETE;
 } finally {
 this.result = result;
 this.clientRequestedCiphers = clientRequestedCiphers;
+this.clientRequestedApplicationProtocols = 
clientRequestedApplicationProtocols;
 this.sniValue = sniValue;
 // Whatever happens, return the buffer to its original state
 netInBuffer.limit(limit);
@@ -157,6 +178,14 @@ public class TLSClientHelloExtractor {
 }
 
 
+public List getClientRequestedApplicationProtocols() {
+if (result == ExtractorResult.COMPLETE || result == 
ExtractorResult.NOT_PRESENT) {
+return clientRequestedApplicationProtocols;
+} else {
+throw new IllegalStateException();
+}
+}
+
 private static ExtractorResult handleIncompleteRead(ByteBuffer bb) {
 if (bb.limit() == bb.capacity()) {
 // Buffer not big enough
@@ -223,23 +252,30 @@ public class TLSClientHelloExtractor {
 
 
 private static String readSniExtension(ByteBuffer bb) {
-// SNI extension is type 0
-char extensionType = bb.getChar();
-// Next byte is data size
-char extensionDataSize = bb.getChar();
-if (extensionType == 0) {
-// First 2 bytes are size of server name list (only expecting one)
-// Next byte is type (0 for hostname)
-skipBytes(bb, 3);
-// Next 2 bytes are length of host name
-

svn commit: r1778573 - in /tomcat/tc8.0.x/trunk: build.properties.default res/maven/mvn.properties.default webapps/docs/changelog.xml

2017-01-13 Thread violetagg
Author: violetagg
Date: Fri Jan 13 12:43:55 2017
New Revision: 1778573

URL: http://svn.apache.org/viewvc?rev=1778573=rev
Log:
Prep for next version

Modified:
tomcat/tc8.0.x/trunk/build.properties.default
tomcat/tc8.0.x/trunk/res/maven/mvn.properties.default
tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc8.0.x/trunk/build.properties.default
URL: 
http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/build.properties.default?rev=1778573=1778572=1778573=diff
==
--- tomcat/tc8.0.x/trunk/build.properties.default (original)
+++ tomcat/tc8.0.x/trunk/build.properties.default Fri Jan 13 12:43:55 2017
@@ -25,7 +25,7 @@
 # - Version Control Flags -
 version.major=8
 version.minor=0
-version.build=40
+version.build=41
 version.patch=0
 version.suffix=-dev
 

Modified: tomcat/tc8.0.x/trunk/res/maven/mvn.properties.default
URL: 
http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/maven/mvn.properties.default?rev=1778573=1778572=1778573=diff
==
--- tomcat/tc8.0.x/trunk/res/maven/mvn.properties.default (original)
+++ tomcat/tc8.0.x/trunk/res/maven/mvn.properties.default Fri Jan 13 12:43:55 
2017
@@ -35,7 +35,7 @@ maven.asf.release.repo.url=https://repos
 maven.asf.release.repo.repositoryId=apache.releases
 
 # Release version info
-maven.asf.release.deploy.version=8.0.40
+maven.asf.release.deploy.version=8.0.41
 
 #Where do we load the libraries from
 tomcat.lib.path=../../output/build/lib

Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml?rev=1778573=1778572=1778573=diff
==
--- tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Fri Jan 13 12:43:55 2017
@@ -44,7 +44,9 @@
   They eventually become mixed with the numbered issues. (I.e., numbered
   issues do not "pop up" wrt. others).
 -->
-
+
+
+
   
 
   



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[VOTE] Release Apache Tomcat 8.0.40

2017-01-13 Thread Violeta Georgieva
The proposed Apache Tomcat 8.0.40 release is now available for voting.

It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.40/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1116/
The svn tag is:
http://svn.apache.org/repos/asf/tomcat/tc8.0.x/tags/TOMCAT_8_0_40/

The proposed 8.0.40 release is:
[ ] Broken - do not release
[ ] Stable - go ahead and release as 8.0.40

Regards,
Violeta


svn commit: r17797 [2/2] - in /dev/tomcat/tomcat-8/v8.0.40: ./ bin/ bin/embed/ bin/extras/ src/

2017-01-13 Thread violetagg
Added: dev/tomcat/tomcat-8/v8.0.40/bin/extras/catalina-ws.jar.asc
==
--- dev/tomcat/tomcat-8/v8.0.40/bin/extras/catalina-ws.jar.asc (added)
+++ dev/tomcat/tomcat-8/v8.0.40/bin/extras/catalina-ws.jar.asc Fri Jan 13 
12:34:33 2017
@@ -0,0 +1,17 @@
+-BEGIN PGP SIGNATURE-
+Version: GnuPG v2
+
+iQIbBAABCgAGBQJYeMA8AAoJECCLCrHWMBHHh/gP93ZKsQbXnDkg+v7sY/DWYyEv
+jHNf5l6cTf4F6UQA1gHOz/BDTeHqrkNV2T/3gVT/d9US4g6iftWGaKK35v1KvzxV
+DBkaaxdP8SJGFG82VLfMOF99SnM+G4FyKjZfkcJ1CZAVVyk8F6rn3HjKnE1K5mZk
+kUKx9xpp3l4IlNw7ZvWtAiJpXSE/1t9LzZODaOWqO9tpsilLL8gkH189W/YqiytD
+aj9MjnwwgVVn+8AjdYt92lUfNkT4jgY4WNqpBclHa2UZzT4XRZV7Yjjw3cJCmKhi
+cU7Z692CsiQGjmZvGcX519wlFzZU9QcD5AY6bQGQiIcDeDyf4PbFV3FIk/9y79uX
+wp1p/rcF9mvXAGiZmCC2xb6pUxyW9u9/J55FyoafN4ZrapG3PxRsQUZfB0/5jZzB
+ZYht7B6/DumjhQMcEyFjDDHfvlMayzK8taZf8lHm3Bp2cG90FSJXMzwG6ospZdZ1
+oZ61SEoFXJe8YbehnUHEvv5AG0VBBDiyvBYLaP68SBxl6Gjy7Y87Izo7bMRLFZyi
+MVqAty2pU1OZBSWC5LGQtf0Lq2djNas0MXJjKphkGly+YFasd2vnPg1AMa90/QgA
+AkpDm7+nwNK915xCr3ZwD9XNZ7UhEgIqDZAet67Lqm8B3f+tb8+Ki2zd89HFD1hi
+WG2+cEIvSoJe8x9CWJs=
+=g8u2
+-END PGP SIGNATURE-

Added: dev/tomcat/tomcat-8/v8.0.40/bin/extras/catalina-ws.jar.md5
==
--- dev/tomcat/tomcat-8/v8.0.40/bin/extras/catalina-ws.jar.md5 (added)
+++ dev/tomcat/tomcat-8/v8.0.40/bin/extras/catalina-ws.jar.md5 Fri Jan 13 
12:34:33 2017
@@ -0,0 +1 @@
+f0958651bf1fa52a1a6b9dd2981be5a7 *catalina-ws.jar
\ No newline at end of file

Added: dev/tomcat/tomcat-8/v8.0.40/bin/extras/catalina-ws.jar.sha1
==
--- dev/tomcat/tomcat-8/v8.0.40/bin/extras/catalina-ws.jar.sha1 (added)
+++ dev/tomcat/tomcat-8/v8.0.40/bin/extras/catalina-ws.jar.sha1 Fri Jan 13 
12:34:33 2017
@@ -0,0 +1 @@
+afccfc8ffcbf1e9ffca7346282be86a1a6071d15 *catalina-ws.jar
\ No newline at end of file

Added: dev/tomcat/tomcat-8/v8.0.40/bin/extras/tomcat-juli-adapters.jar
==
Binary file - no diff available.

Propchange: dev/tomcat/tomcat-8/v8.0.40/bin/extras/tomcat-juli-adapters.jar
--
svn:mime-type = application/octet-stream

Added: dev/tomcat/tomcat-8/v8.0.40/bin/extras/tomcat-juli-adapters.jar.asc
==
--- dev/tomcat/tomcat-8/v8.0.40/bin/extras/tomcat-juli-adapters.jar.asc (added)
+++ dev/tomcat/tomcat-8/v8.0.40/bin/extras/tomcat-juli-adapters.jar.asc Fri Jan 
13 12:34:33 2017
@@ -0,0 +1,17 @@
+-BEGIN PGP SIGNATURE-
+Version: GnuPG v2
+
+iQIcBAABCgAGBQJYeMA7AAoJECCLCrHWMBHH9AwP/A5DJC+PXI0bAsMp8RzKM6bk
+K44/ze1fiwA/O34ECP/N4H9MGXB+ewVoy9JuvIlJ+aZn+jBlxVxXmDOzsjgyblI6
+G+MbkD5luPQQiBrVaFqVK4WI8KT+hs8aH5Q8M+wrwuoj6zt/rx4eDyLOjkIDNO/D
+AjMWBU2h/wrmVon8o6hPghV8PSZ/m2DPi4srg2AqOOWB5UR2YUrGMeZm6MGjgyw6
++dbRblZaco5PjDTh/dl45Ejik4Dgd43JlOKvLQCWhgBhHwhrDLvfM4XTBoo0jI4U
+kRPSi3jXmovolTX6OhbyfBAvNBNp1nrZpmsisebNWaYE4yIyPGaL64miU6vOXdRJ
+zSfVnSDd+kGenwlg0rNiOhtah1Kh2nGsS/7cskHYtr3Nsanl285nUSA96jrhK0dZ
+cx6Br9JEx0pcOKe1uxpwlkMpWXCvMKOY0Gqvzg66m0LjYmpdOu2zpsJWnpIS8N6g
+K3C59QPSfx73pO61cjDHRytOaNbaNgexV24crzEFxEoTQoiM/12QCmDE++kzv0jv
+MldqQKZ7EblafxvOZveN31dPUg4kFKGqK8ENrNZL9d3r4mexWe0PRAGrW5kJmycN
+rBHT3i9Q6MApuaECBbukMDOStq0NQjS3uupqF2s0JYqcAmGofF7jMv28Hm5uJ+eN
+NLC4Y32rTUIQxj+LLOLh
+=nVga
+-END PGP SIGNATURE-

Added: dev/tomcat/tomcat-8/v8.0.40/bin/extras/tomcat-juli-adapters.jar.md5
==
--- dev/tomcat/tomcat-8/v8.0.40/bin/extras/tomcat-juli-adapters.jar.md5 (added)
+++ dev/tomcat/tomcat-8/v8.0.40/bin/extras/tomcat-juli-adapters.jar.md5 Fri Jan 
13 12:34:33 2017
@@ -0,0 +1 @@
+0fdedade879aa79aba914e8b0f7683df *tomcat-juli-adapters.jar
\ No newline at end of file

Added: dev/tomcat/tomcat-8/v8.0.40/bin/extras/tomcat-juli-adapters.jar.sha1
==
--- dev/tomcat/tomcat-8/v8.0.40/bin/extras/tomcat-juli-adapters.jar.sha1 (added)
+++ dev/tomcat/tomcat-8/v8.0.40/bin/extras/tomcat-juli-adapters.jar.sha1 Fri 
Jan 13 12:34:33 2017
@@ -0,0 +1 @@
+0bad465b7e4dd0c67eae652464a50335b5789e10 *tomcat-juli-adapters.jar
\ No newline at end of file

Added: dev/tomcat/tomcat-8/v8.0.40/bin/extras/tomcat-juli.jar
==
Binary file - no diff available.

Propchange: dev/tomcat/tomcat-8/v8.0.40/bin/extras/tomcat-juli.jar
--
svn:mime-type = application/octet-stream

Added: dev/tomcat/tomcat-8/v8.0.40/bin/extras/tomcat-juli.jar.asc
==
--- dev/tomcat/tomcat-8/v8.0.40/bin/extras/tomcat-juli.jar.asc 

svn commit: r17797 [1/2] - in /dev/tomcat/tomcat-8/v8.0.40: ./ bin/ bin/embed/ bin/extras/ src/

2017-01-13 Thread violetagg
Author: violetagg
Date: Fri Jan 13 12:34:33 2017
New Revision: 17797

Log:
Stage 8.0.40 RC

Added:
dev/tomcat/tomcat-8/v8.0.40/
dev/tomcat/tomcat-8/v8.0.40/KEYS
dev/tomcat/tomcat-8/v8.0.40/README.html
dev/tomcat/tomcat-8/v8.0.40/RELEASE-NOTES
dev/tomcat/tomcat-8/v8.0.40/bin/
dev/tomcat/tomcat-8/v8.0.40/bin/README.html
dev/tomcat/tomcat-8/v8.0.40/bin/apache-tomcat-8.0.40-deployer.tar.gz   
(with props)
dev/tomcat/tomcat-8/v8.0.40/bin/apache-tomcat-8.0.40-deployer.tar.gz.asc
dev/tomcat/tomcat-8/v8.0.40/bin/apache-tomcat-8.0.40-deployer.tar.gz.md5
dev/tomcat/tomcat-8/v8.0.40/bin/apache-tomcat-8.0.40-deployer.tar.gz.sha1
dev/tomcat/tomcat-8/v8.0.40/bin/apache-tomcat-8.0.40-deployer.zip   (with 
props)
dev/tomcat/tomcat-8/v8.0.40/bin/apache-tomcat-8.0.40-deployer.zip.asc
dev/tomcat/tomcat-8/v8.0.40/bin/apache-tomcat-8.0.40-deployer.zip.md5
dev/tomcat/tomcat-8/v8.0.40/bin/apache-tomcat-8.0.40-deployer.zip.sha1
dev/tomcat/tomcat-8/v8.0.40/bin/apache-tomcat-8.0.40-fulldocs.tar.gz   
(with props)
dev/tomcat/tomcat-8/v8.0.40/bin/apache-tomcat-8.0.40-fulldocs.tar.gz.asc
dev/tomcat/tomcat-8/v8.0.40/bin/apache-tomcat-8.0.40-fulldocs.tar.gz.md5
dev/tomcat/tomcat-8/v8.0.40/bin/apache-tomcat-8.0.40-fulldocs.tar.gz.sha1
dev/tomcat/tomcat-8/v8.0.40/bin/apache-tomcat-8.0.40-windows-x64.zip   
(with props)
dev/tomcat/tomcat-8/v8.0.40/bin/apache-tomcat-8.0.40-windows-x64.zip.asc
dev/tomcat/tomcat-8/v8.0.40/bin/apache-tomcat-8.0.40-windows-x64.zip.md5
dev/tomcat/tomcat-8/v8.0.40/bin/apache-tomcat-8.0.40-windows-x64.zip.sha1
dev/tomcat/tomcat-8/v8.0.40/bin/apache-tomcat-8.0.40-windows-x86.zip   
(with props)
dev/tomcat/tomcat-8/v8.0.40/bin/apache-tomcat-8.0.40-windows-x86.zip.asc
dev/tomcat/tomcat-8/v8.0.40/bin/apache-tomcat-8.0.40-windows-x86.zip.md5
dev/tomcat/tomcat-8/v8.0.40/bin/apache-tomcat-8.0.40-windows-x86.zip.sha1
dev/tomcat/tomcat-8/v8.0.40/bin/apache-tomcat-8.0.40.exe   (with props)
dev/tomcat/tomcat-8/v8.0.40/bin/apache-tomcat-8.0.40.exe.asc
dev/tomcat/tomcat-8/v8.0.40/bin/apache-tomcat-8.0.40.exe.md5
dev/tomcat/tomcat-8/v8.0.40/bin/apache-tomcat-8.0.40.exe.sha1
dev/tomcat/tomcat-8/v8.0.40/bin/apache-tomcat-8.0.40.tar.gz   (with props)
dev/tomcat/tomcat-8/v8.0.40/bin/apache-tomcat-8.0.40.tar.gz.asc
dev/tomcat/tomcat-8/v8.0.40/bin/apache-tomcat-8.0.40.tar.gz.md5
dev/tomcat/tomcat-8/v8.0.40/bin/apache-tomcat-8.0.40.tar.gz.sha1
dev/tomcat/tomcat-8/v8.0.40/bin/apache-tomcat-8.0.40.zip   (with props)
dev/tomcat/tomcat-8/v8.0.40/bin/apache-tomcat-8.0.40.zip.asc
dev/tomcat/tomcat-8/v8.0.40/bin/apache-tomcat-8.0.40.zip.md5
dev/tomcat/tomcat-8/v8.0.40/bin/apache-tomcat-8.0.40.zip.sha1
dev/tomcat/tomcat-8/v8.0.40/bin/embed/
dev/tomcat/tomcat-8/v8.0.40/bin/embed/apache-tomcat-8.0.40-embed.tar.gz   
(with props)
dev/tomcat/tomcat-8/v8.0.40/bin/embed/apache-tomcat-8.0.40-embed.tar.gz.asc
dev/tomcat/tomcat-8/v8.0.40/bin/embed/apache-tomcat-8.0.40-embed.tar.gz.md5
dev/tomcat/tomcat-8/v8.0.40/bin/embed/apache-tomcat-8.0.40-embed.tar.gz.sha1
dev/tomcat/tomcat-8/v8.0.40/bin/embed/apache-tomcat-8.0.40-embed.zip   
(with props)
dev/tomcat/tomcat-8/v8.0.40/bin/embed/apache-tomcat-8.0.40-embed.zip.asc
dev/tomcat/tomcat-8/v8.0.40/bin/embed/apache-tomcat-8.0.40-embed.zip.md5
dev/tomcat/tomcat-8/v8.0.40/bin/embed/apache-tomcat-8.0.40-embed.zip.sha1
dev/tomcat/tomcat-8/v8.0.40/bin/extras/
dev/tomcat/tomcat-8/v8.0.40/bin/extras/catalina-jmx-remote.jar   (with 
props)
dev/tomcat/tomcat-8/v8.0.40/bin/extras/catalina-jmx-remote.jar.asc
dev/tomcat/tomcat-8/v8.0.40/bin/extras/catalina-jmx-remote.jar.md5
dev/tomcat/tomcat-8/v8.0.40/bin/extras/catalina-jmx-remote.jar.sha1
dev/tomcat/tomcat-8/v8.0.40/bin/extras/catalina-ws.jar   (with props)
dev/tomcat/tomcat-8/v8.0.40/bin/extras/catalina-ws.jar.asc
dev/tomcat/tomcat-8/v8.0.40/bin/extras/catalina-ws.jar.md5
dev/tomcat/tomcat-8/v8.0.40/bin/extras/catalina-ws.jar.sha1
dev/tomcat/tomcat-8/v8.0.40/bin/extras/tomcat-juli-adapters.jar   (with 
props)
dev/tomcat/tomcat-8/v8.0.40/bin/extras/tomcat-juli-adapters.jar.asc
dev/tomcat/tomcat-8/v8.0.40/bin/extras/tomcat-juli-adapters.jar.md5
dev/tomcat/tomcat-8/v8.0.40/bin/extras/tomcat-juli-adapters.jar.sha1
dev/tomcat/tomcat-8/v8.0.40/bin/extras/tomcat-juli.jar   (with props)
dev/tomcat/tomcat-8/v8.0.40/bin/extras/tomcat-juli.jar.asc
dev/tomcat/tomcat-8/v8.0.40/bin/extras/tomcat-juli.jar.md5
dev/tomcat/tomcat-8/v8.0.40/bin/extras/tomcat-juli.jar.sha1
dev/tomcat/tomcat-8/v8.0.40/src/
dev/tomcat/tomcat-8/v8.0.40/src/apache-tomcat-8.0.40-src.tar.gz   (with 
props)
dev/tomcat/tomcat-8/v8.0.40/src/apache-tomcat-8.0.40-src.tar.gz.asc
dev/tomcat/tomcat-8/v8.0.40/src/apache-tomcat-8.0.40-src.tar.gz.md5
dev/tomcat/tomcat-8/v8.0.40/src/apache-tomcat-8.0.40-src.tar.gz.sha1

buildbot success in on tomcat-8-trunk

2017-01-13 Thread buildbot
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/898

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: silvanus_ubuntu

Build Reason: The AnyBranchScheduler scheduler named 'on-tomcat-8-commit' 
triggered this build
Build Source Stamp: [branch tomcat/tc8.0.x/trunk] 1778536
Blamelist: violetagg

Build succeeded!

Sincerely,
 -The Buildbot




-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r1778548 - in /tomcat/tc8.0.x/tags/TOMCAT_8_0_40: ./ build.properties.default

2017-01-13 Thread violetagg
Author: violetagg
Date: Fri Jan 13 11:27:43 2017
New Revision: 1778548

URL: http://svn.apache.org/viewvc?rev=1778548=rev
Log:
Tag 8.0.40

Added:
tomcat/tc8.0.x/tags/TOMCAT_8_0_40/   (props changed)
  - copied from r1778547, tomcat/tc8.0.x/trunk/
Modified:
tomcat/tc8.0.x/tags/TOMCAT_8_0_40/build.properties.default

Propchange: tomcat/tc8.0.x/tags/TOMCAT_8_0_40/
--
bugtraq:append = false

Propchange: tomcat/tc8.0.x/tags/TOMCAT_8_0_40/
--
bugtraq:label = Bugzilla ID (optional)

Propchange: tomcat/tc8.0.x/tags/TOMCAT_8_0_40/
--
--- bugtraq:logregex (added)
+++ bugtraq:logregex Fri Jan 13 11:27:43 2017
@@ -0,0 +1,2 @@
+(https?\://(bz|issues)\.apache\.org/bugzilla/show_bug.cgi\?id=\d+|BZ\s?\d+)
+(\d+)

Propchange: tomcat/tc8.0.x/tags/TOMCAT_8_0_40/
--
bugtraq:message = Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=%BUGID%

Propchange: tomcat/tc8.0.x/tags/TOMCAT_8_0_40/
--
bugtraq:url = https://bz.apache.org/bugzilla/show_bug.cgi?id=%BUGID%

Propchange: tomcat/tc8.0.x/tags/TOMCAT_8_0_40/
--
--- svn:ignore (added)
+++ svn:ignore Fri Jan 13 11:27:43 2017
@@ -0,0 +1,7 @@
+.*
+build.properties
+logs
+nbproject
+output
+work
+*.iml

Propchange: tomcat/tc8.0.x/tags/TOMCAT_8_0_40/
--
--- svn:mergeinfo (added)
+++ svn:mergeinfo Fri Jan 13 11:27:43 2017
@@ -0,0 +1,2 @@
+/tomcat/tc8.5.x/trunk:1735042,1737966,1743139-1743140,1744151,1747537,1747925,1748002,1754614,1754643,1762124,1762183,1762203,1763792,1772948,1777014
+/tomcat/trunk:1636524,1637156,1637176,1637188,1637331,1637684,1637695,1637890,1637892,1638720-1638725,1639653,1640010,1640083-1640084,1640088,1640275,1640322,1640347,1640361,1640365,1640403,1640410,1640652,1640655-1640658,1640688,1640700-1640883,1640903,1640976,1640978,1641000,1641026,1641038-1641039,1641051-1641052,1641058,1641064,1641300,1641369,1641374,1641380,1641486,1641634,1641656-1641692,1641704,1641707-1641718,1641720-1641722,1641735,1641981,1642233,1642280,1642554,1642564,1642595,1642606,1642668,1642679,1642697,1642699,1642766,1643002,1643045,1643054-1643055,1643066,1643121,1643128,1643206,1643209-1643210,1643216,1643249,1643270,1643283,1643309-1643310,1643323,1643365-1643366,1643370-1643371,1643465,1643474,1643536,1643570,1643634,1643649,1643651,1643654,1643675,1643731,1643733-1643734,1643761,1643766,1643814,1643937,1643963,1644017,1644169,1644201-1644203,1644321,1644323,1644516,1644523,1644529,1644535,1644730,1644768,1644784-1644785,1644790,1644793,1644815,1644884,1644886
 
,1644890,1644892,1644910,1644924,1644929-1644930,1644935,1644989,1645011,1645247,1645355,1645357-1645358,1645455,1645465,1645469,1645471,1645473,1645475,1645486-1645488,1645626,1645641,1645685,1645743,1645763,1645951-1645953,1645955,1645993,1646098-1646106,1646178,1646220,1646302,1646304,1646420,1646470-1646471,1646476,1646559,1646717-1646723,1646773,1647026,1647042,1647530,1647655,1648304,1648815,1648907,1649973,1650081,1650365,1651116,1651120,1651280,1651470,1652938,1652970,1653041,1653471,1653550,1653574,1653797,1653815-1653816,1653819,1653840,1653857,1653888,1653972,1654013,1654030,1654050,1654123,1654148,1654159,1654513,1654515,1654517,1654522,1654524,1654725,1654735,1654766,1654785,1654851-1654852,1654978,1655122-1655124,1655126-1655127,1655129-1655130,1655132-1655133,1655312,1655351,1655438,1655441,1655454,168,1656087,1656299,1656319,1656331,1656345,1656350,1656590,1656648-1656650,1656657,1657041,1657054,1657374,1657492,1657510,1657565,1657580,1657584,1657586,1657589,1657
 
592,1657607,1657609,1657682,1657907,1658207,1658734,1658781,1658790,1658799,1658802,1658804,1658833,1658840,1658966,1659043,1659053,1659059,1659174,1659184,1659188-1659189,1659216,1659263,1659293,1659304,1659306-1659307,1659382,1659384,1659428,1659471,1659486,1659505,1659516,1659521,1659524,1659559,1659562,1659803,1659806,1659814,1659833,1659862,1659905,1659919,1659948,1659967,1659983-1659984,1660060,1660074,1660077,1660133,1660168,1660331-1660332,1660353,1660358,1660924,1661386,1661770,1661867,1661972,1661990,1662200,1662308-1662309,1662548,1662614,1662696,1662736,1662985,1662988-1662989,1663264,1663277,1663298,1663534,1663562,1663676,1663715,1663754,1663768,1663772,1663781,1663893,1663995,1664143,1664163,1664174,1664301,1664317,1664347,1664657,1664659,1664710,1664863-1664864,1664866,1665085,1665292,1665559,1665653,1665661,1665672,1665694,1665697,1665736,1665779,1665976-1665977,1665980-1665981,1665985-1665986,1665989,1665998,1666004,1666008,1666013,1666017,1666024,1666116,1666386-1
 

svn commit: r1778536 - /tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

2017-01-13 Thread violetagg
Author: violetagg
Date: Fri Jan 13 11:01:55 2017
New Revision: 1778536

URL: http://svn.apache.org/viewvc?rev=1778536=rev
Log:
Prepare for release.

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/trunk/webapps/docs/changelog.xml?rev=1778536=1778535=1778536=diff
==
--- tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Fri Jan 13 11:01:55 2017
@@ -44,7 +44,7 @@
   They eventually become mixed with the numbered issues. (I.e., numbered
   issues do not "pop up" wrt. others).
 -->
-
+
   
 
   



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r1778534 - in /tomcat/tc7.0.x/trunk: build.properties.default res/maven/mvn.properties.default webapps/docs/changelog.xml

2017-01-13 Thread violetagg
Author: violetagg
Date: Fri Jan 13 10:58:50 2017
New Revision: 1778534

URL: http://svn.apache.org/viewvc?rev=1778534=rev
Log:
Prep for next version

Modified:
tomcat/tc7.0.x/trunk/build.properties.default
tomcat/tc7.0.x/trunk/res/maven/mvn.properties.default
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc7.0.x/trunk/build.properties.default
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/build.properties.default?rev=1778534=1778533=1778534=diff
==
--- tomcat/tc7.0.x/trunk/build.properties.default (original)
+++ tomcat/tc7.0.x/trunk/build.properties.default Fri Jan 13 10:58:50 2017
@@ -25,7 +25,7 @@
 # - Version Control Flags -
 version.major=7
 version.minor=0
-version.build=74
+version.build=75
 version.patch=0
 version.suffix=-dev
 

Modified: tomcat/tc7.0.x/trunk/res/maven/mvn.properties.default
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/res/maven/mvn.properties.default?rev=1778534=1778533=1778534=diff
==
--- tomcat/tc7.0.x/trunk/res/maven/mvn.properties.default (original)
+++ tomcat/tc7.0.x/trunk/res/maven/mvn.properties.default Fri Jan 13 10:58:50 
2017
@@ -35,7 +35,7 @@ maven.asf.release.repo.url=https://repos
 maven.asf.release.repo.repositoryId=apache.releases
 
 # Release version info
-maven.asf.release.deploy.version=7.0.74
+maven.asf.release.deploy.version=7.0.75
 
 #Where do we load the libraries from
 tomcat.lib.path=../../output/build/lib

Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1778534=1778533=1778534=diff
==
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Fri Jan 13 10:58:50 2017
@@ -57,6 +57,8 @@
   They eventually become mixed with the numbered issues. (I.e., numbered
   issues do not "pop up" wrt. others).
 -->
+
+
 
   
 



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[VOTE] Release Apache Tomcat 7.0.74

2017-01-13 Thread Violeta Georgieva
The proposed Apache Tomcat 7.0.74 release is now available for voting.

It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.74/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1115/
The svn tag is:
http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_74/

The proposed 7.0.74 release is:
[ ] Broken - do not release
[ ] Stable - go ahead and release as 7.0.74 Stable

Regards,
Violeta


svn commit: r17796 [1/2] - in /dev/tomcat/tomcat-7/v7.0.74: ./ bin/ bin/embed/ bin/extras/ src/

2017-01-13 Thread violetagg
Author: violetagg
Date: Fri Jan 13 10:51:59 2017
New Revision: 17796

Log:
Stage 7.0.74 RC

Added:
dev/tomcat/tomcat-7/v7.0.74/
dev/tomcat/tomcat-7/v7.0.74/KEYS
dev/tomcat/tomcat-7/v7.0.74/README.html
dev/tomcat/tomcat-7/v7.0.74/RELEASE-NOTES
dev/tomcat/tomcat-7/v7.0.74/bin/
dev/tomcat/tomcat-7/v7.0.74/bin/README.html
dev/tomcat/tomcat-7/v7.0.74/bin/apache-tomcat-7.0.74-deployer.tar.gz   
(with props)
dev/tomcat/tomcat-7/v7.0.74/bin/apache-tomcat-7.0.74-deployer.tar.gz.asc
dev/tomcat/tomcat-7/v7.0.74/bin/apache-tomcat-7.0.74-deployer.tar.gz.md5
dev/tomcat/tomcat-7/v7.0.74/bin/apache-tomcat-7.0.74-deployer.tar.gz.sha1
dev/tomcat/tomcat-7/v7.0.74/bin/apache-tomcat-7.0.74-deployer.zip   (with 
props)
dev/tomcat/tomcat-7/v7.0.74/bin/apache-tomcat-7.0.74-deployer.zip.asc
dev/tomcat/tomcat-7/v7.0.74/bin/apache-tomcat-7.0.74-deployer.zip.md5
dev/tomcat/tomcat-7/v7.0.74/bin/apache-tomcat-7.0.74-deployer.zip.sha1
dev/tomcat/tomcat-7/v7.0.74/bin/apache-tomcat-7.0.74-fulldocs.tar.gz   
(with props)
dev/tomcat/tomcat-7/v7.0.74/bin/apache-tomcat-7.0.74-fulldocs.tar.gz.asc
dev/tomcat/tomcat-7/v7.0.74/bin/apache-tomcat-7.0.74-fulldocs.tar.gz.md5
dev/tomcat/tomcat-7/v7.0.74/bin/apache-tomcat-7.0.74-fulldocs.tar.gz.sha1
dev/tomcat/tomcat-7/v7.0.74/bin/apache-tomcat-7.0.74-windows-x64.zip   
(with props)
dev/tomcat/tomcat-7/v7.0.74/bin/apache-tomcat-7.0.74-windows-x64.zip.asc
dev/tomcat/tomcat-7/v7.0.74/bin/apache-tomcat-7.0.74-windows-x64.zip.md5
dev/tomcat/tomcat-7/v7.0.74/bin/apache-tomcat-7.0.74-windows-x64.zip.sha1
dev/tomcat/tomcat-7/v7.0.74/bin/apache-tomcat-7.0.74-windows-x86.zip   
(with props)
dev/tomcat/tomcat-7/v7.0.74/bin/apache-tomcat-7.0.74-windows-x86.zip.asc
dev/tomcat/tomcat-7/v7.0.74/bin/apache-tomcat-7.0.74-windows-x86.zip.md5
dev/tomcat/tomcat-7/v7.0.74/bin/apache-tomcat-7.0.74-windows-x86.zip.sha1
dev/tomcat/tomcat-7/v7.0.74/bin/apache-tomcat-7.0.74.exe   (with props)
dev/tomcat/tomcat-7/v7.0.74/bin/apache-tomcat-7.0.74.exe.asc
dev/tomcat/tomcat-7/v7.0.74/bin/apache-tomcat-7.0.74.exe.md5
dev/tomcat/tomcat-7/v7.0.74/bin/apache-tomcat-7.0.74.exe.sha1
dev/tomcat/tomcat-7/v7.0.74/bin/apache-tomcat-7.0.74.tar.gz   (with props)
dev/tomcat/tomcat-7/v7.0.74/bin/apache-tomcat-7.0.74.tar.gz.asc
dev/tomcat/tomcat-7/v7.0.74/bin/apache-tomcat-7.0.74.tar.gz.md5
dev/tomcat/tomcat-7/v7.0.74/bin/apache-tomcat-7.0.74.tar.gz.sha1
dev/tomcat/tomcat-7/v7.0.74/bin/apache-tomcat-7.0.74.zip   (with props)
dev/tomcat/tomcat-7/v7.0.74/bin/apache-tomcat-7.0.74.zip.asc
dev/tomcat/tomcat-7/v7.0.74/bin/apache-tomcat-7.0.74.zip.md5
dev/tomcat/tomcat-7/v7.0.74/bin/apache-tomcat-7.0.74.zip.sha1
dev/tomcat/tomcat-7/v7.0.74/bin/embed/
dev/tomcat/tomcat-7/v7.0.74/bin/embed/apache-tomcat-7.0.74-embed.tar.gz   
(with props)
dev/tomcat/tomcat-7/v7.0.74/bin/embed/apache-tomcat-7.0.74-embed.tar.gz.asc
dev/tomcat/tomcat-7/v7.0.74/bin/embed/apache-tomcat-7.0.74-embed.tar.gz.md5
dev/tomcat/tomcat-7/v7.0.74/bin/embed/apache-tomcat-7.0.74-embed.tar.gz.sha1
dev/tomcat/tomcat-7/v7.0.74/bin/embed/apache-tomcat-7.0.74-embed.zip   
(with props)
dev/tomcat/tomcat-7/v7.0.74/bin/embed/apache-tomcat-7.0.74-embed.zip.asc
dev/tomcat/tomcat-7/v7.0.74/bin/embed/apache-tomcat-7.0.74-embed.zip.md5
dev/tomcat/tomcat-7/v7.0.74/bin/embed/apache-tomcat-7.0.74-embed.zip.sha1
dev/tomcat/tomcat-7/v7.0.74/bin/extras/
dev/tomcat/tomcat-7/v7.0.74/bin/extras/catalina-jmx-remote.jar   (with 
props)
dev/tomcat/tomcat-7/v7.0.74/bin/extras/catalina-jmx-remote.jar.asc
dev/tomcat/tomcat-7/v7.0.74/bin/extras/catalina-jmx-remote.jar.md5
dev/tomcat/tomcat-7/v7.0.74/bin/extras/catalina-jmx-remote.jar.sha1
dev/tomcat/tomcat-7/v7.0.74/bin/extras/catalina-ws.jar   (with props)
dev/tomcat/tomcat-7/v7.0.74/bin/extras/catalina-ws.jar.asc
dev/tomcat/tomcat-7/v7.0.74/bin/extras/catalina-ws.jar.md5
dev/tomcat/tomcat-7/v7.0.74/bin/extras/catalina-ws.jar.sha1
dev/tomcat/tomcat-7/v7.0.74/bin/extras/tomcat-juli-adapters.jar   (with 
props)
dev/tomcat/tomcat-7/v7.0.74/bin/extras/tomcat-juli-adapters.jar.asc
dev/tomcat/tomcat-7/v7.0.74/bin/extras/tomcat-juli-adapters.jar.md5
dev/tomcat/tomcat-7/v7.0.74/bin/extras/tomcat-juli-adapters.jar.sha1
dev/tomcat/tomcat-7/v7.0.74/bin/extras/tomcat-juli.jar   (with props)
dev/tomcat/tomcat-7/v7.0.74/bin/extras/tomcat-juli.jar.asc
dev/tomcat/tomcat-7/v7.0.74/bin/extras/tomcat-juli.jar.md5
dev/tomcat/tomcat-7/v7.0.74/bin/extras/tomcat-juli.jar.sha1
dev/tomcat/tomcat-7/v7.0.74/src/
dev/tomcat/tomcat-7/v7.0.74/src/apache-tomcat-7.0.74-src.tar.gz   (with 
props)
dev/tomcat/tomcat-7/v7.0.74/src/apache-tomcat-7.0.74-src.tar.gz.asc
dev/tomcat/tomcat-7/v7.0.74/src/apache-tomcat-7.0.74-src.tar.gz.md5
dev/tomcat/tomcat-7/v7.0.74/src/apache-tomcat-7.0.74-src.tar.gz.sha1

svn commit: r17796 [2/2] - in /dev/tomcat/tomcat-7/v7.0.74: ./ bin/ bin/embed/ bin/extras/ src/

2017-01-13 Thread violetagg
Added: dev/tomcat/tomcat-7/v7.0.74/bin/extras/catalina-jmx-remote.jar.sha1
==
--- dev/tomcat/tomcat-7/v7.0.74/bin/extras/catalina-jmx-remote.jar.sha1 (added)
+++ dev/tomcat/tomcat-7/v7.0.74/bin/extras/catalina-jmx-remote.jar.sha1 Fri Jan 
13 10:51:59 2017
@@ -0,0 +1 @@
+e6c9dbee7535b24d2e52ef6c60568abf9da1627d *catalina-jmx-remote.jar
\ No newline at end of file

Added: dev/tomcat/tomcat-7/v7.0.74/bin/extras/catalina-ws.jar
==
Binary file - no diff available.

Propchange: dev/tomcat/tomcat-7/v7.0.74/bin/extras/catalina-ws.jar
--
svn:mime-type = application/octet-stream

Added: dev/tomcat/tomcat-7/v7.0.74/bin/extras/catalina-ws.jar.asc
==
--- dev/tomcat/tomcat-7/v7.0.74/bin/extras/catalina-ws.jar.asc (added)
+++ dev/tomcat/tomcat-7/v7.0.74/bin/extras/catalina-ws.jar.asc Fri Jan 13 
10:51:59 2017
@@ -0,0 +1,17 @@
+-BEGIN PGP SIGNATURE-
+Version: GnuPG v2
+
+iQIcBAABCgAGBQJYeKh7AAoJECCLCrHWMBHH/PEQAJrYbgdvuluGWhMidA30QhPU
+xxsIHEX1ijqr5ZhAGqfOrhDnz7kqNf5i0ARTTdhpYNpbWAV26AsKkTbadLYTOCTM
+kPbFytfcNGA0syxnXj06lwts9GmoIaB6E8kxB6R69i9hTItbESUTG0XQ4J0Qf2Nq
+JtjUnMUNRKw8zM5kSW83YbEf5qVTRr+IiPx8PY8V5pT9B3AGT/9kfFwiFbojIqvg
+KeQPC06j0bBlcAIsVF3+M4pITmE2f0mopg9DzloKkXcFIDobKpGHw0QUivOSEF1w
+F8tV6nSEyGFdX6XrIoP4lViua8IcVZyrYZhFKo7So5W5JsC8cVC3blezy4thlq2d
+CxJTVLF1yUyS1hgo/Qg0DHgqRnWtyP4TH4UUBjQcB5Cuowxl0Fz4IqeK1ePbhQ4w
+4tbhqMYThXm8uMNI0p53odkHGUqyzyWyk1/XQIdPd796YbxhcpdO/y9zApZfoSpS
+kpJAjooQdcJfmyfPMylcD+7/eK9oLb+lCJlrqVJm8cexZni+d9uRuzaxAcYw5D1P
+/ge4y+IkO3+7F6qD0UB0tTX0mhU6SXMjN+0xNb/8qDgw10XKEbj4FywGt17HwPC0
+AqjoBRZOsKli4Lf1SJLQmjYIXaj2f+9dS9i86QtSlOBMEdCoGq0tzH4TekAVpmIn
+zRcWSm/z76788njmou7M
+=l9uf
+-END PGP SIGNATURE-

Added: dev/tomcat/tomcat-7/v7.0.74/bin/extras/catalina-ws.jar.md5
==
--- dev/tomcat/tomcat-7/v7.0.74/bin/extras/catalina-ws.jar.md5 (added)
+++ dev/tomcat/tomcat-7/v7.0.74/bin/extras/catalina-ws.jar.md5 Fri Jan 13 
10:51:59 2017
@@ -0,0 +1 @@
+db4fb41d2f2e7383207fa38bffad1961 *catalina-ws.jar
\ No newline at end of file

Added: dev/tomcat/tomcat-7/v7.0.74/bin/extras/catalina-ws.jar.sha1
==
--- dev/tomcat/tomcat-7/v7.0.74/bin/extras/catalina-ws.jar.sha1 (added)
+++ dev/tomcat/tomcat-7/v7.0.74/bin/extras/catalina-ws.jar.sha1 Fri Jan 13 
10:51:59 2017
@@ -0,0 +1 @@
+c8ccf9020c5bf764f411b45b60113890d321e34f *catalina-ws.jar
\ No newline at end of file

Added: dev/tomcat/tomcat-7/v7.0.74/bin/extras/tomcat-juli-adapters.jar
==
Binary file - no diff available.

Propchange: dev/tomcat/tomcat-7/v7.0.74/bin/extras/tomcat-juli-adapters.jar
--
svn:mime-type = application/octet-stream

Added: dev/tomcat/tomcat-7/v7.0.74/bin/extras/tomcat-juli-adapters.jar.asc
==
--- dev/tomcat/tomcat-7/v7.0.74/bin/extras/tomcat-juli-adapters.jar.asc (added)
+++ dev/tomcat/tomcat-7/v7.0.74/bin/extras/tomcat-juli-adapters.jar.asc Fri Jan 
13 10:51:59 2017
@@ -0,0 +1,17 @@
+-BEGIN PGP SIGNATURE-
+Version: GnuPG v2
+
+iQIcBAABCgAGBQJYeKh5AAoJECCLCrHWMBHH85cQAKCzMgoeaqih+TDGasC8U+Kj
+uu480SUDSVwJ67bJU6/fGIQvoqlY9dQ+LO5jpdg1VzADi/6l+3ByUd7jMTAa9S+5
+jaGgcBe9IylPpXcTGCmoLyJSLR9DZ1iMINt+ncK4Rr3lBgYiafAV3DR1WMsecfds
+PkZ97Y+iN1tYMS1ATDeOCjDyNdbnVFFrWAWVg5eLqHG9AlvMFA2tu5Zch4effQYv
+Xw2svDMjMfmXnGWP7OPcBAqAj8vnXWYvx8qLmjoOCm2OIr7G2LH0ilABo8ItG8sT
+umnyYUCqq4fP6q4BUeaghbPzfepAejTJ3CkjjmlC05FNcqSZzY3ycIdTLf8ee0Y1
+gs3QZt+5dw1UWoopG0ay7b4ZieAqiwE8b9nEluFJGdzGJQ8yI4beCLR8+tdQplBr
+oh72iIZiX1+daGRpC1yERgG6xwdA15hM7qWBbw+dk4OdfaU966ByaFsgVh3ENxiM
+qA1r152Hf8m/lq7LyIMza3P8EZVjjGAa3vUMSJt5O4BzPTWnpzZj8P/9tHXUf42j
+cPSM0AEUu8SVxXX0RX3IfULtzvYJ7VToZXHyMguPVNMa7eSJwPr/St5py1uIh06p
++OfHxnvpwnvenc9OzQRCp5z5SFJVfayQMebq8Op+fThNfor+QP1kNZQpKLUUVVxZ
+Im6N6eGZXNFO/pwMWIsj
+=qDzT
+-END PGP SIGNATURE-

Added: dev/tomcat/tomcat-7/v7.0.74/bin/extras/tomcat-juli-adapters.jar.md5
==
--- dev/tomcat/tomcat-7/v7.0.74/bin/extras/tomcat-juli-adapters.jar.md5 (added)
+++ dev/tomcat/tomcat-7/v7.0.74/bin/extras/tomcat-juli-adapters.jar.md5 Fri Jan 
13 10:51:59 2017
@@ -0,0 +1 @@
+c65611db616509df13fc133cf593 *tomcat-juli-adapters.jar
\ No newline at end of file

Added: dev/tomcat/tomcat-7/v7.0.74/bin/extras/tomcat-juli-adapters.jar.sha1
==
--- 

[GitHub] tomcat pull request #39: Provide the correct port when using proxy

2017-01-13 Thread SvetlinZarev
GitHub user SvetlinZarev opened a pull request:

https://github.com/apache/tomcat/pull/39

Provide the correct port when using proxy

Fix "create-connection" failures in case of proxied connection.
The proxy needs the remote port information in order to know
to which port to open a tunnel. 

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/SvetlinZarev/tomcat websockets

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/tomcat/pull/39.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #39


commit 8522631f7357871ffba7566fa733952099f89797
Author: Svetlin Zarev 
Date:   2017-01-13T10:22:54Z

Provide the correct port when using proxy

Fix "create-connection" failures in case of proxied connection.
The proxy needs the remote port information in order to know
to which port to open a tunel.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r1778521 - in /tomcat/tc7.0.x/tags/TOMCAT_7_0_74: ./ build.properties.default

2017-01-13 Thread violetagg
Author: violetagg
Date: Fri Jan 13 09:52:47 2017
New Revision: 1778521

URL: http://svn.apache.org/viewvc?rev=1778521=rev
Log:
Tag 7.0.74

Added:
tomcat/tc7.0.x/tags/TOMCAT_7_0_74/   (props changed)
  - copied from r1778519, tomcat/tc7.0.x/trunk/
Modified:
tomcat/tc7.0.x/tags/TOMCAT_7_0_74/build.properties.default

Propchange: tomcat/tc7.0.x/tags/TOMCAT_7_0_74/
--
bugtraq:append = false

Propchange: tomcat/tc7.0.x/tags/TOMCAT_7_0_74/
--
bugtraq:label = Bugzilla ID (optional)

Propchange: tomcat/tc7.0.x/tags/TOMCAT_7_0_74/
--
--- bugtraq:logregex (added)
+++ bugtraq:logregex Fri Jan 13 09:52:47 2017
@@ -0,0 +1,2 @@
+(https?\://(bz|issues)\.apache\.org/bugzilla/show_bug.cgi\?id=\d+|BZ\s?\d+)
+(\d+)

Propchange: tomcat/tc7.0.x/tags/TOMCAT_7_0_74/
--
bugtraq:message = Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=%BUGID%

Propchange: tomcat/tc7.0.x/tags/TOMCAT_7_0_74/
--
bugtraq:url = https://bz.apache.org/bugzilla/show_bug.cgi?id=%BUGID%

Propchange: tomcat/tc7.0.x/tags/TOMCAT_7_0_74/
--
--- svn:ignore (added)
+++ svn:ignore Fri Jan 13 09:52:47 2017
@@ -0,0 +1,7 @@
+.*
+build.properties
+logs
+nbproject
+output
+work
+*.iml

Propchange: tomcat/tc7.0.x/tags/TOMCAT_7_0_74/
--
--- svn:mergeinfo (added)
+++ svn:mergeinfo Fri Jan 13 09:52:47 2017
@@ -0,0 +1,3 @@
+/tomcat/tc8.0.x/trunk:1636525,1637336,1637685,1637709,1638726,1640089,1640276,1640349,1640363,1640366,1640642,1640672,1640674,1640689,1640884,1641001,1641065,1641067,1641375,1641638,1641723,1641726,1641729-1641730,1641736,1641988,1642669-1642670,1642698,1642701,1643205,1643215,1643217,1643230,1643232,1643273,1643285,1643329-1643330,1643511,1643513,1643521,1643539,1643571,1643581-1643582,1643635,1643655,1643738,1643964,1644018,1644333,1644954,1644992,1645014,1645360,1645456,1645627,1645642,1645686,1645903-1645904,1645908-1645909,1645913,1645920,1646458,1646460-1646462,1646735,1646738-1646741,1646744,1646746,1646748-1646755,1646757,1646759-1646760,1647043,1648816,1651420-1651422,1651844,1652926,1652939-1652940,1652973,1653798,1653817,1653841,1654042,1654161,1654736,1654767,1654787,1656592,1659907,1662986,1663265,1663278,1663325,1663535,1663567,1663679,1663997,1664175,1664321,1664872,1665061,1665086,1666027,1666395,1666503,1666506,1666560,1666570,1666581,1666759,1666967,1666988,1667553
 
-1667555,1667558,1667617,1667633,1667637,1667747,1667767,1667873,1668028,1668137,1668634,1669432,1669801,1669840,1669895-1669896,1670398,1670435,1670592,1670605-1670607,1670609,1670632,1670720,1670725,1670727,1670731,1671114,1672273,1672285,1673759,1674220,1674295,1675469,1675488,1675595,1675831,1676232,1676367-1676369,1676382,1676394,1676483,1676556,1676635,1678178,1679536,1679988,1680256,1681124,1681182,1681703,1681730,1681840,1681864,1681869,1682010,1682034,1682047,1682052-1682053,1682062,1682064,1682070,1682312,1682325,1682331,1682386,1684367,1684385,1685759,1685774,1685827,1685892,1687341,1688904,1689358,1689657,1689921,1692850,1693093,1693108,1693324,1694060,1694115,1694291,1694427,1694431,1694503,1694549,1694789,1694873,1694881,1695356,1695372,1695823-1695825,1696200,1696281,1696379,1696468,1700608,1700871,1700897,1700978,1701094,1701124,1701608,1701668,1701676,1701766,1701944,1702248,1702252,1702314,1702390,1702723,1702725,1702728,1702730,1702733,1702735,1702737,1702739,1702
 
742,1702744,1702748,1702751,1702754,1702758,1702760,1702763,1702766,1708779,1708782,1708806,1709314,1709670,1710347,1710442,1710448,1710490,1710574,1710578,1712226,1712229,1712235,1712255,1712618,1712649,1712655,1712860,1712899,1712903,1712906,1712913,1712926,1712975,1713185,1713262,1713287,1713613,1713621,1713872,1713976,1713994,1713998,1714004,1714013,1714059,1714538,1714580,1715189,1715207,1715544,1715549,1715637,1715639-1715645,1715667,1715683,1715866,1715978,1715981,1716216-1716217,1716355,1716414,1716421,1717208-1717209,1717257,1717283,1717288,1717291,1717421,1717517,1717529,1718797,1718840-1718843,1719348,1719357-1719358,1719400,1719491,1719737,1720235,1720396,1720442,1720446,1720450,1720463,1720658-1720660,1720756,1720816,1721813,1721818,1721831,1721861,1721867,1721882,1722523,1722527,1722800,1722926,1722941,1722997,1723130,1723440,1723488,1723890,1724434,1724674,1724792,1724803,1724902,1725128,1725131,1725154,1725167,1725911,1725921,1725929,1725963-1725965,1725970,1725974,1
 

[VOTE] Release Apache Tomcat 6.0.49

2017-01-13 Thread Violeta Georgieva
The proposed Apache Tomcat 6.0.49 release is now available for voting.

Note: This is the last Tomcat 6 release.

It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-6/v6.0.49/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1114/
The svn tag is:
http://svn.apache.org/repos/asf/tomcat/tc6.0.x/tags/TOMCAT_6_0_49/

The proposed 6.0.49 release is:
[ ] Broken - do not release
[ ] Stable - go ahead and release as 6.0.49 Stable

Regards,
Violeta


svn commit: r1778519 - /tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java

2017-01-13 Thread markt
Author: markt
Date: Fri Jan 13 09:21:19 2017
New Revision: 1778519

URL: http://svn.apache.org/viewvc?rev=1778519=rev
Log:
Add bug reference

Modified:

tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java

Modified: 
tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java?rev=1778519=1778518=1778519=diff
==
--- 
tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java 
(original)
+++ 
tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java 
Fri Jan 13 09:21:19 2017
@@ -168,6 +168,8 @@ public class JreMemoryLeakPreventionList
  * {@link ForkJoinPool#commonPool()} creates a thread pool that, by 
default,
  * creates threads that retain references to the thread context class
  * loader.
+ *
+ * @see "http://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8172726;
  */
 private boolean forkJoinCommonPoolProtection = true;
 public boolean getForkJoinCommonPoolProtection() {



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r17795 [1/2] - in /dev/tomcat/tomcat-6/v6.0.49: ./ bin/ bin/extras/ src/

2017-01-13 Thread violetagg
Author: violetagg
Date: Fri Jan 13 09:14:20 2017
New Revision: 17795

Log:
Stage 6.0.49 RC

Added:
dev/tomcat/tomcat-6/v6.0.49/
dev/tomcat/tomcat-6/v6.0.49/KEYS
dev/tomcat/tomcat-6/v6.0.49/README.html
dev/tomcat/tomcat-6/v6.0.49/RELEASE-NOTES
dev/tomcat/tomcat-6/v6.0.49/bin/
dev/tomcat/tomcat-6/v6.0.49/bin/README.html
dev/tomcat/tomcat-6/v6.0.49/bin/apache-tomcat-6.0.49-deployer.tar.gz   
(with props)
dev/tomcat/tomcat-6/v6.0.49/bin/apache-tomcat-6.0.49-deployer.tar.gz.asc
dev/tomcat/tomcat-6/v6.0.49/bin/apache-tomcat-6.0.49-deployer.tar.gz.md5
dev/tomcat/tomcat-6/v6.0.49/bin/apache-tomcat-6.0.49-deployer.tar.gz.sha1
dev/tomcat/tomcat-6/v6.0.49/bin/apache-tomcat-6.0.49-deployer.zip   (with 
props)
dev/tomcat/tomcat-6/v6.0.49/bin/apache-tomcat-6.0.49-deployer.zip.asc
dev/tomcat/tomcat-6/v6.0.49/bin/apache-tomcat-6.0.49-deployer.zip.md5
dev/tomcat/tomcat-6/v6.0.49/bin/apache-tomcat-6.0.49-deployer.zip.sha1
dev/tomcat/tomcat-6/v6.0.49/bin/apache-tomcat-6.0.49-fulldocs.tar.gz   
(with props)
dev/tomcat/tomcat-6/v6.0.49/bin/apache-tomcat-6.0.49-fulldocs.tar.gz.asc
dev/tomcat/tomcat-6/v6.0.49/bin/apache-tomcat-6.0.49-fulldocs.tar.gz.md5
dev/tomcat/tomcat-6/v6.0.49/bin/apache-tomcat-6.0.49-fulldocs.tar.gz.sha1
dev/tomcat/tomcat-6/v6.0.49/bin/apache-tomcat-6.0.49-windows-x64.zip   
(with props)
dev/tomcat/tomcat-6/v6.0.49/bin/apache-tomcat-6.0.49-windows-x64.zip.asc
dev/tomcat/tomcat-6/v6.0.49/bin/apache-tomcat-6.0.49-windows-x64.zip.md5
dev/tomcat/tomcat-6/v6.0.49/bin/apache-tomcat-6.0.49-windows-x64.zip.sha1
dev/tomcat/tomcat-6/v6.0.49/bin/apache-tomcat-6.0.49-windows-x86.zip   
(with props)
dev/tomcat/tomcat-6/v6.0.49/bin/apache-tomcat-6.0.49-windows-x86.zip.asc
dev/tomcat/tomcat-6/v6.0.49/bin/apache-tomcat-6.0.49-windows-x86.zip.md5
dev/tomcat/tomcat-6/v6.0.49/bin/apache-tomcat-6.0.49-windows-x86.zip.sha1
dev/tomcat/tomcat-6/v6.0.49/bin/apache-tomcat-6.0.49.exe   (with props)
dev/tomcat/tomcat-6/v6.0.49/bin/apache-tomcat-6.0.49.exe.asc
dev/tomcat/tomcat-6/v6.0.49/bin/apache-tomcat-6.0.49.exe.md5
dev/tomcat/tomcat-6/v6.0.49/bin/apache-tomcat-6.0.49.exe.sha1
dev/tomcat/tomcat-6/v6.0.49/bin/apache-tomcat-6.0.49.tar.gz   (with props)
dev/tomcat/tomcat-6/v6.0.49/bin/apache-tomcat-6.0.49.tar.gz.asc
dev/tomcat/tomcat-6/v6.0.49/bin/apache-tomcat-6.0.49.tar.gz.md5
dev/tomcat/tomcat-6/v6.0.49/bin/apache-tomcat-6.0.49.tar.gz.sha1
dev/tomcat/tomcat-6/v6.0.49/bin/apache-tomcat-6.0.49.zip   (with props)
dev/tomcat/tomcat-6/v6.0.49/bin/apache-tomcat-6.0.49.zip.asc
dev/tomcat/tomcat-6/v6.0.49/bin/apache-tomcat-6.0.49.zip.md5
dev/tomcat/tomcat-6/v6.0.49/bin/apache-tomcat-6.0.49.zip.sha1
dev/tomcat/tomcat-6/v6.0.49/bin/extras/
dev/tomcat/tomcat-6/v6.0.49/bin/extras/catalina-jmx-remote.jar   (with 
props)
dev/tomcat/tomcat-6/v6.0.49/bin/extras/catalina-jmx-remote.jar.asc
dev/tomcat/tomcat-6/v6.0.49/bin/extras/catalina-jmx-remote.jar.md5
dev/tomcat/tomcat-6/v6.0.49/bin/extras/catalina-jmx-remote.jar.sha1
dev/tomcat/tomcat-6/v6.0.49/bin/extras/catalina-ws.jar   (with props)
dev/tomcat/tomcat-6/v6.0.49/bin/extras/catalina-ws.jar.asc
dev/tomcat/tomcat-6/v6.0.49/bin/extras/catalina-ws.jar.md5
dev/tomcat/tomcat-6/v6.0.49/bin/extras/catalina-ws.jar.sha1
dev/tomcat/tomcat-6/v6.0.49/bin/extras/tomcat-juli-adapters.jar   (with 
props)
dev/tomcat/tomcat-6/v6.0.49/bin/extras/tomcat-juli-adapters.jar.asc
dev/tomcat/tomcat-6/v6.0.49/bin/extras/tomcat-juli-adapters.jar.md5
dev/tomcat/tomcat-6/v6.0.49/bin/extras/tomcat-juli-adapters.jar.sha1
dev/tomcat/tomcat-6/v6.0.49/bin/extras/tomcat-juli.jar   (with props)
dev/tomcat/tomcat-6/v6.0.49/bin/extras/tomcat-juli.jar.asc
dev/tomcat/tomcat-6/v6.0.49/bin/extras/tomcat-juli.jar.md5
dev/tomcat/tomcat-6/v6.0.49/bin/extras/tomcat-juli.jar.sha1
dev/tomcat/tomcat-6/v6.0.49/src/
dev/tomcat/tomcat-6/v6.0.49/src/apache-tomcat-6.0.49-src.tar.gz   (with 
props)
dev/tomcat/tomcat-6/v6.0.49/src/apache-tomcat-6.0.49-src.tar.gz.asc
dev/tomcat/tomcat-6/v6.0.49/src/apache-tomcat-6.0.49-src.tar.gz.md5
dev/tomcat/tomcat-6/v6.0.49/src/apache-tomcat-6.0.49-src.tar.gz.sha1
dev/tomcat/tomcat-6/v6.0.49/src/apache-tomcat-6.0.49-src.zip   (with props)
dev/tomcat/tomcat-6/v6.0.49/src/apache-tomcat-6.0.49-src.zip.asc
dev/tomcat/tomcat-6/v6.0.49/src/apache-tomcat-6.0.49-src.zip.md5
dev/tomcat/tomcat-6/v6.0.49/src/apache-tomcat-6.0.49-src.zip.sha1

Added: dev/tomcat/tomcat-6/v6.0.49/KEYS
==
--- dev/tomcat/tomcat-6/v6.0.49/KEYS (added)
+++ dev/tomcat/tomcat-6/v6.0.49/KEYS Fri Jan 13 09:14:20 2017
@@ -0,0 +1,631 @@
+This file contains the PGP keys of various Apache developers.
+Please don't use them for email unless you have to. Their main
+purpose is code signing.
+
+Apache users: pgp < KEYS
+Apache 

svn commit: r17795 [2/2] - in /dev/tomcat/tomcat-6/v6.0.49: ./ bin/ bin/extras/ src/

2017-01-13 Thread violetagg
Added: dev/tomcat/tomcat-6/v6.0.49/src/apache-tomcat-6.0.49-src.tar.gz.asc
==
--- dev/tomcat/tomcat-6/v6.0.49/src/apache-tomcat-6.0.49-src.tar.gz.asc (added)
+++ dev/tomcat/tomcat-6/v6.0.49/src/apache-tomcat-6.0.49-src.tar.gz.asc Fri Jan 
13 09:14:20 2017
@@ -0,0 +1,17 @@
+-BEGIN PGP SIGNATURE-
+Version: GnuPG v2
+
+iQIcBAABCgAGBQJYeJS4AAoJECCLCrHWMBHHQE8QALDvYvLoaOMPpw6AZ5AEz733
+NpFhQyhiqHfvCglnx7evYiKJRJdObufSkOOPLJjGtsViXw7sfRz/4ifBE/IkD+Rd
+T3+4l9WOsWLwphNKF42fl7hT8kXwPjSGiDF5V1HxHLIOtfbKv5H+w9piIRXcawLh
+O4lWP53i9q63ker35VVluD+FQPvS44U/Plf5RXm/YQU4lcwGY2NG6JB8h/eYooiG
+1SNAUcVhWIy74v5MJ9m7p0cIDO/+/h0IuHAKvBtHzDUl0gvFkEMuBzmsnXhV7Zm/
+ZaPtIUY68bTk1+iInPrtTg/eG7QVxqJjRtSMJGGDsgJmqeIoubhzfm8MuIO9/VRB
+gD0rU1v7+jlciTQh+ABCTY4CN0kmyBSnbJao2ICfMyKVBg0DgFFswgE5yw1z5ntc
+wPULCwFCVCvNgPKObEcQYiS4YlbhSekd9ShAyWt33ssIrZUc/1X9hioI5+aU1c82
+RvYic5Dq8rT0RnDprnHQHDCzSjSU8EUA6ENpSvFwypWWBBH/r2nqRhODka6OmiO+
+PbIy4uEVXJRq5T0Jgr6UE8dhPZ7muwXMwchFAZzvwzKOSlmkUCOu4cr0CxT61Ch5
+P7aY8MfhczfmaZbDci8RpGjixjcZjBKMhyuXxT6RzKLBnke1/ZbYO11SI7PkMLHp
+T13srVjPdbycUlWeAgCz
+=7VkQ
+-END PGP SIGNATURE-

Added: dev/tomcat/tomcat-6/v6.0.49/src/apache-tomcat-6.0.49-src.tar.gz.md5
==
--- dev/tomcat/tomcat-6/v6.0.49/src/apache-tomcat-6.0.49-src.tar.gz.md5 (added)
+++ dev/tomcat/tomcat-6/v6.0.49/src/apache-tomcat-6.0.49-src.tar.gz.md5 Fri Jan 
13 09:14:20 2017
@@ -0,0 +1 @@
+cfa2f90309e27fddd57d87d613f3c949 *apache-tomcat-6.0.49-src.tar.gz
\ No newline at end of file

Added: dev/tomcat/tomcat-6/v6.0.49/src/apache-tomcat-6.0.49-src.tar.gz.sha1
==
--- dev/tomcat/tomcat-6/v6.0.49/src/apache-tomcat-6.0.49-src.tar.gz.sha1 (added)
+++ dev/tomcat/tomcat-6/v6.0.49/src/apache-tomcat-6.0.49-src.tar.gz.sha1 Fri 
Jan 13 09:14:20 2017
@@ -0,0 +1 @@
+74dbbe5b5e9817a56d7bce01d76773b47be77a7e *apache-tomcat-6.0.49-src.tar.gz
\ No newline at end of file

Added: dev/tomcat/tomcat-6/v6.0.49/src/apache-tomcat-6.0.49-src.zip
==
Binary file - no diff available.

Propchange: dev/tomcat/tomcat-6/v6.0.49/src/apache-tomcat-6.0.49-src.zip
--
svn:mime-type = application/octet-stream

Added: dev/tomcat/tomcat-6/v6.0.49/src/apache-tomcat-6.0.49-src.zip.asc
==
--- dev/tomcat/tomcat-6/v6.0.49/src/apache-tomcat-6.0.49-src.zip.asc (added)
+++ dev/tomcat/tomcat-6/v6.0.49/src/apache-tomcat-6.0.49-src.zip.asc Fri Jan 13 
09:14:20 2017
@@ -0,0 +1,17 @@
+-BEGIN PGP SIGNATURE-
+Version: GnuPG v2
+
+iQIcBAABCgAGBQJYeJTIAAoJECCLCrHWMBHHBSYP/3Za8VHyIdg2sNnart7tFHm9
+uqJf3gBCczsGT5/IPp5CImIGXIezds18XvWsv54wGXNBDw9YtxHvTzaahIyyj5ea
+0AnOn/mVPRHr7Xy7c7nihxMbAc1PAMSlovwUxKkFaBltKo2yDGjrm3S4nJtlt/BJ
+gtd2gIt0FMkLmh/zQz7NH9CDHh0Ltp5TZYS0nhUGBWGPP54BNgu0JG1vHqAhPXtD
+yP6WMJ4LLYMkvkEtJTRZ/ql9eX8CEXZLKzk502fTyq5MFmdlp4nj9ppZW6W+hwj9
+1U37lzMYicyEyHYmw0FEOjoJ5STy20Vzt/8RrY8Mb9fjrBtvosOfkCOSDnXO3d9A
+f1DEVXBCzBzUlRrNOG+/m4iu4c5b5NpUunWcd86/Z+bbysCkoLZ2S43gvKTTrBua
+on9iM7VqLReocc5pHtJMp/UkZwdPXsDL+2nY5oWhf13dZUYgMzvXrpDMD+iBJT3R
+UiSVJQ1GowzPaLZzf9dv3oBM8IeBE6dkQB50D1LNuGXZfJUvtTmNwvHtc9+Kdn9X
+vp0ARkF0hIjsJ1Vux/4HEH/+pXrJ4l4O2we0J5SJzTQxTgcPs8HAvi2FwK/xgX68
+FiDGpR7kOtTA9fefizS+kaFUtEftpAyAuO8QpelBHK5pE786ATCtBA+ciaQlKvYR
+T3joa+NmcZON9Dw3WpFi
+=DD0n
+-END PGP SIGNATURE-

Added: dev/tomcat/tomcat-6/v6.0.49/src/apache-tomcat-6.0.49-src.zip.md5
==
--- dev/tomcat/tomcat-6/v6.0.49/src/apache-tomcat-6.0.49-src.zip.md5 (added)
+++ dev/tomcat/tomcat-6/v6.0.49/src/apache-tomcat-6.0.49-src.zip.md5 Fri Jan 13 
09:14:20 2017
@@ -0,0 +1 @@
+d35e20dc33ea92e03a177047998f0c96 *apache-tomcat-6.0.49-src.zip
\ No newline at end of file

Added: dev/tomcat/tomcat-6/v6.0.49/src/apache-tomcat-6.0.49-src.zip.sha1
==
--- dev/tomcat/tomcat-6/v6.0.49/src/apache-tomcat-6.0.49-src.zip.sha1 (added)
+++ dev/tomcat/tomcat-6/v6.0.49/src/apache-tomcat-6.0.49-src.zip.sha1 Fri Jan 
13 09:14:20 2017
@@ -0,0 +1 @@
+f58ef826a7f33aebe2a33de06816ab6f66165c95 *apache-tomcat-6.0.49-src.zip
\ No newline at end of file



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r1778513 - in /tomcat/tc6.0.x/tags/TOMCAT_6_0_49: ./ build.properties.default

2017-01-13 Thread violetagg
Author: violetagg
Date: Fri Jan 13 08:25:48 2017
New Revision: 1778513

URL: http://svn.apache.org/viewvc?rev=1778513=rev
Log:
Tag 6.0.49

Added:
tomcat/tc6.0.x/tags/TOMCAT_6_0_49/   (props changed)
  - copied from r1778512, tomcat/tc6.0.x/trunk/
Modified:
tomcat/tc6.0.x/tags/TOMCAT_6_0_49/build.properties.default

Propchange: tomcat/tc6.0.x/tags/TOMCAT_6_0_49/
--
--- svn:ignore (added)
+++ svn:ignore Fri Jan 13 08:25:48 2017
@@ -0,0 +1,5 @@
+.*
+output
+build.properties
+work
+logs

Propchange: tomcat/tc6.0.x/tags/TOMCAT_6_0_49/
--
--- svn:mergeinfo (added)
+++ svn:mergeinfo Fri Jan 13 08:25:48 2017
@@ -0,0 +1,4 @@
+/tomcat/tc7.0.x/trunk:1190476,1224802,1243045,1298635,1304471,1311997,1312007,1331772,1333164,1333176,1348992,1354866,1371298,1371302,1371620,1402110,1409014,1413553,1413557,1413563,1430083,1438415,1446641-1446660,1447013,1453106,1453119,1484919,1486877,1498342,1500065,1503852,1505844,1513151,1521040,1524796,1526470,1536524,1539176-1539177,1544469,1544473,1552805,1558894,1558917,1560812,1561368,1561382,1561386,1561552,1561561,1561636,1561641,1561643,1561737,1562748,1564317,1564417,1568922,1570163,1577328,1577464-1577465,1578814,1586659,1586897,1586960,1588199,1588997,1589740,1589851,1589997,1590019,1590028,1590337,1590492,1590651,1590838,1590845,1590848,1590912,1593262,1593288,1593371,1593835,1594230,1595174,1595366,1600956,1601333,1601856,1601909,1609079,1609606,1617364,1617374,1617433,1617457-1617458,1624249,1626579,1627420,1627469,1632586,1637686,1637711,1640675,1642045,1643515,1643540,1643572,1643585-1643586,1643642,1643647,1644019,1648817,1656301,1658815,1659523,1659564,1664001
 
,1664176,1665087,1666762,1666968,1666989,1668541,1668635,1669802,1676557,1681183,1681841,1681865,1681867,1685829,1693109,1694293,1694433,1694875,1696381,1701945,1704482,1710353,1712656,1713873,1714000,1714005,1714540,1715213,1716221,1716417,1717107,1717210,1717212,1720236,1720398,1720443,1720464,1721814,1721883,1722645,1722801,1723151,1724435,1724553,1724675,1724797,1724806,1725931,1726631,1726808,1726813,1726815,1726817,1726819,1726917,1726919,1726922-1726924,1727031,1727034,1727043,1727158,1727672,1727903,1728450,1729363,1731010,1731119,1731956,1731978,1732362,1732674-1732675,1733942,1734116,1734134,1734532,1737249,1737253,1737968,1738049,1738186,1739778,1741178,1741184,1741193,1741211,1741218,1741228,1741235,1742281,1743121,1743142,1743649,1744061,1744129,1744155,1744241,1744383,1744689,1745230,1746942,1746994,1749377,1750018,1750980,1751066,1754114,1754147,1754728,1754880,1754891,1754898,1754902,1756030,1756417,1756420,1756423,1756942,1757275,1757284,1757503,1758490,1758495,1759
 
567,1761631,1761748,1762772,1763236,1763415,1763580,1765593,1765598,1767374,1767675-1767676,1771211,1772177,1772262,1772270,1773421,1774139,1774252,1774321,1774323,1774325,1774345,1777016
+/tomcat/tc8.0.x/trunk:1637685,1637709,1640674,1641726,1641729-1641730,1643513,1643539,1643571,1643581-1643582,1644018,1648816,1656300,1658801-1658803,1658811,1659522,1663997,1664175,1665086,1666759,1666967,1666988,1668634,1669801,1676556,1681182,1681840,1681864,1685827,1689921,1693108,1694291,1694427,1694873,1696379,1701944,1710347,1712618,1712655,1713872,1713998,1714004,1714538,1715207,1715866,1716216-1716217,1716414,1717208-1717209,1720235,1720396,1720442,1720463,1721813,1721882,1722800,1723130,1724434,1724674,1724792,1724803,1725929,1725963-1725965,1725970,1725974,1726172,1726175,1726179-1726182,1726195-1726198,1726200,1726203,1726226,1726576,1726630,1727029,1727037,1727671,1727900,1728449,1729362,1731009,1731955,1731977,1732360,1732672,1733941,1734115,1734133,1734531,1737967,1738173,1739777,1741217,1743647,1744152,1756018,1759565,1767653,1767656,1776543,1777015
+/tomcat/tc8.5.x/trunk:1737199,1737966,1738044,1741174,1741182,1741191,1741209,1741226,1741233,1742277,1743118,1743139-1743140,1744059,1744127,1744151,1744232,1744377,1744687,1745228,1746940,1749375,1750016,1750976,1751062,1754112,1754144,1754726,1754806,1754878,1754889,1754894,1754900,1756412,1756940,1757272,1757282,1757501,1758488,1758493,1761629,1761741,1762770,1763233,1763413,1763578,1765591,1765596,1767370,1772175,1772230,1773419,1774137,1774250,1774306-1774307,1774309,1774342,1777014

svn commit: r1778512 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

2017-01-13 Thread violetagg
Author: violetagg
Date: Fri Jan 13 08:18:50 2017
New Revision: 1778512

URL: http://svn.apache.org/viewvc?rev=1778512=rev
Log:
Prepare for release.

Modified:
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=1778512=1778511=1778512=diff
==
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Fri Jan 13 08:18:50 2017
@@ -44,7 +44,7 @@
 
-
+
   
 
   



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: [VOTE] Release Apache Tomcat 8.5.11

2017-01-13 Thread Huxing Zhang
Hi,

The proposed 8.5.11 release is:
[ ] Broken - do not release
[ X ] Stable - go ahead and release as 8.5.11

Test cases all pass.
Test web application runs fine.

--
From:Mark Thomas 
Time:2017 Jan 11 (Wed) 05:28
To:dev@tomcat.apache.org 
Subject:[VOTE] Release Apache Tomcat 8.5.11


The proposed Apache Tomcat 8.5.11 release is now available for voting.

The major changes compared to the 8.5.9 release are:

- HTTP/2 fixes and improvements

- Improve the logic that selects an address to use to unlock the
  Acceptor to take account of platforms what do not listen on all
  local addresses when configured with an address of 0.0.0.0 or ::

- Fix a bug in APR/native socket close handling that resulted in
  unexpected errors for upgraded connections

It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.5.11/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1113/
The svn tag is:
http://svn.apache.org/repos/asf/tomcat/tc8.5.x/tags/TOMCAT_8_5_11/

The proposed 8.5.11 release is:
[ ] Broken - do not release
[ ] Stable - go ahead and release as 8.5.11

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org