[Bug 60750] A response that uses Transfer-Encoding: chunked is missing the last zero-length chunk

2017-03-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60750

--- Comment #16 from qixiaobo...@gmail.com ---
(In reply to Ty from comment #14)
> > OOMEs can happen for a number of reasons -- not always complete 
> > heap-exhaustion.
> 
> Very true, I forgot about the "initialize an object array of
> size=Integer.MAX_VALUE" operations that OOME before they even begin.
> 
> > I'd be interested to see if JMX reports an increase in the OOME count when 
> > these 
> > zero-length chunks are dropped from the responses.
> 
> Once the heap size was increased, I see a very sharp and short-lived (i.e.
> garbage-collectable) increase in OldGen utilization.  From memory, a spike
> of about 850MB.  I think that's what you're asking about.
> 
> Besides the probably-swallowed OOME, that just leaves the mystery of a
> response that (when under memory constraints) is missing the last chunk but
> otherwise is complete.  I'd wager a third-party library is to blame -- in
> our case and in OP's case, there is a JSON library in the mix-- but what is
> strange to me is the response isn't compliant with the RFC spec for
> Transfer-Encoding: chunked, at least according to my reading of it:  a
> response can't be considered complete without the zero byte chunk, but the
> server seems to think it is.

No oom

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: [Bug 60750] A response that uses Transfer-Encoding: chunked is missing the last zero-length chunk

2017-03-08 Thread andrea . pacheco
Informo que alterei meu email para dea.san...@infobase.com.br

Dea Pacheco
 
Obrigado



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



[Bug 60750] A response that uses Transfer-Encoding: chunked is missing the last zero-length chunk

2017-03-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60750

--- Comment #15 from qixiaobo...@gmail.com ---
Sorry for my late response.
This request will logout my application. I think there is something wrong with
shiro framework.

in localhost.2017-02-23.log:
org.apache.shiro.UnavailableSecurityManagerException: No SecurityManager
accessible to the calling code, either bound to the
org.apache.shiro.util.ThreadContext or as a vm static singleton.  This is an
invalid application configuration.
at
org.apache.shiro.SecurityUtils.getSecurityManager(SecurityUtils.java:123)
at org.apache.shiro.subject.Subject$Builder.(Subject.java:626)
at org.apache.shiro.SecurityUtils.getSubject(SecurityUtils.java:56)
at org.apache.shiro.web.tags.SecureTag.getSubject(SecureTag.java:43)
at
org.apache.shiro.web.tags.PermissionTag.isPermitted(PermissionTag.java:66)
at
org.apache.shiro.web.tags.HasPermissionTag.showTagBody(HasPermissionTag.java:32)
at
org.apache.shiro.web.tags.PermissionTag.onDoStartTag(PermissionTag.java:57)
at org.apache.shiro.web.tags.SecureTag.doStartTag(SecureTag.java:53)
at org.apache.jsp.page.common.head_jsp._jspService(head_jsp.java:215)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:439)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:395)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:339)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:747)
at
org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:603)
at
org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:542)
at
org.apache.jasper.runtime.JspRuntimeLibrary.include(JspRuntimeLibrary.java:955)
at org.apache.jsp.page.error._404_jsp._jspService(_404_jsp.java:103)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:439)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:395)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:339)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:747)
 




Since I remove some configs , I can receive the 0-sized trunk package and it
becomes normal.
Maybe in this case it's a fatal error ?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: buildbot failure in on tomcat-trunk

2017-03-08 Thread Mark Thomas
On 08/03/17 22:56, build...@apache.org wrote:
> The Buildbot has detected a new failure on builder tomcat-trunk while 
> building . Full details are available at:
> https://ci.apache.org/builders/tomcat-trunk/builds/2165
> 
> Buildbot URL: https://ci.apache.org/
> 
> Buildslave for this Build: bb_1604_test_ubuntu
> 
> Build Reason: The AnyBranchScheduler scheduler named 'on-tomcat-commit' 
> triggered this build
> Build Source Stamp: [branch tomcat/trunk] 1786089
> Blamelist: markt
> 
> BUILD FAILED: failed compile

wine + NSIS appears to be less broken on 1604 but still not working. I
plan on looking at this some more tomorrow.

Mark


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


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



svn commit: r1786091 - /tomcat/trunk/java/org/apache/tomcat/InstrumentableClassLoader.java

2017-03-08 Thread markt
Author: markt
Date: Wed Mar  8 23:06:17 2017
New Revision: 1786091

URL: http://svn.apache.org/viewvc?rev=1786091=rev
Log:
Trivial ws change to trigger CI for test

Modified:
tomcat/trunk/java/org/apache/tomcat/InstrumentableClassLoader.java

Modified: tomcat/trunk/java/org/apache/tomcat/InstrumentableClassLoader.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/InstrumentableClassLoader.java?rev=1786091=1786090=1786091=diff
==
--- tomcat/trunk/java/org/apache/tomcat/InstrumentableClassLoader.java 
(original)
+++ tomcat/trunk/java/org/apache/tomcat/InstrumentableClassLoader.java Wed Mar  
8 23:06:17 2017
@@ -75,5 +75,4 @@ public interface InstrumentableClassLoad
  * @return the transformer-free copy of this class loader.
  */
 ClassLoader copyWithoutTransformers();
-
 }



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



buildbot failure in on tomcat-trunk

2017-03-08 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building 
. Full details are available at:
https://ci.apache.org/builders/tomcat-trunk/builds/2165

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

Buildslave for this Build: bb_1604_test_ubuntu

Build Reason: The AnyBranchScheduler scheduler named 'on-tomcat-commit' 
triggered this build
Build Source Stamp: [branch tomcat/trunk] 1786089
Blamelist: markt

BUILD FAILED: failed compile

Sincerely,
 -The Buildbot




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



svn commit: r1786089 - /tomcat/trunk/java/org/apache/tomcat/InstanceManagerBindings.java

2017-03-08 Thread markt
Author: markt
Date: Wed Mar  8 22:49:59 2017
New Revision: 1786089

URL: http://svn.apache.org/viewvc?rev=1786089=rev
Log:
Trivial ws change to trigger CI for test

Modified:
tomcat/trunk/java/org/apache/tomcat/InstanceManagerBindings.java

Modified: tomcat/trunk/java/org/apache/tomcat/InstanceManagerBindings.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/InstanceManagerBindings.java?rev=1786089=1786088=1786089=diff
==
--- tomcat/trunk/java/org/apache/tomcat/InstanceManagerBindings.java (original)
+++ tomcat/trunk/java/org/apache/tomcat/InstanceManagerBindings.java Wed Mar  8 
22:49:59 2017
@@ -32,5 +32,4 @@ public final class InstanceManagerBindin
 public static final InstanceManager get(ClassLoader classLoader) {
 return bindings.get(classLoader);
 }
-
 }



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



buildbot exception in on tomcat-trunk

2017-03-08 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-trunk while 
building . Full details are available at:
https://ci.apache.org/builders/tomcat-trunk/builds/2164

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

Buildslave for this Build: bb_1604_test_ubuntu

Build Reason: The AnyBranchScheduler scheduler named 'on-tomcat-commit' 
triggered this build
Build Source Stamp: [branch tomcat/trunk] 1786084
Blamelist: markt

BUILD FAILED: exception compile upload_2

Sincerely,
 -The Buildbot




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



svn commit: r1786084 - in /tomcat/trunk: java/org/apache/tomcat/util/http/ java/org/apache/tomcat/util/threads/ test/org/apache/catalina/authenticator/jaspic/ test/org/apache/catalina/util/ test/org/a

2017-03-08 Thread markt
Author: markt
Date: Wed Mar  8 22:15:27 2017
New Revision: 1786084

URL: http://svn.apache.org/viewvc?rev=1786084=rev
Log:
Add missing eol properties

Modified:
tomcat/trunk/java/org/apache/tomcat/util/http/CookieProcessorBase.java   
(props changed)
tomcat/trunk/java/org/apache/tomcat/util/threads/InlineExecutorService.java 
  (props changed)

tomcat/trunk/test/org/apache/catalina/authenticator/jaspic/TestAuthConfigFactoryImpl.java
   (props changed)
tomcat/trunk/test/org/apache/catalina/util/TestParameterMap.java   (props 
changed)
tomcat/trunk/test/org/apache/tomcat/util/buf/TestUriUtil24.java   (props 
changed)
tomcat/trunk/test/org/apache/tomcat/util/buf/TestUriUtil26.java   (props 
changed)
tomcat/trunk/test/org/apache/tomcat/util/buf/TestUriUtil2A.java   (props 
changed)
tomcat/trunk/test/org/apache/tomcat/util/buf/TestUriUtil40.java   (props 
changed)

tomcat/trunk/test/org/apache/tomcat/util/scan/TestAbstractInputStreamJar.java   
(props changed)
tomcat/trunk/test/org/apache/tomcat/websocket/TesterAsyncTiming.java   
(props changed)
tomcat/trunk/test/org/apache/tomcat/websocket/server/TestAsyncMessages.java 
  (props changed)

Propchange: 
tomcat/trunk/java/org/apache/tomcat/util/http/CookieProcessorBase.java
--
svn:eol-style = native

Propchange: 
tomcat/trunk/java/org/apache/tomcat/util/threads/InlineExecutorService.java
--
svn:eol-style = native

Propchange: 
tomcat/trunk/test/org/apache/catalina/authenticator/jaspic/TestAuthConfigFactoryImpl.java
--
svn:eol-style = native

Propchange: tomcat/trunk/test/org/apache/catalina/util/TestParameterMap.java
--
svn:eol-style = native

Propchange: tomcat/trunk/test/org/apache/tomcat/util/buf/TestUriUtil24.java
--
svn:eol-style = native

Propchange: tomcat/trunk/test/org/apache/tomcat/util/buf/TestUriUtil26.java
--
svn:eol-style = native

Propchange: tomcat/trunk/test/org/apache/tomcat/util/buf/TestUriUtil2A.java
--
svn:eol-style = native

Propchange: tomcat/trunk/test/org/apache/tomcat/util/buf/TestUriUtil40.java
--
svn:eol-style = native

Propchange: 
tomcat/trunk/test/org/apache/tomcat/util/scan/TestAbstractInputStreamJar.java
--
svn:eol-style = native

Propchange: tomcat/trunk/test/org/apache/tomcat/websocket/TesterAsyncTiming.java
--
svn:eol-style = native

Propchange: 
tomcat/trunk/test/org/apache/tomcat/websocket/server/TestAsyncMessages.java
--
svn:eol-style = native



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



Re: Tagging 9.0.x and friends

2017-03-08 Thread Mark Thomas
On 08/03/17 20:43, Rémy Maucherat wrote:
> 2017-03-08 20:52 GMT+01:00 Mark Thomas :
> 
>>> @ Gump : not configured, not tested by Gump
>>>
>>> Tomcat 8.0:
>>> @ Buildbot: broken, red - the following test is failing:
>>> TEST-org.apache.tomcat.websocket.server.TestCloseBug58624.NIO2.txt
>>
>> NIO2 was experimental in 8.0.x so I wasn't too concerned about that.
>>
> I'm trying to fix things usually but:
> - The tests work for me
> - There are no real changes from when it wasn't failing
> 
> Some of these tests are sometimes a bit edgy.

Indeed. I periodically go through the failing tests and try and figure
out what is going on and I end up tweaking the tests more often than I
do the code. They can be very dependent on timing.

Mark


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



Re: Tagging 9.0.x and friends

2017-03-08 Thread Rémy Maucherat
2017-03-08 20:52 GMT+01:00 Mark Thomas :

> > @ Gump : not configured, not tested by Gump
> >
> > Tomcat 8.0:
> > @ Buildbot: broken, red - the following test is failing:
> > TEST-org.apache.tomcat.websocket.server.TestCloseBug58624.NIO2.txt
>
> NIO2 was experimental in 8.0.x so I wasn't too concerned about that.
>
> I'm trying to fix things usually but:
- The tests work for me
- There are no real changes from when it wasn't failing

Some of these tests are sometimes a bit edgy.

Rémy


[VOTE] Release Apache Tomcat 8.0.38

2017-03-08 Thread Mark Thomas
The proposed Apache Tomcat 8.0.42 release is now available for voting.

The main changes since 8.0.41 are:

- Limited relaxation of the HTTP request line validation

- Support for Java 9 during annotation scanning

- Update Tomcat Native to 1.2.12 to pick up the latest Windows binaries
  built with OpenSSL 1.0.2k

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

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

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



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

2017-03-08 Thread markt
Author: markt
Date: Wed Mar  8 20:25:09 2017
New Revision: 1786075

URL: http://svn.apache.org/viewvc?rev=1786075=rev
Log:
Fix formatting

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=1786075=1786074=1786075=diff
==
--- tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Wed Mar  8 20:25:09 2017
@@ -68,12 +68,12 @@
   
 60683: Security manager failure causing NPEs when doing IO
 on some JVMs. (coty)
+  
   
 60688: Update the internal fork of Apache Commons BCEL to
 r1782855 to add early access Java 9 support to the annotation scanning
 code. (markt)
   
-  
   
 When HTTP TRACE requests are disabled on the Connector, ensure that the
 HTTP OPTIONS response from custom the WebDAV servlet does not include



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



buildbot failure in on tomcat-8-trunk

2017-03-08 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-8-trunk while 
building . Full details are available at:
https://ci.apache.org/builders/tomcat-8-trunk/builds/945

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] 1786074
Blamelist: markt

BUILD FAILED: failed compile

Sincerely,
 -The Buildbot




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



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

2017-03-08 Thread markt
Added: dev/tomcat/tomcat-8/v8.0.42/src/apache-tomcat-8.0.42-src.zip.asc
==
--- dev/tomcat/tomcat-8/v8.0.42/src/apache-tomcat-8.0.42-src.zip.asc (added)
+++ dev/tomcat/tomcat-8/v8.0.42/src/apache-tomcat-8.0.42-src.zip.asc Wed Mar  8 
20:19:43 2017
@@ -0,0 +1,7 @@
+-BEGIN PGP SIGNATURE-
+Version: GnuPG v2
+
+iEYEABECAAYFAljAYtEACgkQb7IeiTPGAkOfQACgqUfR0HtbEyZ8hwjsyc+4NqJd
+RMUAnixetTCLerhOitpv/TDZlu3Ovf0w
+=km3q
+-END PGP SIGNATURE-

Added: dev/tomcat/tomcat-8/v8.0.42/src/apache-tomcat-8.0.42-src.zip.md5
==
--- dev/tomcat/tomcat-8/v8.0.42/src/apache-tomcat-8.0.42-src.zip.md5 (added)
+++ dev/tomcat/tomcat-8/v8.0.42/src/apache-tomcat-8.0.42-src.zip.md5 Wed Mar  8 
20:19:43 2017
@@ -0,0 +1 @@
+86843021d5833f57b724c6dd1b7b3a79 *apache-tomcat-8.0.42-src.zip
\ No newline at end of file

Added: dev/tomcat/tomcat-8/v8.0.42/src/apache-tomcat-8.0.42-src.zip.sha1
==
--- dev/tomcat/tomcat-8/v8.0.42/src/apache-tomcat-8.0.42-src.zip.sha1 (added)
+++ dev/tomcat/tomcat-8/v8.0.42/src/apache-tomcat-8.0.42-src.zip.sha1 Wed Mar  
8 20:19:43 2017
@@ -0,0 +1 @@
+efc216e462890cd37b5ef1d6e2b8694cba87a31f *apache-tomcat-8.0.42-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: r18621 [1/2] - in /dev/tomcat/tomcat-8/v8.0.42: ./ bin/ bin/embed/ bin/extras/ src/

2017-03-08 Thread markt
Author: markt
Date: Wed Mar  8 20:19:43 2017
New Revision: 18621

Log:
Upload 8.0.42 for voting

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

svn commit: r1786074 - /tomcat/tc8.0.x/trunk/res/tomcat.nsi

2017-03-08 Thread markt
Author: markt
Date: Wed Mar  8 20:18:26 2017
New Revision: 1786074

URL: http://svn.apache.org/viewvc?rev=1786074=rev
Log:
Fix i18n related warnings that are reported with NSIS 3.0. (The problem existed 
with 2.x but no warning was generated.)

Modified:
tomcat/tc8.0.x/trunk/res/tomcat.nsi

Modified: tomcat/tc8.0.x/trunk/res/tomcat.nsi
URL: 
http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/tomcat.nsi?rev=1786074=1786073=1786074=diff
==
--- tomcat/tc8.0.x/trunk/res/tomcat.nsi (original)
+++ tomcat/tc8.0.x/trunk/res/tomcat.nsi Wed Mar  8 20:18:26 2017
@@ -96,27 +96,6 @@ Var ServiceInstallLog
   !define MUI_ICON tomcat.ico
   !define MUI_UNICON tomcat.ico
 
-  ;Install Options pages
-  LangString TEXT_JVM_TITLE ${LANG_ENGLISH} "Java Virtual Machine"
-  LangString TEXT_JVM_SUBTITLE ${LANG_ENGLISH} "Java Virtual Machine path 
selection."
-  LangString TEXT_JVM_PAGETITLE ${LANG_ENGLISH} ": Java Virtual Machine path 
selection"
-
-  LangString TEXT_INSTDIR_NOT_EMPTY ${LANG_ENGLISH} "The specified 
installation directory is not empty. Do you wish to continue?"
-  LangString TEXT_CONF_TITLE ${LANG_ENGLISH} "Configuration"
-  LangString TEXT_CONF_SUBTITLE ${LANG_ENGLISH} "Tomcat basic configuration."
-  LangString TEXT_CONF_PAGETITLE ${LANG_ENGLISH} ": Configuration Options"
-
-  LangString TEXT_JVM_LABEL1 ${LANG_ENGLISH} "Please select the path of a Java 
SE 7.0 or later JRE installed on your system."
-  LangString TEXT_CONF_LABEL_PORT_SHUTDOWN ${LANG_ENGLISH} "Server Shutdown 
Port"
-  LangString TEXT_CONF_LABEL_PORT_HTTP ${LANG_ENGLISH} "HTTP/1.1 Connector 
Port"
-  LangString TEXT_CONF_LABEL_PORT_AJP ${LANG_ENGLISH} "AJP/1.3 Connector Port"
-  LangString TEXT_CONF_LABEL_SERVICE_NAME ${LANG_ENGLISH} "Windows Service 
Name"
-  LangString TEXT_CONF_LABEL_SHORTCUT_ALL_USERS ${LANG_ENGLISH} "Create 
shortcuts for all users"
-  LangString TEXT_CONF_LABEL_ADMIN ${LANG_ENGLISH} "Tomcat Administrator Login 
(optional)"
-  LangString TEXT_CONF_LABEL_ADMINUSERNAME ${LANG_ENGLISH} "User Name"
-  LangString TEXT_CONF_LABEL_ADMINPASSWORD ${LANG_ENGLISH} "Password"
-  LangString TEXT_CONF_LABEL_ADMINROLES ${LANG_ENGLISH} "Roles"
-
   ;Install Page order
   !insertmacro MUI_PAGE_WELCOME
   ; Show file named "INSTALLLICENSE"
@@ -138,21 +117,41 @@ Var ServiceInstallLog
 !insertmacro MUI_UNPAGE_INSTFILES
   !endif
 
-  ;Component-selection page
-;Descriptions
-LangString DESC_SecTomcat ${LANG_ENGLISH} "Install the Tomcat Servlet 
container as a Windows service."
-LangString DESC_SecTomcatCore ${LANG_ENGLISH} "Install the Tomcat Servlet 
container core and create the Windows service."
-LangString DESC_SecTomcatService ${LANG_ENGLISH} "Automatically start the 
Tomcat service when the computer is started."
-LangString DESC_SecTomcatNative ${LANG_ENGLISH} "Install APR based Tomcat 
native .dll for better performance and scalability in production environments."
-LangString DESC_SecMenu ${LANG_ENGLISH} "Create a Start Menu program group 
for Tomcat."
-LangString DESC_SecDocs ${LANG_ENGLISH} "Install the Tomcat documentation 
bundle. This includes documentation on the servlet container and its 
configuration options, on the Jasper JSP page compiler, as well as on the 
native webserver connectors."
-LangString DESC_SecManager ${LANG_ENGLISH} "Install the Tomcat Manager 
administrative web application."
-LangString DESC_SecHostManager ${LANG_ENGLISH} "Install the Tomcat Host 
Manager administrative web application."
-LangString DESC_SecExamples ${LANG_ENGLISH} "Install the Servlet and JSP 
examples web application."
-
   ;Language
   !insertmacro MUI_LANGUAGE English
 
+  ;Install Options pages
+  LangString TEXT_JVM_TITLE ${LANG_ENGLISH} "Java Virtual Machine"
+  LangString TEXT_JVM_SUBTITLE ${LANG_ENGLISH} "Java Virtual Machine path 
selection."
+  LangString TEXT_JVM_PAGETITLE ${LANG_ENGLISH} ": Java Virtual Machine path 
selection"
+
+  LangString TEXT_INSTDIR_NOT_EMPTY ${LANG_ENGLISH} "The specified 
installation directory is not empty. Do you wish to continue?"
+  LangString TEXT_CONF_TITLE ${LANG_ENGLISH} "Configuration"
+  LangString TEXT_CONF_SUBTITLE ${LANG_ENGLISH} "Tomcat basic configuration."
+  LangString TEXT_CONF_PAGETITLE ${LANG_ENGLISH} ": Configuration Options"
+
+  LangString TEXT_JVM_LABEL1 ${LANG_ENGLISH} "Please select the path of a Java 
SE 7.0 or later JRE installed on your system."
+  LangString TEXT_CONF_LABEL_PORT_SHUTDOWN ${LANG_ENGLISH} "Server Shutdown 
Port"
+  LangString TEXT_CONF_LABEL_PORT_HTTP ${LANG_ENGLISH} "HTTP/1.1 Connector 
Port"
+  LangString TEXT_CONF_LABEL_PORT_AJP ${LANG_ENGLISH} "AJP/1.3 Connector Port"
+  LangString TEXT_CONF_LABEL_SERVICE_NAME ${LANG_ENGLISH} "Windows Service 
Name"
+  LangString TEXT_CONF_LABEL_SHORTCUT_ALL_USERS ${LANG_ENGLISH} "Create 
shortcuts for all users"
+  LangString TEXT_CONF_LABEL_ADMIN ${LANG_ENGLISH} "Tomcat Administrator Login 

svn commit: r1786073 - in /tomcat/tc8.0.x/trunk: ./ build.xml

2017-03-08 Thread markt
Author: markt
Date: Wed Mar  8 20:18:19 2017
New Revision: 1786073

URL: http://svn.apache.org/viewvc?rev=1786073=rev
Log:
Fix the output of "ant -projecthelp"

Modified:
tomcat/tc8.0.x/trunk/   (props changed)
tomcat/tc8.0.x/trunk/build.xml

Propchange: tomcat/tc8.0.x/trunk/
--
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Mar  8 20:18:19 2017
@@ -1,2 +1,2 @@
 
/tomcat/tc8.5.x/trunk:1735042,1737966,1743139-1743140,1744151,1747537,1747925,1748002,1754614,1754643,1762124,1762183,1762203,1763792,1772948,1777014,1779719,1782037,1782240,1782386-1782387,1785669
-/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
 
666387,1666494,1666496,1666552,1666569,1666579,137,149,1666757,1666966,1666972,1666985,1666995,1666997,1667292,1667402,1667406,1667546,1667615,1667630,1667636,1667688,1667764,1667871,1668026,1668135,1668193,1668593,1668596,1668630,1668639,1668843,1669353,1669370,1669451,1669800,1669838,1669876,1669882,1670394,1670433,1670591,1670598-1670600,1670610,1670631,1670719,1670724,1670726,1670730,1670940,1671112,1672272,1672284,1673754,1674294,1675461,1675486,1675594,1675830,1676231,1676250-1676251,1676364,1676381,1676393,1676479,1676525,1676552,1676615,1676630,1676634,1676721,1676926,1676943,1677140,1677802,1678011,1678162,1678174,1678339,1678426-1678427,1678694,1678701,1679534,1679708,1679710,1679716,1680034,1680246,1681056,1681123,1681138,1681280,1681283,1681286,1681450,1681697,1681699,1681701,1681729,1681770,1681779,1681793,1681807,1681837-1681838,1681854,1681862,1681958,1682028,1682033,1682311,1682315,1682317,1682320,1682324,1682330,1682842,1684172,1684366,1684383,1684526-168452
 

svn commit: r1786072 - in /tomcat/tc8.5.x/trunk: ./ res/tomcat.nsi

2017-03-08 Thread markt
Author: markt
Date: Wed Mar  8 20:13:16 2017
New Revision: 1786072

URL: http://svn.apache.org/viewvc?rev=1786072=rev
Log:
Fix i18n related warnings that are reported with NSIS 3.0. (The problem existed 
with 2.x but no warning was generated.)

Modified:
tomcat/tc8.5.x/trunk/   (props changed)
tomcat/tc8.5.x/trunk/res/tomcat.nsi

Propchange: tomcat/tc8.5.x/trunk/
--
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Mar  8 20:13:16 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: r1786071 - in /tomcat/tc8.5.x/trunk: ./ build.xml

2017-03-08 Thread markt
Author: markt
Date: Wed Mar  8 20:08:17 2017
New Revision: 1786071

URL: http://svn.apache.org/viewvc?rev=1786071=rev
Log: (empty)

Modified:
tomcat/tc8.5.x/trunk/   (props changed)
tomcat/tc8.5.x/trunk/build.xml

Propchange: tomcat/tc8.5.x/trunk/
--
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Mar  8 20:08:17 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: r1786070 - /tomcat/trunk/build.xml

2017-03-08 Thread markt
Author: markt
Date: Wed Mar  8 20:07:34 2017
New Revision: 1786070

URL: http://svn.apache.org/viewvc?rev=1786070=rev
Log:
Fix the output of "ant -projecthelp"

Modified:
tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1786070=1786069=1786070=diff
==
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Wed Mar  8 20:07:34 2017
@@ -2000,7 +2000,6 @@ skip.installer property in build.propert
   
 
   
 
   
@@ -2023,7 +2022,6 @@ skip.installer property in build.propert
   
 
   
 
   
@@ -2041,7 +2039,6 @@ skip.installer property in build.propert
   
 
   
 
 
 
   
 
   
 
-  
+  
 
   
   
@@ -2087,7 +2083,8 @@ skip.installer property in build.propert
 
   
 
-  
 

svn commit: r1786068 - in /tomcat/tc8.0.x/tags/TOMCAT_8_0_42: ./ build.properties.default webapps/docs/changelog.xml

2017-03-08 Thread markt
Author: markt
Date: Wed Mar  8 19:56:27 2017
New Revision: 1786068

URL: http://svn.apache.org/viewvc?rev=1786068=rev
Log:
Tag 8.0.42

Added:
tomcat/tc8.0.x/tags/TOMCAT_8_0_42/   (props changed)
  - copied from r1786067, tomcat/tc8.0.x/trunk/
Modified:
tomcat/tc8.0.x/tags/TOMCAT_8_0_42/build.properties.default
tomcat/tc8.0.x/tags/TOMCAT_8_0_42/webapps/docs/changelog.xml

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

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

Propchange: tomcat/tc8.0.x/tags/TOMCAT_8_0_42/
--
--- bugtraq:logregex (added)
+++ bugtraq:logregex Wed Mar  8 19:56:27 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_42/
--
bugtraq:message = Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=%BUGID%

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

Propchange: tomcat/tc8.0.x/tags/TOMCAT_8_0_42/
--
--- svn:ignore (added)
+++ svn:ignore Wed Mar  8 19:56:27 2017
@@ -0,0 +1,7 @@
+.*
+build.properties
+logs
+nbproject
+output
+work
+*.iml

Propchange: tomcat/tc8.0.x/tags/TOMCAT_8_0_42/
--
--- svn:mergeinfo (added)
+++ svn:mergeinfo Wed Mar  8 19:56:27 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,1779719,1782037,1782240,1782386-1782387,1785669
+/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
 

Re: Tagging 9.0.x and friends

2017-03-08 Thread Mark Thomas
On 08/03/17 19:36, Konstantin Kolinko wrote:
> 2017-03-08 18:11 GMT+03:00 Mark Thomas :
>> Hi,
>>
>> Just a heads up that I will be tagging 9.0.x shortly followed by working
>> my way through the versions in turn all the way to 6.0.x (unless someone
>> beats me to any of them - help always appreciated).
>>
>> The Windows signing service is not currently available so I will be
>> releasing without signing the Windows installer. The problem is related
>> to a recent switch over to two-factor authentication and I hit a snafu
>> with the registration process. It should get sorted fairly quickly but I
>> don't want to hold up these releases.
> 
> While you are resolving/testing the signing issues:
> 
> Is it possible to get both sha1 and sha256 signatures for the *.exe files.

I'll look into what is used currently and what - if any - the options are.

> (Looking for an example...
> Majority of distros that I have lying around have only sha1 signature.
> This is an example with both sha1 and sha256:
> 
> https://github.com/git-for-windows/git/releases/
> -> PortableGit-2.12.0-64-bit.7z.exe
> )
> 
> 
> Regarding the tagging
> 1. I think that a number of recently added files do not have
> svn:eol-style property.
> Certainly not a stopper. Maybe I'll fix it later today.

ACK.

> 2. Buildbots:
> http://tomcat.apache.org/ci.html
> 
> Trunk:
> @ Buildbot :  OK, green
> @ Gump : OK, green
> 
> Tomcat 8.5:
> @ Buildbot : broken, magenta -  fails to download files from
> sourceforge.(HTTPS handshake failure)

Fixed. And I pre-emptively fixed all the other versions too.

> @ Gump : not configured, not tested by Gump
> 
> Tomcat 8.0:
> @ Buildbot: broken, red - the following test is failing:
> TEST-org.apache.tomcat.websocket.server.TestCloseBug58624.NIO2.txt

NIO2 was experimental in 8.0.x so I wasn't too concerned about that.

> @ Gump:
> APR and NIO - green, OK.
> BIO and NIO2 - blue, skipped because of a failed prerequisite:
> openssl-1.0.2-make  failed to compile

Not my area of expertise.

> Tomcat 7:
> @ Buildbot: OK, green
> @ Gump: OK, green
> 
> Tomcat 6:
> @ Buildbot and @ Gump: OK, green. They just build it, do not run any tests.

I'm running the tests locally in Linux and Windows before I tag as well.

Thanks for the review.

Mark


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



Re: Tagging 9.0.x and friends

2017-03-08 Thread Konstantin Kolinko
2017-03-08 18:11 GMT+03:00 Mark Thomas :
> Hi,
>
> Just a heads up that I will be tagging 9.0.x shortly followed by working
> my way through the versions in turn all the way to 6.0.x (unless someone
> beats me to any of them - help always appreciated).
>
> The Windows signing service is not currently available so I will be
> releasing without signing the Windows installer. The problem is related
> to a recent switch over to two-factor authentication and I hit a snafu
> with the registration process. It should get sorted fairly quickly but I
> don't want to hold up these releases.

While you are resolving/testing the signing issues:

Is it possible to get both sha1 and sha256 signatures for the *.exe files.


(Looking for an example...
Majority of distros that I have lying around have only sha1 signature.
This is an example with both sha1 and sha256:

https://github.com/git-for-windows/git/releases/
-> PortableGit-2.12.0-64-bit.7z.exe
)


Regarding the tagging
1. I think that a number of recently added files do not have
svn:eol-style property.
Certainly not a stopper. Maybe I'll fix it later today.

2. Buildbots:
http://tomcat.apache.org/ci.html

Trunk:
@ Buildbot :  OK, green
@ Gump : OK, green

Tomcat 8.5:
@ Buildbot : broken, magenta -  fails to download files from
sourceforge.(HTTPS handshake failure)
@ Gump : not configured, not tested by Gump

Tomcat 8.0:
@ Buildbot: broken, red - the following test is failing:
TEST-org.apache.tomcat.websocket.server.TestCloseBug58624.NIO2.txt

@ Gump:
APR and NIO - green, OK.
BIO and NIO2 - blue, skipped because of a failed prerequisite:
openssl-1.0.2-make  failed to compile

Tomcat 7:
@ Buildbot: OK, green
@ Gump: OK, green

Tomcat 6:
@ Buildbot and @ Gump: OK, green. They just build it, do not run any tests.


Best regards,
Konstantin Kolinko

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



buildbot exception in on tomcat-8-trunk

2017-03-08 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-8-trunk while 
building . Full details are available at:
https://ci.apache.org/builders/tomcat-8-trunk/builds/944

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] 1786057
Blamelist: markt

BUILD FAILED: exception compile upload_2

Sincerely,
 -The Buildbot




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



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

2017-03-08 Thread markt
Author: markt
Date: Wed Mar  8 19:06:14 2017
New Revision: 1786057

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

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=1786057=1786056=1786057=diff
==
--- tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Wed Mar  8 19:06:14 2017
@@ -550,7 +550,7 @@
   
   
 Update the NSIS Installer used to build the Windows installer to 
version
-3.0. (markt) 
+3.0. (markt)
   
 
   



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



svn commit: r1786056 - in /tomcat/tc8.0.x/trunk: ./ res/ide-support/eclipse/ res/ide-support/netbeans/ res/maven/ webapps/docs/

2017-03-08 Thread markt
Author: markt
Date: Wed Mar  8 19:03:54 2017
New Revision: 1786056

URL: http://svn.apache.org/viewvc?rev=1786056=rev
Log:
Update ECJ to 4.6.1

Modified:
tomcat/tc8.0.x/trunk/   (props changed)
tomcat/tc8.0.x/trunk/build.properties.default
tomcat/tc8.0.x/trunk/res/ide-support/eclipse/eclipse.classpath
tomcat/tc8.0.x/trunk/res/ide-support/netbeans/nb-tomcat-build.properties
tomcat/tc8.0.x/trunk/res/ide-support/netbeans/project.xml
tomcat/tc8.0.x/trunk/res/maven/tomcat-embed-jasper.pom
tomcat/tc8.0.x/trunk/res/maven/tomcat-jasper.pom
tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

Propchange: tomcat/tc8.0.x/trunk/
--
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Mar  8 19:03:54 2017
@@ -1,2 +1,2 @@
 
/tomcat/tc8.5.x/trunk:1735042,1737966,1743139-1743140,1744151,1747537,1747925,1748002,1754614,1754643,1762124,1762183,1762203,1763792,1772948,1777014,1779719,1782037,1782240,1782386-1782387,1785669
-/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: r1786055 - in /tomcat/tc8.0.x/trunk: ./ build.properties.default res/tomcat.nsi webapps/docs/changelog.xml

2017-03-08 Thread markt
Author: markt
Date: Wed Mar  8 19:02:10 2017
New Revision: 1786055

URL: http://svn.apache.org/viewvc?rev=1786055=rev
Log:
Update Windows installer to 3.0.1

Modified:
tomcat/tc8.0.x/trunk/   (props changed)
tomcat/tc8.0.x/trunk/build.properties.default
tomcat/tc8.0.x/trunk/res/tomcat.nsi
tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

Propchange: tomcat/tc8.0.x/trunk/
--
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Mar  8 19:02:10 2017
@@ -1,2 +1,2 @@
 
/tomcat/tc8.5.x/trunk:1735042,1737966,1743139-1743140,1744151,1747537,1747925,1748002,1754614,1754643,1762124,1762183,1762203,1763792,1772948,1777014,1779719,1782037,1782240,1782386-1782387,1785669
-/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
 
666387,1666494,1666496,1666552,1666569,1666579,137,149,1666757,1666966,1666972,1666985,1666995,1666997,1667292,1667402,1667406,1667546,1667615,1667630,1667636,1667688,1667764,1667871,1668026,1668135,1668193,1668593,1668596,1668630,1668639,1668843,1669353,1669370,1669451,1669800,1669838,1669876,1669882,1670394,1670433,1670591,1670598-1670600,1670610,1670631,1670719,1670724,1670726,1670730,1670940,1671112,1672272,1672284,1673754,1674294,1675461,1675486,1675594,1675830,1676231,1676250-1676251,1676364,1676381,1676393,1676479,1676525,1676552,1676615,1676630,1676634,1676721,1676926,1676943,1677140,1677802,1678011,1678162,1678174,1678339,1678426-1678427,1678694,1678701,1679534,1679708,1679710,1679716,1680034,1680246,1681056,1681123,1681138,1681280,1681283,1681286,1681450,1681697,1681699,1681701,1681729,1681770,1681779,1681793,1681807,1681837-1681838,1681854,1681862,1681958,1682028,1682033,1682311,1682315,1682317,1682320,1682324,1682330,1682842,1684172,1684366,1684383,1684526-168452
 

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

2017-03-08 Thread markt
Author: markt
Date: Wed Mar  8 18:58:25 2017
New Revision: 1786054

URL: http://svn.apache.org/viewvc?rev=1786054=rev
Log:
Update version for next development cycle

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

Modified: tomcat/tc8.5.x/trunk/build.properties.default
URL: 
http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/build.properties.default?rev=1786054=1786053=1786054=diff
==
--- tomcat/tc8.5.x/trunk/build.properties.default (original)
+++ tomcat/tc8.5.x/trunk/build.properties.default Wed Mar  8 18:58:25 2017
@@ -25,7 +25,7 @@
 # - Version Control Flags -
 version.major=8
 version.minor=5
-version.build=12
+version.build=13
 version.patch=0
 version.suffix=-dev
 

Modified: tomcat/tc8.5.x/trunk/res/maven/mvn.properties.default
URL: 
http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/res/maven/mvn.properties.default?rev=1786054=1786053=1786054=diff
==
--- tomcat/tc8.5.x/trunk/res/maven/mvn.properties.default (original)
+++ tomcat/tc8.5.x/trunk/res/maven/mvn.properties.default Wed Mar  8 18:58:25 
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.5.12
+maven.asf.release.deploy.version=8.5.13
 
 #Where do we load the libraries from
 tomcat.lib.path=../../output/build/lib

Modified: tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml?rev=1786054=1786053=1786054=diff
==
--- tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Wed Mar  8 18:58:25 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.5.12

2017-03-08 Thread Mark Thomas
The proposed Apache Tomcat 8.5.12 release is now available for voting.

The major changes compared to the 8.5.11 release are:

- Updates to the early access version of the Serlet 4.0 API to align it
  with the most recent discussions in the Servlet EG

- Support for Java 9 during annotation scanning

- Update Tomcat Native to 1.2.12 to pick up the latest Windows binaries
  built with OpenSSL 1.0.2k

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

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

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



svn commit: r1786053 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/AbstractProtocol.java

2017-03-08 Thread remm
Author: remm
Date: Wed Mar  8 18:20:28 2017
New Revision: 1786053

URL: http://svn.apache.org/viewvc?rev=1786053=rev
Log:
Protocol.start was the only log that used getNameInternal rather than getName 
(= same with quotes).

Modified:
tomcat/tc8.5.x/trunk/   (props changed)
tomcat/tc8.5.x/trunk/java/org/apache/coyote/AbstractProtocol.java

Propchange: tomcat/tc8.5.x/trunk/
--
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Mar  8 18:20:28 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: r1786051 - /tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java

2017-03-08 Thread remm
Author: remm
Date: Wed Mar  8 18:14:59 2017
New Revision: 1786051

URL: http://svn.apache.org/viewvc?rev=1786051=rev
Log:
Protocol.start was the only log that used getNameInternal rather than getName 
(= same with quotes). I don't know which one is better, but make it consistent.

Modified:
tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java

Modified: tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java?rev=1786051=1786050=1786051=diff
==
--- tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java (original)
+++ tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java Wed Mar  8 
18:14:59 2017
@@ -554,7 +554,7 @@ public abstract class AbstractProtocol

svn commit: r18619 - in /dev/tomcat/tomcat-8/v8.5.12: ./ bin/ bin/embed/ bin/extras/ src/

2017-03-08 Thread markt
Author: markt
Date: Wed Mar  8 18:01:24 2017
New Revision: 18619

Log:
Upload 8.5.12 for voting

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

Added: dev/tomcat/tomcat-8/v8.5.12/KEYS
==
--- dev/tomcat/tomcat-8/v8.5.12/KEYS (added)
+++ dev/tomcat/tomcat-8/v8.5.12/KEYS Wed Mar  8 18:01:24 2017
@@ -0,0 +1,616 @@
+This file contains the PGP keys of various Apache 

svn commit: r1786042 - /tomcat/tc8.5.x/tags/TOMCAT_8_0_12/

2017-03-08 Thread markt
Author: markt
Date: Wed Mar  8 17:38:05 2017
New Revision: 1786042

URL: http://svn.apache.org/viewvc?rev=1786042=rev
Log:
Remove wrong tag

Removed:
tomcat/tc8.5.x/tags/TOMCAT_8_0_12/


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



svn commit: r1786041 - in /tomcat/tc8.5.x/tags/TOMCAT_8_5_12: ./ build.properties.default webapps/docs/changelog.xml

2017-03-08 Thread markt
Author: markt
Date: Wed Mar  8 17:37:47 2017
New Revision: 1786041

URL: http://svn.apache.org/viewvc?rev=1786041=rev
Log:
Tag 8.5.12

Added:
tomcat/tc8.5.x/tags/TOMCAT_8_5_12/   (props changed)
  - copied from r1786039, tomcat/tc8.5.x/trunk/
Modified:
tomcat/tc8.5.x/tags/TOMCAT_8_5_12/build.properties.default
tomcat/tc8.5.x/tags/TOMCAT_8_5_12/webapps/docs/changelog.xml

Propchange: tomcat/tc8.5.x/tags/TOMCAT_8_5_12/
--
bugtraq:append = false

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

Propchange: tomcat/tc8.5.x/tags/TOMCAT_8_5_12/
--
--- bugtraq:logregex (added)
+++ bugtraq:logregex Wed Mar  8 17:37:47 2017
@@ -0,0 +1,2 @@
+(https?\://(bz|issues)\.apache\.org/bugzilla/show_bug.cgi\?id=\d+|BZ\s?\d+)
+(\d+)

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

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

Propchange: tomcat/tc8.5.x/tags/TOMCAT_8_5_12/
--
--- svn:ignore (added)
+++ svn:ignore Wed Mar  8 17:37:47 2017
@@ -0,0 +1,8 @@
+.*
+build.properties
+logs
+nbproject
+output
+work
+*.iml
+temp

Propchange: tomcat/tc8.5.x/tags/TOMCAT_8_5_12/
--
--- svn:mergeinfo (added)
+++ svn:mergeinfo Wed Mar  8 17:37:47 2017
@@ -0,0 +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
 

svn commit: r1786040 - in /tomcat/tc8.5.x/tags/TOMCAT_8_0_12: ./ build.properties.default webapps/docs/changelog.xml

2017-03-08 Thread markt
Author: markt
Date: Wed Mar  8 17:37:23 2017
New Revision: 1786040

URL: http://svn.apache.org/viewvc?rev=1786040=rev
Log:
Tag 8.5.12

Added:
tomcat/tc8.5.x/tags/TOMCAT_8_0_12/   (props changed)
  - copied from r1786039, tomcat/tc8.5.x/trunk/
Modified:
tomcat/tc8.5.x/tags/TOMCAT_8_0_12/build.properties.default
tomcat/tc8.5.x/tags/TOMCAT_8_0_12/webapps/docs/changelog.xml

Propchange: tomcat/tc8.5.x/tags/TOMCAT_8_0_12/
--
bugtraq:append = false

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

Propchange: tomcat/tc8.5.x/tags/TOMCAT_8_0_12/
--
--- bugtraq:logregex (added)
+++ bugtraq:logregex Wed Mar  8 17:37:23 2017
@@ -0,0 +1,2 @@
+(https?\://(bz|issues)\.apache\.org/bugzilla/show_bug.cgi\?id=\d+|BZ\s?\d+)
+(\d+)

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

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

Propchange: tomcat/tc8.5.x/tags/TOMCAT_8_0_12/
--
--- svn:ignore (added)
+++ svn:ignore Wed Mar  8 17:37:23 2017
@@ -0,0 +1,8 @@
+.*
+build.properties
+logs
+nbproject
+output
+work
+*.iml
+temp

Propchange: tomcat/tc8.5.x/tags/TOMCAT_8_0_12/
--
--- svn:mergeinfo (added)
+++ svn:mergeinfo Wed Mar  8 17:37:23 2017
@@ -0,0 +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
 

svn commit: r1786039 - in /tomcat/tc8.5.x/trunk: ./ build.properties.default res/tomcat.nsi

2017-03-08 Thread markt
Author: markt
Date: Wed Mar  8 17:33:23 2017
New Revision: 1786039

URL: http://svn.apache.org/viewvc?rev=1786039=rev
Log:
Back-port additional changes required for the move to NSIS 3.x

Modified:
tomcat/tc8.5.x/trunk/   (props changed)
tomcat/tc8.5.x/trunk/build.properties.default
tomcat/tc8.5.x/trunk/res/tomcat.nsi

Propchange: tomcat/tc8.5.x/trunk/
--
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Mar  8 17:33:23 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: r1786035 - in /tomcat/tc8.5.x/trunk: ./ res/ide-support/eclipse/ res/ide-support/netbeans/ res/maven/ webapps/docs/

2017-03-08 Thread markt
Author: markt
Date: Wed Mar  8 17:23:54 2017
New Revision: 1786035

URL: http://svn.apache.org/viewvc?rev=1786035=rev
Log:
Update ECJ to 4.6.1

Modified:
tomcat/tc8.5.x/trunk/   (props changed)
tomcat/tc8.5.x/trunk/build.properties.default
tomcat/tc8.5.x/trunk/res/ide-support/eclipse/eclipse.classpath
tomcat/tc8.5.x/trunk/res/ide-support/netbeans/nb-tomcat-build.properties
tomcat/tc8.5.x/trunk/res/ide-support/netbeans/project.xml
tomcat/tc8.5.x/trunk/res/maven/tomcat-embed-jasper.pom
tomcat/tc8.5.x/trunk/res/maven/tomcat-jasper.pom
tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml

Propchange: tomcat/tc8.5.x/trunk/
--
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Mar  8 17:23:54 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: r1786033 - in /tomcat/tc8.5.x/trunk: ./ build.properties.default webapps/docs/changelog.xml

2017-03-08 Thread markt
Author: markt
Date: Wed Mar  8 17:19:32 2017
New Revision: 1786033

URL: http://svn.apache.org/viewvc?rev=1786033=rev
Log:
Update Windows installer to 3.0.1

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

Propchange: tomcat/tc8.5.x/trunk/
--
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Mar  8 17:19:32 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: r1786032 - /tomcat/tc8.5.x/tags/TOMCAT_8_5_12/

2017-03-08 Thread markt
Author: markt
Date: Wed Mar  8 17:16:00 2017
New Revision: 1786032

URL: http://svn.apache.org/viewvc?rev=1786032=rev
Log:
Drop tag to enable re-tag

Removed:
tomcat/tc8.5.x/tags/TOMCAT_8_5_12/


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



svn commit: r1786028 - in /tomcat/tc8.5.x/tags/TOMCAT_8_5_12: ./ build.properties.default webapps/docs/changelog.xml

2017-03-08 Thread markt
Author: markt
Date: Wed Mar  8 17:08:56 2017
New Revision: 1786028

URL: http://svn.apache.org/viewvc?rev=1786028=rev
Log:
Tag 8.5.12

Added:
tomcat/tc8.5.x/tags/TOMCAT_8_5_12/   (props changed)
  - copied from r1786026, tomcat/tc8.5.x/trunk/
Modified:
tomcat/tc8.5.x/tags/TOMCAT_8_5_12/build.properties.default
tomcat/tc8.5.x/tags/TOMCAT_8_5_12/webapps/docs/changelog.xml

Propchange: tomcat/tc8.5.x/tags/TOMCAT_8_5_12/
--
bugtraq:append = false

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

Propchange: tomcat/tc8.5.x/tags/TOMCAT_8_5_12/
--
--- bugtraq:logregex (added)
+++ bugtraq:logregex Wed Mar  8 17:08:56 2017
@@ -0,0 +1,2 @@
+(https?\://(bz|issues)\.apache\.org/bugzilla/show_bug.cgi\?id=\d+|BZ\s?\d+)
+(\d+)

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

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

Propchange: tomcat/tc8.5.x/tags/TOMCAT_8_5_12/
--
--- svn:ignore (added)
+++ svn:ignore Wed Mar  8 17:08:56 2017
@@ -0,0 +1,8 @@
+.*
+build.properties
+logs
+nbproject
+output
+work
+*.iml
+temp

Propchange: tomcat/tc8.5.x/tags/TOMCAT_8_5_12/
--
--- svn:mergeinfo (added)
+++ svn:mergeinfo Wed Mar  8 17:08:56 2017
@@ -0,0 +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
 

[VOTE] Release Apache Tomcat 9.0.0.M18

2017-03-08 Thread Mark Thomas
The proposed Apache Tomcat 9.0.0.M18 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.M17 release are:

- Updates to the early access version of the Serlet 4.0 API to align it
  with the most recent discussions in the Servlet EG

- Support for Java 9 during annotation scanning

- Enable ALPN (and hence HTTP/2) for NIO and NIO2 connectors when using
  JSSE for TLS on Java 9

- Update Tomcat Native to 1.2.12 to pick up the latest Windows binaries
  built with OpenSSL 1.0.2k

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.M18/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1120/
The svn tag is:
http://svn.apache.org/repos/asf/tomcat/tags/TOMCAT_9_0_0_M18/

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

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



svn commit: r18613 - in /dev/tomcat/tomcat-9/v9.0.0.M18: ./ bin/ bin/embed/ bin/extras/ src/

2017-03-08 Thread markt
Author: markt
Date: Wed Mar  8 15:50:41 2017
New Revision: 18613

Log:
Upload 9.0.0.M18 for voting

Added:
dev/tomcat/tomcat-9/v9.0.0.M18/
dev/tomcat/tomcat-9/v9.0.0.M18/KEYS
dev/tomcat/tomcat-9/v9.0.0.M18/README.html
dev/tomcat/tomcat-9/v9.0.0.M18/RELEASE-NOTES
dev/tomcat/tomcat-9/v9.0.0.M18/bin/
dev/tomcat/tomcat-9/v9.0.0.M18/bin/README.html
dev/tomcat/tomcat-9/v9.0.0.M18/bin/apache-tomcat-9.0.0.M18-deployer.tar.gz  
 (with props)

dev/tomcat/tomcat-9/v9.0.0.M18/bin/apache-tomcat-9.0.0.M18-deployer.tar.gz.asc

dev/tomcat/tomcat-9/v9.0.0.M18/bin/apache-tomcat-9.0.0.M18-deployer.tar.gz.md5

dev/tomcat/tomcat-9/v9.0.0.M18/bin/apache-tomcat-9.0.0.M18-deployer.tar.gz.sha1
dev/tomcat/tomcat-9/v9.0.0.M18/bin/apache-tomcat-9.0.0.M18-deployer.zip   
(with props)
dev/tomcat/tomcat-9/v9.0.0.M18/bin/apache-tomcat-9.0.0.M18-deployer.zip.asc
dev/tomcat/tomcat-9/v9.0.0.M18/bin/apache-tomcat-9.0.0.M18-deployer.zip.md5
dev/tomcat/tomcat-9/v9.0.0.M18/bin/apache-tomcat-9.0.0.M18-deployer.zip.sha1
dev/tomcat/tomcat-9/v9.0.0.M18/bin/apache-tomcat-9.0.0.M18-fulldocs.tar.gz  
 (with props)

dev/tomcat/tomcat-9/v9.0.0.M18/bin/apache-tomcat-9.0.0.M18-fulldocs.tar.gz.asc

dev/tomcat/tomcat-9/v9.0.0.M18/bin/apache-tomcat-9.0.0.M18-fulldocs.tar.gz.md5

dev/tomcat/tomcat-9/v9.0.0.M18/bin/apache-tomcat-9.0.0.M18-fulldocs.tar.gz.sha1
dev/tomcat/tomcat-9/v9.0.0.M18/bin/apache-tomcat-9.0.0.M18-windows-x64.zip  
 (with props)

dev/tomcat/tomcat-9/v9.0.0.M18/bin/apache-tomcat-9.0.0.M18-windows-x64.zip.asc

dev/tomcat/tomcat-9/v9.0.0.M18/bin/apache-tomcat-9.0.0.M18-windows-x64.zip.md5

dev/tomcat/tomcat-9/v9.0.0.M18/bin/apache-tomcat-9.0.0.M18-windows-x64.zip.sha1
dev/tomcat/tomcat-9/v9.0.0.M18/bin/apache-tomcat-9.0.0.M18-windows-x86.zip  
 (with props)

dev/tomcat/tomcat-9/v9.0.0.M18/bin/apache-tomcat-9.0.0.M18-windows-x86.zip.asc

dev/tomcat/tomcat-9/v9.0.0.M18/bin/apache-tomcat-9.0.0.M18-windows-x86.zip.md5

dev/tomcat/tomcat-9/v9.0.0.M18/bin/apache-tomcat-9.0.0.M18-windows-x86.zip.sha1
dev/tomcat/tomcat-9/v9.0.0.M18/bin/apache-tomcat-9.0.0.M18.exe   (with 
props)
dev/tomcat/tomcat-9/v9.0.0.M18/bin/apache-tomcat-9.0.0.M18.exe.asc
dev/tomcat/tomcat-9/v9.0.0.M18/bin/apache-tomcat-9.0.0.M18.exe.md5
dev/tomcat/tomcat-9/v9.0.0.M18/bin/apache-tomcat-9.0.0.M18.exe.sha1
dev/tomcat/tomcat-9/v9.0.0.M18/bin/apache-tomcat-9.0.0.M18.tar.gz   (with 
props)
dev/tomcat/tomcat-9/v9.0.0.M18/bin/apache-tomcat-9.0.0.M18.tar.gz.asc
dev/tomcat/tomcat-9/v9.0.0.M18/bin/apache-tomcat-9.0.0.M18.tar.gz.md5
dev/tomcat/tomcat-9/v9.0.0.M18/bin/apache-tomcat-9.0.0.M18.tar.gz.sha1
dev/tomcat/tomcat-9/v9.0.0.M18/bin/apache-tomcat-9.0.0.M18.zip   (with 
props)
dev/tomcat/tomcat-9/v9.0.0.M18/bin/apache-tomcat-9.0.0.M18.zip.asc
dev/tomcat/tomcat-9/v9.0.0.M18/bin/apache-tomcat-9.0.0.M18.zip.md5
dev/tomcat/tomcat-9/v9.0.0.M18/bin/apache-tomcat-9.0.0.M18.zip.sha1
dev/tomcat/tomcat-9/v9.0.0.M18/bin/embed/

dev/tomcat/tomcat-9/v9.0.0.M18/bin/embed/apache-tomcat-9.0.0.M18-embed.tar.gz   
(with props)

dev/tomcat/tomcat-9/v9.0.0.M18/bin/embed/apache-tomcat-9.0.0.M18-embed.tar.gz.asc

dev/tomcat/tomcat-9/v9.0.0.M18/bin/embed/apache-tomcat-9.0.0.M18-embed.tar.gz.md5

dev/tomcat/tomcat-9/v9.0.0.M18/bin/embed/apache-tomcat-9.0.0.M18-embed.tar.gz.sha1
dev/tomcat/tomcat-9/v9.0.0.M18/bin/embed/apache-tomcat-9.0.0.M18-embed.zip  
 (with props)

dev/tomcat/tomcat-9/v9.0.0.M18/bin/embed/apache-tomcat-9.0.0.M18-embed.zip.asc

dev/tomcat/tomcat-9/v9.0.0.M18/bin/embed/apache-tomcat-9.0.0.M18-embed.zip.md5

dev/tomcat/tomcat-9/v9.0.0.M18/bin/embed/apache-tomcat-9.0.0.M18-embed.zip.sha1
dev/tomcat/tomcat-9/v9.0.0.M18/bin/extras/
dev/tomcat/tomcat-9/v9.0.0.M18/bin/extras/catalina-jmx-remote.jar   (with 
props)
dev/tomcat/tomcat-9/v9.0.0.M18/bin/extras/catalina-jmx-remote.jar.asc
dev/tomcat/tomcat-9/v9.0.0.M18/bin/extras/catalina-jmx-remote.jar.md5
dev/tomcat/tomcat-9/v9.0.0.M18/bin/extras/catalina-jmx-remote.jar.sha1
dev/tomcat/tomcat-9/v9.0.0.M18/bin/extras/catalina-ws.jar   (with props)
dev/tomcat/tomcat-9/v9.0.0.M18/bin/extras/catalina-ws.jar.asc
dev/tomcat/tomcat-9/v9.0.0.M18/bin/extras/catalina-ws.jar.md5
dev/tomcat/tomcat-9/v9.0.0.M18/bin/extras/catalina-ws.jar.sha1
dev/tomcat/tomcat-9/v9.0.0.M18/src/
dev/tomcat/tomcat-9/v9.0.0.M18/src/apache-tomcat-9.0.0.M18-src.tar.gz   
(with props)
dev/tomcat/tomcat-9/v9.0.0.M18/src/apache-tomcat-9.0.0.M18-src.tar.gz.asc
dev/tomcat/tomcat-9/v9.0.0.M18/src/apache-tomcat-9.0.0.M18-src.tar.gz.md5
dev/tomcat/tomcat-9/v9.0.0.M18/src/apache-tomcat-9.0.0.M18-src.tar.gz.sha1
dev/tomcat/tomcat-9/v9.0.0.M18/src/apache-tomcat-9.0.0.M18-src.zip   (with 
props)
dev/tomcat/tomcat-9/v9.0.0.M18/src/apache-tomcat-9.0.0.M18-src.zip.asc
dev/tomcat/tomcat-9/v9.0.0.M18/src/apache-tomcat-9.0.0.M18-src.zip.md5

svn commit: r1785985 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http2/Stream.java webapps/docs/changelog.xml

2017-03-08 Thread remm
Author: remm
Date: Wed Mar  8 15:22:26 2017
New Revision: 1785985

URL: http://svn.apache.org/viewvc?rev=1785985=rev
Log:
 Prevent a blocking read after a stream exception.

Modified:
tomcat/tc8.5.x/trunk/   (props changed)
tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/Stream.java
tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml

Propchange: tomcat/tc8.5.x/trunk/
--
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Mar  8 15:22:26 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: r1785984 - in /tomcat/trunk: build.properties.default res/maven/mvn.properties.default webapps/docs/changelog.xml

2017-03-08 Thread markt
Author: markt
Date: Wed Mar  8 15:20:14 2017
New Revision: 1785984

URL: http://svn.apache.org/viewvc?rev=1785984=rev
Log:
Update version for next development cycle

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

Modified: tomcat/trunk/build.properties.default
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/build.properties.default?rev=1785984=1785983=1785984=diff
==
--- tomcat/trunk/build.properties.default (original)
+++ tomcat/trunk/build.properties.default Wed Mar  8 15:20:14 2017
@@ -27,7 +27,7 @@ version.major=9
 version.minor=0
 version.build=0
 version.patch=0
-version.suffix=.M18-dev
+version.suffix=.M19-dev
 
 # - Build control flags -
 # Note enabling validation uses Checkstyle which is LGPL licensed

Modified: tomcat/trunk/res/maven/mvn.properties.default
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/mvn.properties.default?rev=1785984=1785983=1785984=diff
==
--- tomcat/trunk/res/maven/mvn.properties.default (original)
+++ tomcat/trunk/res/maven/mvn.properties.default Wed Mar  8 15:20:14 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=9.0.0.M18
+maven.asf.release.deploy.version=9.0.0.M19
 
 #Where do we load the libraries from
 tomcat.lib.path=../../output/build/lib

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1785984=1785983=1785984=diff
==
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Wed Mar  8 15:20:14 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



svn commit: r1785983 - in /tomcat/tags/TOMCAT_9_0_0_M18: ./ build.properties.default webapps/docs/changelog.xml

2017-03-08 Thread markt
Author: markt
Date: Wed Mar  8 15:16:44 2017
New Revision: 1785983

URL: http://svn.apache.org/viewvc?rev=1785983=rev
Log:
Tag 9.0.0.M18

Added:
tomcat/tags/TOMCAT_9_0_0_M18/
  - copied from r1785981, tomcat/trunk/
Modified:
tomcat/tags/TOMCAT_9_0_0_M18/build.properties.default
tomcat/tags/TOMCAT_9_0_0_M18/webapps/docs/changelog.xml

Modified: tomcat/tags/TOMCAT_9_0_0_M18/build.properties.default
URL: 
http://svn.apache.org/viewvc/tomcat/tags/TOMCAT_9_0_0_M18/build.properties.default?rev=1785983=1785981=1785983=diff
==
--- tomcat/tags/TOMCAT_9_0_0_M18/build.properties.default (original)
+++ tomcat/tags/TOMCAT_9_0_0_M18/build.properties.default Wed Mar  8 15:16:44 
2017
@@ -27,7 +27,7 @@ version.major=9
 version.minor=0
 version.build=0
 version.patch=0
-version.suffix=.M18-dev
+version.suffix=.M18
 
 # - Build control flags -
 # Note enabling validation uses Checkstyle which is LGPL licensed

Modified: tomcat/tags/TOMCAT_9_0_0_M18/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tags/TOMCAT_9_0_0_M18/webapps/docs/changelog.xml?rev=1785983=1785981=1785983=diff
==
--- tomcat/tags/TOMCAT_9_0_0_M18/webapps/docs/changelog.xml (original)
+++ tomcat/tags/TOMCAT_9_0_0_M18/webapps/docs/changelog.xml Wed Mar  8 15:16:44 
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



Tagging 9.0.x and friends

2017-03-08 Thread Mark Thomas
Hi,

Just a heads up that I will be tagging 9.0.x shortly followed by working
my way through the versions in turn all the way to 6.0.x (unless someone
beats me to any of them - help always appreciated).

The Windows signing service is not currently available so I will be
releasing without signing the Windows installer. The problem is related
to a recent switch over to two-factor authentication and I hit a snafu
with the registration process. It should get sorted fairly quickly but I
don't want to hold up these releases.

Mark

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



[GUMP@vmgump-vm3]: Project tomcat-tc8.0.x-test-nio2 (in module tomcat-8.0.x) failed

2017-03-08 Thread Bill Barker
To whom it may engage...

This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at gene...@gump.apache.org.

Project tomcat-tc8.0.x-test-nio2 has an issue affecting its community 
integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- tomcat-tc8.0.x-test-nio2 :  Tomcat 8.x, a web server implementing the 
Java Servlet 3.1,
...


Full details are available at:

http://vmgump-vm3.apache.org/tomcat-8.0.x/tomcat-tc8.0.x-test-nio2/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Dependency on commons-daemon exists, no need to add for property 
commons-daemon.native.src.tgz.
 -DEBUG- Dependency on commons-daemon exists, no need to add for property 
tomcat-native.tar.gz.
 -INFO- Failed with reason build failed
 -INFO- Project Reports in: 
/srv/gump/public/workspace/tomcat-8.0.x/output/logs-NIO2
 -INFO- Project Reports in: 
/srv/gump/public/workspace/tomcat-8.0.x/output/test-tmp-NIO2/logs
 -WARNING- No directory 
[/srv/gump/public/workspace/tomcat-8.0.x/output/test-tmp-NIO2/logs]



The following work was performed:
http://vmgump-vm3.apache.org/tomcat-8.0.x/tomcat-tc8.0.x-test-nio2/gump_work/build_tomcat-8.0.x_tomcat-tc8.0.x-test-nio2.html
Work Name: build_tomcat-8.0.x_tomcat-tc8.0.x-test-nio2 (Type: Build)
Work ended in a state of : Failed
Elapsed: 20 mins 15 secs
Command Line: /usr/lib/jvm/java-8-oracle/bin/java -Djava.awt.headless=true 
-Dbuild.sysclasspath=only org.apache.tools.ant.Main 
-Dgump.merge=/srv/gump/public/gump/work/merge.xml 
-Dbase.path=/srv/gump/public/workspace/tomcat-8.0.x/tomcat-build-libs 
-Dexecute.test.nio2=true -Dtest.temp=output/test-tmp-NIO2 
-Djunit.jar=/srv/gump/public/workspace/junit/target/junit-4.13-SNAPSHOT.jar 
-Dtest.accesslog=true 
-Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.6-SNAPSHOT.jar
 -Dexamples.sources.skip=true 
-Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20170308.jar
 
-Dtest.openssl.path=/srv/gump/public/workspace/openssl-1.0.2/dest-20170308/bin/openssl
 -Dexecute.test.nio=false 
-Dhamcrest.jar=/srv/gump/packages/hamcrest/hamcrest-core-1.3.jar 
-Dexecute.test.apr=false -Dexecute.test.bio=false 
-Dcommons-daemon.native.src.tgz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20170308-native-src.tar.gz
 -Dtest.repor
 ts=output/logs-NIO2 
-Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20170308-native-src.tar.gz
 -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar 
-Dtest.relaxTiming=true -Dtest.excludePerformance=true 
-Djava.net.preferIPv4Stack=/srv/gump/public/workspace/tomcat-8.0.x/true 
-Deasymock.jar=/srv/gump/public/workspace/easymock/core/target/easymock-3.5-SNAPSHOT.jar
 -Dcglib.jar=/srv/gump/packages/cglib/cglib-nodep-2.2.jar test 
[Working Directory: /srv/gump/public/workspace/tomcat-8.0.x]
CLASSPATH: 
/usr/lib/jvm/java-8-oracle/lib/tools.jar:/srv/gump/public/workspace/tomcat-8.0.x/output/build/webapps/examples/WEB-INF/classes:/srv/gump/public/workspace/tomcat-8.0.x/output/testclasses:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit4.jar:/srv/gump/public/workspace/ant/dist/lib/ant-swing.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/tomcat-8.0.x/output/build/bin/bootstrap.jar:/srv/gump/public/workspace/tomcat-8.0.x/output/build/bin/tomcat-juli.jar:/srv/gump/public/workspace/tomcat-8.0.x/output/build/lib/annotations-api.jar:/srv/gump/public/workspace/tomcat-8.0.x/output/build/lib/servlet-api.ja
 
r:/srv/gump/public/workspace/tomcat-8.0.x/output/build/lib/jsp-api.jar:/srv/gump/public/workspace/tomcat-8.0.x/output/build/lib/el-api.jar:/srv/gump/public/workspace/tomcat-8.0.x/output/build/lib/websocket-api.jar:/srv/gump/public/workspace/tomcat-8.0.x/output/build/lib/catalina.jar:/srv/gump/public/workspace/tomcat-8.0.x/output/build/lib/catalina-ant.jar:/srv/gump/public/workspace/tomcat-8.0.x/output/build/lib/catalina-storeconfig.jar:/srv/gump/public/workspace/tomcat-8.0.x/output/build/lib/tomcat-coyote.jar:/srv/gump/public/workspace/tomcat-8.0.x/output/build/lib/jasper.jar:/srv/gump/public/workspace/tomcat-8.0.x/output/build/lib/jasper-el.jar:/srv/gump/public/workspace/tomcat-8.0.x/output/build/lib/catalina-tribes.jar:/srv/gump/public/workspace/tomcat-8.0.x

[Bug 60835] Inconsistent handling for POST and GET Parameter

2017-03-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60835

Mark Thomas  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #3 from Mark Thomas  ---
I couldn't find any text in either RFC 7230 (HTTP/1.1) or the Servlet
specification that prohibits reading the request body after the response has
been closed. Therefore, I am resolving this as WONTFIX.

If a use cases emerges we can take a second look. Options at that point would
include:
- user work-around to call getParameter() earlier
- Tomcat parses any POST parameters if the request body is unread when the
input stream is closed

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 60835] Inconsistent handling for POST and GET Parameter

2017-03-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60835

--- Comment #2 from Stefan Mocken  ---
Sure, if any use cases exist they are rare. 

I was just wondering why in this case the parameter handling for GET and POST
is  different.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 60835] Inconsistent handling for POST and GET Parameter

2017-03-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60835

--- Comment #1 from Mark Thomas  ---
This is intentional. See bug 50189 for the details.

I'm struggling to think of a use case where it makes sense not to process the
request body until the response body has been closed. There may be such a use
case but it is going to be rare.

I'm fairly sure this isn't going to be addressed but I want to review the specs
first to see whether WONTFIX or INVALID is the appropriate resolution.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r1785955 - /tomcat/trunk/test/org/apache/tomcat/jni/TestSocketServer.java

2017-03-08 Thread markt
Author: markt
Date: Wed Mar  8 12:36:20 2017
New Revision: 1785955

URL: http://svn.apache.org/viewvc?rev=1785955=rev
Log:
Better failure message

Modified:
tomcat/trunk/test/org/apache/tomcat/jni/TestSocketServer.java

Modified: tomcat/trunk/test/org/apache/tomcat/jni/TestSocketServer.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/jni/TestSocketServer.java?rev=1785955=1785954=1785955=diff
==
--- tomcat/trunk/test/org/apache/tomcat/jni/TestSocketServer.java (original)
+++ tomcat/trunk/test/org/apache/tomcat/jni/TestSocketServer.java Wed Mar  8 
12:36:20 2017
@@ -181,7 +181,7 @@ public class TestSocketServer extends Ab
 }
 long wait = System.nanoTime() - start;
 Assert.assertTrue("Timeout failed", ok);
-Assert.assertFalse("non_blocking accept Socket.APR_SO_NONBLOCK failed 
(>1ms)",
+Assert.assertFalse("non_blocking accept Socket.APR_SO_NONBLOCK failed 
([" + wait + "]>1ms)",
 wait > 100);
 }
 



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



Re: Implications of stopping a connector

2017-03-08 Thread Mark Thomas
On 07/03/17 22:54, Christopher Schultz wrote:
> All,
> 
> If I stop a Connector (e.g. using JMX), I know that the listen port
> will be unbound and new connections will fail. But what about
> in-process requests?
> 
> My testing shows that with a simple JSP like this:
> 
> <% Thread.sleep(10 * 1000); %>This is a test.
> 
> Stopping the connector during the 10-second interval causes an
> immediate disconnect.
> 
> Pausing the connector allows in-process requests to complete, but then
> won't process any new requests (or even perform a TLS handshake).
> Resuming the connector will process the backlog.
> 
> Is there a particular reason why the stop() operation must terminate
> in-process connections? Is it because (for HTTPS) the SSL engine must
> be destroyed?

No.

It is just in the normal shutdown process the waiting for in-flight
requests happens in the Context so by the time shutdown gets as far as
the Connector it doesn't wait.

Mark

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



[Bug 60835] New: Inconsistent handling for POST and GET Parameter

2017-03-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60835

Bug ID: 60835
   Summary: Inconsistent handling for POST and GET Parameter
   Product: Tomcat 8
   Version: 8.5.x-trunk
  Hardware: All
OS: All
Status: NEW
  Severity: trivial
  Priority: P2
 Component: Catalina
  Assignee: dev@tomcat.apache.org
  Reporter: stefan.moc...@congstar.net
  Target Milestone: 

POST Parameter are nulled when PrintWriter from response.getWriter() is closed,
before request.getParamter("id") is called.

Examlpe:

Servlet

public void service(HttpServletRequest request, HttpServletResponse response)
throws Exception {


PrintWriter wr = response.getWriter();
wr.write("OK");
wr.close();


System.out.println("HTTP Method is: " + request.getMethod() + " " +
request.getParameter("id"));

}

#Servlet###

GET Curl###

curl -iv "http://127.0.0.1:8080/test/test?id=123;

GET Curl###

###POST Curl###

curl -iv --data "id=123" http://127.0.0.1:8080/test/test

###POST Curl###

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r1785935 - in /tomcat/trunk: java/org/apache/coyote/http2/Stream.java webapps/docs/changelog.xml

2017-03-08 Thread remm
Author: remm
Date: Wed Mar  8 09:13:25 2017
New Revision: 1785935

URL: http://svn.apache.org/viewvc?rev=1785935=rev
Log:
Prevent a blocking read after a stream exception.

Modified:
tomcat/trunk/java/org/apache/coyote/http2/Stream.java
tomcat/trunk/webapps/docs/changelog.xml

Modified: tomcat/trunk/java/org/apache/coyote/http2/Stream.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/http2/Stream.java?rev=1785935=1785934=1785935=diff
==
--- tomcat/trunk/java/org/apache/coyote/http2/Stream.java (original)
+++ tomcat/trunk/java/org/apache/coyote/http2/Stream.java Wed Mar  8 09:13:25 
2017
@@ -683,7 +683,8 @@ class Stream extends AbstractStream impl
 
 // Ensure that only one thread accesses inBuffer at a time
 synchronized (inBuffer) {
-while (inBuffer.position() == 0 && !isInputFinished()) {
+boolean canRead = isActive() && !isInputFinished();
+while (inBuffer.position() == 0 && canRead) {
 // Need to block until some data is written
 try {
 if (log.isDebugEnabled()) {
@@ -712,7 +713,7 @@ class Stream extends AbstractStream impl
 }
 inBuffer.get(outBuffer, 0, written);
 inBuffer.clear();
-} else if (isInputFinished()) {
+} else if (!canRead) {
 return -1;
 } else {
 // Should never happen

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1785935=1785934=1785935=diff
==
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Wed Mar  8 09:13:25 2017
@@ -232,6 +232,10 @@
 NioEndpoint.stopLatch to make the class easier to extend.
 (markt)
   
+  
+Prevent blocking reads after a stream exception occurs with HTTP/2.
+(remm)
+  
 
   
   



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