[Tomcat Wiki] Update of "HowTo/FasterStartUp" by markt

2017-07-18 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change 
notification.

The "HowTo/FasterStartUp" page has been changed by markt:
https://wiki.apache.org/tomcat/HowTo/FasterStartUp?action=diff=27=28

Comment:
Un-wikify WebSocket

  
  }}}
  
- The impact of disabling WebSocket support will depend on how many JARs were 
being scanned for WebSocket annotations and whether any other SCIs trigger 
annotation scans. Generally, it is the first SCI scan that has the biggest 
performance impact. The impact of additional scans is minimal.
+ The impact of disabling !WebSocket support will depend on how many JARs were 
being scanned for !WebSocket annotations and whether any other SCIs trigger 
annotation scans. Generally, it is the first SCI scan that has the biggest 
performance impact. The impact of additional scans is minimal.
  
  References: [[https://bz.apache.org/bugzilla/show_bug.cgi?id=55855|Bug 
55855]], [[http://tomcat.apache.org/tomcat-8.0-doc/config/context.html|Tomcat 8 
Context documentation]]
  

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



[Tomcat Wiki] Update of "HowTo/FasterStartUp" by markt

2017-07-18 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change 
notification.

The "HowTo/FasterStartUp" page has been changed by markt:
https://wiki.apache.org/tomcat/HowTo/FasterStartUp?action=diff=26=27

Comment:
Complete some TODOs

  
  There exists an attribute on `Context` element, `containerSciFilter`. It can 
be used to disable container-provided features that are plugged into Tomcat via 
SCI API: !WebSocket support (in Tomcat 7 and later), JSP support (in Tomcat 8 
and later).
  
- The class names to filter can be detected by looking into 
`META-INF/services/javax.servlet.ServletContainerInitializer` files in Tomcat 
JARs. For !WebSocket support the name is 
`org.apache.tomcat.websocket.server.WsSci`, for JSP support the name is 
`org.apache.jasper.servlet.JasperInitializer`.
+ The class names to filter can be detected by looking into 
`META-INF/services/javax.servlet.ServletContainerInitializer` files in Tomcat 
JARs. For !WebSocket support the name is 
`org.apache.tomcat.websocket.server.WsSci`, for JSP support the name is 
`org.apache.jasper.servlet.JasperInitializer`. e.g.:
+ {{{
+ 
+ }}}
  
+ The impact of disabling WebSocket support will depend on how many JARs were 
being scanned for WebSocket annotations and whether any other SCIs trigger 
annotation scans. Generally, it is the first SCI scan that has the biggest 
performance impact. The impact of additional scans is minimal.
- ''TODO: Configuration example''
- 
- ''TODO: How much faster does it make it? In short: Delays due to annotation 
scanning caused by !WebSocket have been already mentioned in another paragraphs 
on this page. This is an alternative to removing websocket JARs from Tomcat 
installation.''
  
  References: [[https://bz.apache.org/bugzilla/show_bug.cgi?id=55855|Bug 
55855]], [[http://tomcat.apache.org/tomcat-8.0-doc/config/context.html|Tomcat 8 
Context documentation]]
  

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



[Bug 60963] Optimize class loading for unpackWARs=false case

2017-07-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60963

--- Comment #24 from Mark Thomas  ---
Any chance you could elaborate on "security reasons"?

For a read-only file system, you'd be much better off deploying am unpacked
WAR. And the tricks earlier Tomcat versions used (like unpacking the JARs to
the work directory) wouldn't work in that case anyway.

The proposed patch essentially trades memory for performance. I'm currently
thinking about extending that idea and experimenting with caching different
things with a view to providing a small number of options that gives enough
flexibility to meet the needs of most use cases.

-- 
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: Download pages cgi on tomcat.a.o site are broken

2017-07-18 Thread Rainer Jung

Am 18.07.2017 um 20:32 schrieb Rainer Jung:

Am 18.07.2017 um 20:26 schrieb Rainer Jung:

Am 18.07.2017 um 18:35 schrieb Konstantin Kolinko:

2017-07-18 19:01 GMT+03:00 Mark Thomas :

On 18/07/17 16:55, Konstantin Kolinko wrote:

Hi!

As of now

http://tomcat.apache.org/download-90.cgi
displays default ASF mirrors cgi, instead of our custom template
(download-90.html)


Odd. I see the expected page.

I've checked the tomcat.us.a.o and tomcat.eu.a.o aliases as well and
all
looks to be OK.


http://tomcat.us.apache.org/download-90.cgi
- OK

http://tomcat.eu.apache.org/download-90.cgi
- broken

The same results if I use https:.


I wonder where it went wrong.


Temporary glitch?


It looks like it.
Maybe it depends on geo location.

Currently there is only one suggested mirror for my country and that
mirror is currently failing (HTTP 1.1 502 Bad Gateway),
http://apache-mirror.rbc.ru/pub/apache/


As US mirror is OK for me, it is now clear that an error is not at
Tomcat project side.



Download pages for other projects work correctly. E.g.
http://httpd.apache.org/download.cgi#apache24
http://commons.apache.org/proper/commons-daemon/download_daemon.cgi
http://commons.apache.org/proper/commons-bcel/download_bcel.cgi

Looking via viewvc, I see that svn:executable property is set on these
files (as was required by infra)
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-90.cgi?view=markup




It seems to depend on the server chosen by the request via DNS.

Name resolution for tomcat.apache.org. returns

Addresses:
  140.211.11.105
  62.210.60.236
  88.198.26.2

Resolving tomcat.us.apache.org. always returns the 140 address,
tomcat.eu.apache.org. returns the 62 and 88 address.

The 140 and 88 addresses return the correct page for the download cgi,
the 62 IP returns the wrong one, ie. the default ASF download page. The
results are independent of using the Host header "tomcat.apache.org",
"tomcat.us.apache.org" or "tomcat.eu.apache.org" for any of the three
addresses.

So the web server behind 62.210.60.236 seems to have a config problem.

Should I report to infra?


Interestingly using the URI /download.cgi from the httpd project works
on that web server, but the same URI for apr.apache.org does not. Also
the URI /download_jmeter.cgi from the JMeter project does not work.


I now noticed a five days old mail on the infra mailing list maybe 
triggered by a similar observation. I added the above info. The OP 
reported 5 days ago, that for him the problem went away after touching 
the page once without change.


I did not find an existing INFRA Jira issue for it.

Regards,

Rainer


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



Re: Download pages cgi on tomcat.a.o site are broken

2017-07-18 Thread Rainer Jung

Am 18.07.2017 um 20:26 schrieb Rainer Jung:

Am 18.07.2017 um 18:35 schrieb Konstantin Kolinko:

2017-07-18 19:01 GMT+03:00 Mark Thomas :

On 18/07/17 16:55, Konstantin Kolinko wrote:

Hi!

As of now

http://tomcat.apache.org/download-90.cgi
displays default ASF mirrors cgi, instead of our custom template
(download-90.html)


Odd. I see the expected page.

I've checked the tomcat.us.a.o and tomcat.eu.a.o aliases as well and all
looks to be OK.


http://tomcat.us.apache.org/download-90.cgi
- OK

http://tomcat.eu.apache.org/download-90.cgi
- broken

The same results if I use https:.


I wonder where it went wrong.


Temporary glitch?


It looks like it.
Maybe it depends on geo location.

Currently there is only one suggested mirror for my country and that
mirror is currently failing (HTTP 1.1 502 Bad Gateway),
http://apache-mirror.rbc.ru/pub/apache/


As US mirror is OK for me, it is now clear that an error is not at
Tomcat project side.



Download pages for other projects work correctly. E.g.
http://httpd.apache.org/download.cgi#apache24
http://commons.apache.org/proper/commons-daemon/download_daemon.cgi
http://commons.apache.org/proper/commons-bcel/download_bcel.cgi

Looking via viewvc, I see that svn:executable property is set on these
files (as was required by infra)
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-90.cgi?view=markup



It seems to depend on the server chosen by the request via DNS.

Name resolution for tomcat.apache.org. returns

Addresses:
  140.211.11.105
  62.210.60.236
  88.198.26.2

Resolving tomcat.us.apache.org. always returns the 140 address,
tomcat.eu.apache.org. returns the 62 and 88 address.

The 140 and 88 addresses return the correct page for the download cgi,
the 62 IP returns the wrong one, ie. the default ASF download page. The
results are independent of using the Host header "tomcat.apache.org",
"tomcat.us.apache.org" or "tomcat.eu.apache.org" for any of the three
addresses.

So the web server behind 62.210.60.236 seems to have a config problem.

Should I report to infra?


Interestingly using the URI /download.cgi from the httpd project works 
on that web server, but the same URI for apr.apache.org does not. Also 
the URI /download_jmeter.cgi from the JMeter project does not work.


Rainer

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



Re: Download pages cgi on tomcat.a.o site are broken

2017-07-18 Thread Rainer Jung

Am 18.07.2017 um 18:35 schrieb Konstantin Kolinko:

2017-07-18 19:01 GMT+03:00 Mark Thomas :

On 18/07/17 16:55, Konstantin Kolinko wrote:

Hi!

As of now

http://tomcat.apache.org/download-90.cgi
displays default ASF mirrors cgi, instead of our custom template
(download-90.html)


Odd. I see the expected page.

I've checked the tomcat.us.a.o and tomcat.eu.a.o aliases as well and all
looks to be OK.


http://tomcat.us.apache.org/download-90.cgi
- OK

http://tomcat.eu.apache.org/download-90.cgi
- broken

The same results if I use https:.


I wonder where it went wrong.


Temporary glitch?


It looks like it.
Maybe it depends on geo location.

Currently there is only one suggested mirror for my country and that
mirror is currently failing (HTTP 1.1 502 Bad Gateway),
http://apache-mirror.rbc.ru/pub/apache/


As US mirror is OK for me, it is now clear that an error is not at
Tomcat project side.



Download pages for other projects work correctly. E.g.
http://httpd.apache.org/download.cgi#apache24
http://commons.apache.org/proper/commons-daemon/download_daemon.cgi
http://commons.apache.org/proper/commons-bcel/download_bcel.cgi

Looking via viewvc, I see that svn:executable property is set on these
files (as was required by infra)
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-90.cgi?view=markup


It seems to depend on the server chosen by the request via DNS.

Name resolution for tomcat.apache.org. returns

Addresses:
  140.211.11.105
  62.210.60.236
  88.198.26.2

Resolving tomcat.us.apache.org. always returns the 140 address, 
tomcat.eu.apache.org. returns the 62 and 88 address.


The 140 and 88 addresses return the correct page for the download cgi, 
the 62 IP returns the wrong one, ie. the default ASF download page. The 
results are independent of using the Host header "tomcat.apache.org", 
"tomcat.us.apache.org" or "tomcat.eu.apache.org" for any of the three 
addresses.


So the web server behind 62.210.60.236 seems to have a config problem.

Should I report to infra?

Regards,

Rainer

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



Re: Download pages cgi on tomcat.a.o site are broken

2017-07-18 Thread Konstantin Kolinko
2017-07-18 19:01 GMT+03:00 Mark Thomas :
> On 18/07/17 16:55, Konstantin Kolinko wrote:
>> Hi!
>>
>> As of now
>>
>> http://tomcat.apache.org/download-90.cgi
>> displays default ASF mirrors cgi, instead of our custom template
>> (download-90.html)
>
> Odd. I see the expected page.
>
> I've checked the tomcat.us.a.o and tomcat.eu.a.o aliases as well and all
> looks to be OK.

http://tomcat.us.apache.org/download-90.cgi
- OK

http://tomcat.eu.apache.org/download-90.cgi
- broken

The same results if I use https:.

>> I wonder where it went wrong.
>
> Temporary glitch?

It looks like it.
Maybe it depends on geo location.

Currently there is only one suggested mirror for my country and that
mirror is currently failing (HTTP 1.1 502 Bad Gateway),
http://apache-mirror.rbc.ru/pub/apache/


As US mirror is OK for me, it is now clear that an error is not at
Tomcat project side.

>>
>> Download pages for other projects work correctly. E.g.
>> http://httpd.apache.org/download.cgi#apache24
>> http://commons.apache.org/proper/commons-daemon/download_daemon.cgi
>> http://commons.apache.org/proper/commons-bcel/download_bcel.cgi
>>
>> Looking via viewvc, I see that svn:executable property is set on these
>> files (as was required by infra)
>> http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-90.cgi?view=markup
>>

Best regards,
Konstantin Kolinko

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



Re: Download pages cgi on tomcat.a.o site are broken

2017-07-18 Thread Mark Thomas
On 18/07/17 16:55, Konstantin Kolinko wrote:
> Hi!
> 
> As of now
> 
> http://tomcat.apache.org/download-90.cgi
> displays default ASF mirrors cgi, instead of our custom template
> (download-90.html)

Odd. I see the expected page.

I've checked the tomcat.us.a.o and tomcat.eu.a.o aliases as well and all
looks to be OK.

> I wonder where it went wrong.

Temporary glitch?

Mark


> 
> Download pages for other projects work correctly. E.g.
> http://httpd.apache.org/download.cgi#apache24
> http://commons.apache.org/proper/commons-daemon/download_daemon.cgi
> http://commons.apache.org/proper/commons-bcel/download_bcel.cgi
> 
> Looking via viewvc, I see that svn:executable property is set on these
> files (as was required by infra)
> http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-90.cgi?view=markup
> 
> Best regards,
> Konstantin Kolinko
> 
> -
> 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



Download pages cgi on tomcat.a.o site are broken

2017-07-18 Thread Konstantin Kolinko
Hi!

As of now

http://tomcat.apache.org/download-90.cgi
displays default ASF mirrors cgi, instead of our custom template
(download-90.html)


I wonder where it went wrong.

Download pages for other projects work correctly. E.g.
http://httpd.apache.org/download.cgi#apache24
http://commons.apache.org/proper/commons-daemon/download_daemon.cgi
http://commons.apache.org/proper/commons-bcel/download_bcel.cgi

Looking via viewvc, I see that svn:executable property is set on these
files (as was required by infra)
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-90.cgi?view=markup

Best regards,
Konstantin Kolinko

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



[Bug 61313] JNDIRealm LDAP server failover to alternateURL takes very long 15m32s

2017-07-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61313

--- Comment #6 from Peter  ---
Created attachment 35151
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=35151=edit
second possibly hacky patch, includes Felix's patch

Here's another possibly hacky patch. This one looks less hacky, but it only
covers the one place where the exception I observed happens. I chose that place
because it is the first call of a protected method in the stack; the others
before are public. And I don't know if it could loop forever, or pointlessly
retry when there is another kind of exception which is also a NamingException
(this one is a read timeout... I don't know what else there is).

With this patch, the problem is fixed in my testing... a failed server that was
already in a previous context will cause only a delay about 0.5s plus the
readTimeout. And both servers down will result in the "HTTP Status 401 –
Unauthorized" error and delay will also be about 0.5s plus the readTimeout.

-- 
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 61313] JNDIRealm LDAP server failover to alternateURL takes very long 15m32s

2017-07-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61313

--- Comment #5 from Peter  ---
The code just closes the context and returns null, and does not retry, so I
guess that explains why it fails.


line 1326 JNDIRealm.java
} catch (NamingException e) {

// Log the problem for posterity
containerLog.error(sm.getString("jndiRealm.exception"), e);

// Close the connection so that it gets reopened next time
if (context != null)
close(context);

// Return "not authenticated" for this request
if (containerLog.isDebugEnabled())
containerLog.debug("Returning null principal.");
return null;

}


SEVERE: org.apache.catalina.realm.JNDIRealm: Exception performing
authentication
javax.naming.NamingException: LDAP response read timed out, timeout
used:500ms.; remaining name 'uid=urban1,ou=People,dc=bc,dc=local'
at com.sun.jndi.ldap.Connection.readReply(Connection.java:490)
at com.sun.jndi.ldap.LdapClient.ldapBind(LdapClient.java:365)
at com.sun.jndi.ldap.LdapClient.authenticate(LdapClient.java:214)
at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:2788)
at com.sun.jndi.ldap.LdapCtx.ensureOpen(LdapCtx.java:2696)
at com.sun.jndi.ldap.LdapCtx.ensureOpen(LdapCtx.java:2670)
at com.sun.jndi.ldap.LdapCtx.doSearch(LdapCtx.java:1941)
at com.sun.jndi.ldap.LdapCtx.doSearchOnce(LdapCtx.java:1933)
at com.sun.jndi.ldap.LdapCtx.c_getAttributes(LdapCtx.java:1325)
at
com.sun.jndi.toolkit.ctx.ComponentDirContext.p_getAttributes(ComponentDirContext.java:235)
at
com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.getAttributes(PartialCompositeDirContext.java:141)
at
com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.getAttributes(PartialCompositeDirContext.java:129)
at
javax.naming.directory.InitialDirContext.getAttributes(InitialDirContext.java:142)
at
org.apache.catalina.realm.JNDIRealm.getUserByPattern(JNDIRealm.java:1558)
at
org.apache.catalina.realm.JNDIRealm.getUserByPattern(JNDIRealm.java:1624)
at org.apache.catalina.realm.JNDIRealm.getUser(JNDIRealm.java:1499)
at
org.apache.catalina.realm.JNDIRealm.authenticate(JNDIRealm.java:1377)
at
org.apache.catalina.realm.JNDIRealm.authenticate(JNDIRealm.java:1295)
at
org.apache.catalina.authenticator.BasicAuthenticator.doAuthenticate(BasicAuthenticator.java:73)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:560)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:80)
at
org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:624)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
at
org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:799)
at
org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
at
org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868)
at
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1455)
at
org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)

-- 
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 61313] JNDIRealm LDAP server failover to alternateURL takes very long 15m32s

2017-07-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61313

Peter  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #4 from Peter  ---
Using Felix's patch, letting the tomcat warm up with some ok requests and both
auth servers online, then taking the first down, then doing a request (to our
regular app, or the dummy), it takes 6s to fail and says:

HTTP Status 401 –
Unauthorizedh1
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;}
h2
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;}
h3
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;}
body {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;}
b {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} p
{font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}
a {color:black;} a.name {color:black;} .line
{height:1px;background-color:#525D76;border:none;}HTTP
Status 401 – UnauthorizedType Status
ReportDescription The request has not been applied because it
lacks valid authentication credentials for the target resource.Apache Tomcat/8.5.16

And then subsequent requests work fine. (but the dummy always says the above,
so I guess you can't test that)

Doing the failure the other way around works the same.

If I set the timeout to 500 in the server.xml, it takes 1s instead.

So the timeout works great, but it doesn't seem to fall back to the
alternate/connection URL. So I think the patch is good, but incomplete.

-- 
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: r1802298 - in /tomcat/tc8.5.x/trunk: build.properties.default res/maven/mvn.properties.default webapps/docs/changelog.xml

2017-07-18 Thread markt
Author: markt
Date: Tue Jul 18 14:00:00 2017
New Revision: 1802298

URL: http://svn.apache.org/viewvc?rev=1802298=rev
Log:
Increment version number of 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=1802298=1802297=1802298=diff
==
--- tomcat/tc8.5.x/trunk/build.properties.default (original)
+++ tomcat/tc8.5.x/trunk/build.properties.default Tue Jul 18 14:00:00 2017
@@ -25,7 +25,7 @@
 # - Version Control Flags -
 version.major=8
 version.minor=5
-version.build=18
+version.build=19
 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=1802298=1802297=1802298=diff
==
--- tomcat/tc8.5.x/trunk/res/maven/mvn.properties.default (original)
+++ tomcat/tc8.5.x/trunk/res/maven/mvn.properties.default Tue Jul 18 14:00:00 
2017
@@ -39,7 +39,7 @@ maven.asf.release.repo.url=https://repos
 maven.asf.release.repo.repositoryId=apache.releases.https
 
 # Release version info
-maven.asf.release.deploy.version=8.5.18
+maven.asf.release.deploy.version=8.5.19
 
 #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=1802298=1802297=1802298=diff
==
--- tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Tue Jul 18 14:00:00 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.18

2017-07-18 Thread Mark Thomas
The proposed Apache Tomcat 8.5.18 release is now available for voting.

The major changes compared to the 8.5.16 release are:

- Enable TLS connectors to use Java key stores that contain multiple
  keys where each key has a separate password. Based on a patch by Frank
  Taffelt.

- Make asynchronous error handling more robust. In particular ensure
  that onError() is called for any registered AsyncListeners after an
  I/O error on a non-container thread.

- Sync SSL session access for the APR connector to prevent errors when
  accessing the session.


Along with lots of other bug fixes and improvements.


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

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

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



svn commit: r20481 - in /dev/tomcat/tomcat-8/v8.5.18: ./ bin/ bin/embed/ bin/extras/ src/

2017-07-18 Thread markt
Author: markt
Date: Tue Jul 18 13:32:40 2017
New Revision: 20481

Log:
Upload 8.5.18 for voting

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

Added: dev/tomcat/tomcat-8/v8.5.18/KEYS
==
--- dev/tomcat/tomcat-8/v8.5.18/KEYS (added)
+++ dev/tomcat/tomcat-8/v8.5.18/KEYS Tue Jul 18 13:32:40 2017
@@ -0,0 +1,616 @@
+This file contains the PGP keys of various Apache 

svn commit: r1802292 - in /tomcat/trunk: build.properties.default res/maven/mvn.properties.default webapps/docs/changelog.xml

2017-07-18 Thread markt
Author: markt
Date: Tue Jul 18 13:05:32 2017
New Revision: 1802292

URL: http://svn.apache.org/viewvc?rev=1802292=rev
Log:
Increment version number of 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=1802292=1802291=1802292=diff
==
--- tomcat/trunk/build.properties.default (original)
+++ tomcat/trunk/build.properties.default Tue Jul 18 13:05:32 2017
@@ -27,7 +27,7 @@ version.major=9
 version.minor=0
 version.build=0
 version.patch=0
-version.suffix=.M24-dev
+version.suffix=.M25-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=1802292=1802291=1802292=diff
==
--- tomcat/trunk/res/maven/mvn.properties.default (original)
+++ tomcat/trunk/res/maven/mvn.properties.default Tue Jul 18 13:05:32 2017
@@ -39,7 +39,7 @@ maven.asf.release.repo.url=https://repos
 maven.asf.release.repo.repositoryId=apache.releases.https
 
 # Release version info
-maven.asf.release.deploy.version=9.0.0.M24
+maven.asf.release.deploy.version=9.0.0.M25
 
 #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=1802292=1802291=1802292=diff
==
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Tue Jul 18 13:05:32 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: r1802290 - in /tomcat/tc8.5.x/tags/TOMCAT_8_5_18: ./ build.properties.default webapps/docs/changelog.xml

2017-07-18 Thread markt
Author: markt
Date: Tue Jul 18 13:03:34 2017
New Revision: 1802290

URL: http://svn.apache.org/viewvc?rev=1802290=rev
Log:
Tag 8.5.18

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

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

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

Propchange: tomcat/tc8.5.x/tags/TOMCAT_8_5_18/
--
--- bugtraq:logregex (added)
+++ bugtraq:logregex Tue Jul 18 13:03:34 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_18/
--
bugtraq:message = Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=%BUGID%

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

Propchange: tomcat/tc8.5.x/tags/TOMCAT_8_5_18/
--
--- svn:ignore (added)
+++ svn:ignore Tue Jul 18 13:03:34 2017
@@ -0,0 +1,8 @@
+.*
+build.properties
+logs
+nbproject
+output
+work
+*.iml
+temp

Propchange: tomcat/tc8.5.x/tags/TOMCAT_8_5_18/
--
--- svn:mergeinfo (added)
+++ svn:mergeinfo Tue Jul 18 13:03:34 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,1745535,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,1747
 
536,1747924,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-1
 

[VOTE] Release Apache Tomcat 9.0.0.M24

2017-07-18 Thread Mark Thomas
The proposed Apache Tomcat 9.0.0.M24 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

Note that the 9.0.0.M23 release vote was cancelled due to a regression.

The major changes compared to the 9.0.0.M22 release are:

- Correct a regression in 9.0.0.M22 that prevented Tomcat from shutting
  down cleanly.

- Add LoadBalancerDrainingValve, a Valve designed to reduce the amount
  of time required for a node to drain its authenticated users.

- When generating JSP runtime error messages that quote the relevant JSP
  source code, switch from using the results of the JSP page parsing
  process to using the JSR 045 source map data to identify the correct
  part of the JSP source from the stack trace. This significantly
  reduces the memory footprint of Jasper in development mode, provides a
  small performance improvement for error page generation and enables
  source quotes to continue to be provided after a Tomcat restart.

- Add support for a Tomcat specific deployment descriptor,
  /WEB-INF/tomcat-web.xml

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

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

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



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

2017-07-18 Thread markt
Author: markt
Date: Tue Jul 18 11:42:06 2017
New Revision: 20479

Log:
Upload 9.0.0.M24 for voting

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

2017-07-18 Thread markt
Author: markt
Date: Tue Jul 18 11:02:25 2017
New Revision: 1802283

URL: http://svn.apache.org/viewvc?rev=1802283=rev
Log:
Tag 9.0.0.M24

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

Modified: tomcat/tags/TOMCAT_9_0_0_M24/build.properties.default
URL: 
http://svn.apache.org/viewvc/tomcat/tags/TOMCAT_9_0_0_M24/build.properties.default?rev=1802283=1802282=1802283=diff
==
--- tomcat/tags/TOMCAT_9_0_0_M24/build.properties.default (original)
+++ tomcat/tags/TOMCAT_9_0_0_M24/build.properties.default Tue Jul 18 11:02:25 
2017
@@ -27,7 +27,7 @@ version.major=9
 version.minor=0
 version.build=0
 version.patch=0
-version.suffix=.M24-dev
+version.suffix=.M24
 
 # - Build control flags -
 # Note enabling validation uses Checkstyle which is LGPL licensed

Modified: tomcat/tags/TOMCAT_9_0_0_M24/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tags/TOMCAT_9_0_0_M24/webapps/docs/changelog.xml?rev=1802283=1802282=1802283=diff
==
--- tomcat/tags/TOMCAT_9_0_0_M24/webapps/docs/changelog.xml (original)
+++ tomcat/tags/TOMCAT_9_0_0_M24/webapps/docs/changelog.xml Tue Jul 18 11:02:25 
2017
@@ -44,7 +44,7 @@
   They eventually become mixed with the numbered issues. (I.e., numbered
   issues do not "pop up" wrt. others).
 -->
-
+
   
 
   



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



svn commit: r1802267 - in /tomcat/tc8.5.x/trunk: ./ test/org/apache/coyote/http2/

2017-07-18 Thread markt
Author: markt
Date: Tue Jul 18 09:55:05 2017
New Revision: 1802267

URL: http://svn.apache.org/viewvc?rev=1802267=rev
Log:
Back-port remaining robustness fixes

Modified:
tomcat/tc8.5.x/trunk/   (props changed)
tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/Http2TestBase.java
tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/TestHttp2Limits.java
tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/TestHttp2Section_4_2.java
tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/TestHttp2Section_4_3.java
tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/TestHttp2Section_5_1.java
tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/TestHttp2Section_5_5.java
tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/TestHttp2Section_6_1.java
tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/TestHttp2Section_6_2.java
tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/TestHttp2Section_6_3.java
tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/TestHttp2Section_6_4.java
tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/TestHttp2Section_6_5.java
tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/TestHttp2Section_6_7.java
tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/TestHttp2Section_6_8.java
tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/TestHttp2Section_6_9.java

Propchange: tomcat/tc8.5.x/trunk/
--
--- svn:mergeinfo (original)
+++ svn:mergeinfo Tue Jul 18 09:55:05 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,1745535,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,1747
 
536,1747924,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-1
 

svn commit: r1802266 - /tomcat/tc8.5.x/trunk/java/org/apache/catalina/connector/Request.java

2017-07-18 Thread markt
Author: markt
Date: Tue Jul 18 09:54:15 2017
New Revision: 1802266

URL: http://svn.apache.org/viewvc?rev=1802266=rev
Log:
Add clarifying comment

Modified:
tomcat/tc8.5.x/trunk/java/org/apache/catalina/connector/Request.java

Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/connector/Request.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/java/org/apache/catalina/connector/Request.java?rev=1802266=1802265=1802266=diff
==
--- tomcat/tc8.5.x/trunk/java/org/apache/catalina/connector/Request.java 
(original)
+++ tomcat/tc8.5.x/trunk/java/org/apache/catalina/connector/Request.java Tue 
Jul 18 09:54:15 2017
@@ -2915,6 +2915,10 @@ public class Request implements org.apac
 partsParseException = e;
 }
 } finally {
+// This might look odd but is correct. setParseFailedReason() only
+// sets the failure reason if none is currently set. This code 
could
+// be more efficient but it is written this way to be robust with
+// respect to changes in the remainder of the method.
 if (partsParseException != null || !success) {
 parameters.setParseFailedReason(FailReason.UNKNOWN);
 }



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



svn commit: r1802265 - in /tomcat/tc8.5.x/trunk: ./ test/org/apache/coyote/http2/

2017-07-18 Thread markt
Author: markt
Date: Tue Jul 18 09:50:27 2017
New Revision: 1802265

URL: http://svn.apache.org/viewvc?rev=1802265=rev
Log:
Update tests for reset changes and for improved robustness

Modified:
tomcat/tc8.5.x/trunk/   (props changed)
tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/TestHttp2Limits.java
tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/TestHttp2Section_4_2.java
tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/TestHttp2Section_5_1.java
tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/TestHttp2Section_6_2.java

Propchange: tomcat/tc8.5.x/trunk/
--
--- svn:mergeinfo (original)
+++ svn:mergeinfo Tue Jul 18 09:50:27 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,1745535,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,1747
 
536,1747924,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-1
 
756410,1756778,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,176216
 

svn commit: r1802264 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http2/ test/org/apache/coyote/http2/ webapps/docs/

2017-07-18 Thread markt
Author: markt
Date: Tue Jul 18 09:47:59 2017
New Revision: 1802264

URL: http://svn.apache.org/viewvc?rev=1802264=rev
Log:
Improve the handling of HTTP/2 stream resets due to excessive headers when a 
continuation frame is used.

Modified:
tomcat/tc8.5.x/trunk/   (props changed)
tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/HeaderSink.java
tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/HpackDecoder.java
tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/Http2Parser.java
tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/Stream.java
tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/Http2TestBase.java
tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/TestHpack.java
tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/TestHttp2Limits.java
tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml

Propchange: tomcat/tc8.5.x/trunk/
--
--- svn:mergeinfo (original)
+++ svn:mergeinfo Tue Jul 18 09:47:59 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,1745535,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,1747
 
536,1747924,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-1
 

Re: svn commit: r1802249 - in /tomcat/site/trunk: docs/ci.html xdocs/ci.xml

2017-07-18 Thread Mark Thomas
On 18/07/17 08:54, ma...@apache.org wrote:
> Author: markt
> Date: Tue Jul 18 07:54:23 2017
> New Revision: 1802249
> 
> URL: http://svn.apache.org/viewvc?rev=1802249=rev
> Log:
> Remove Tomcat 6 entries from CI page

I have also removed Tomcat 6 from Gump and BuildBot.

Mark

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



svn commit: r1802249 - in /tomcat/site/trunk: docs/ci.html xdocs/ci.xml

2017-07-18 Thread markt
Author: markt
Date: Tue Jul 18 07:54:23 2017
New Revision: 1802249

URL: http://svn.apache.org/viewvc?rev=1802249=rev
Log:
Remove Tomcat 6 entries from CI page

Modified:
tomcat/site/trunk/docs/ci.html
tomcat/site/trunk/xdocs/ci.xml

Modified: tomcat/site/trunk/docs/ci.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/ci.html?rev=1802249=1802248=1802249=diff
==
--- tomcat/site/trunk/docs/ci.html (original)
+++ tomcat/site/trunk/docs/ci.html Tue Jul 18 07:54:23 2017
@@ -292,10 +292,6 @@ prepared and published by ASF Buildbot,
 
 http://ci.apache.org/projects/tomcat/tomcat7/docs/index.html; 
rel="nofollow">Tomcat 7.0.x
 
-  
-
-http://ci.apache.org/projects/tomcat/tomcat6/docs/index.html; 
rel="nofollow">Tomcat 6.0.x
-
 
 
 
@@ -494,38 +490,6 @@ prepared and published by ASF Buildbot,
 
 
 
-
-  
-tomcat-6-trunk
-  
-
-
-  
-Source path: /tomcat/tc6.0.x/trunk
-
-  
-
-http://ci.apache.org/builders/tomcat-6-trunk;>Build status page
-
-  
-
-http://ci.apache.org/projects/tomcat/tomcat6/; 
rel="nofollow">Published files:
-
-  
-
-http://ci.apache.org/projects/tomcat/tomcat6/docs/index.html; 
rel="nofollow">Documentation
-
-
-
-  
-
-
-
-  
-
-
-
-
 
 
 
@@ -716,36 +680,6 @@ prepared and published by ASF Buildbot,
 
 
   
-
-
-
-
-
-  
-http://vmgump.apache.org/tomcat-tc6/;>tomcat-tc6
-Tomcat 6.0.x
-  
-
-
-  
-Source path: /tomcat/tc6.0.x/trunk
-
-  
-
-Projects:
-
-
-  
-
-http://vmgump.apache.org/tomcat-tc6/tomcat-tc6/;>tomcat-tc6
-
-
-
-  
-
-
-
-  
 
 
 

Modified: tomcat/site/trunk/xdocs/ci.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/ci.xml?rev=1802249=1802248=1802249=diff
==
--- tomcat/site/trunk/xdocs/ci.xml (original)
+++ tomcat/site/trunk/xdocs/ci.xml Tue Jul 18 07:54:23 2017
@@ -40,7 +40,6 @@ prepared and published by ASF Buildbot,
   http://ci.apache.org/projects/tomcat/tomcat85/docs/index.html; 
rel="nofollow">Tomcat 8.5.x
   http://ci.apache.org/projects/tomcat/tomcat8/docs/index.html; 
rel="nofollow">Tomcat 8.0.x
   http://ci.apache.org/projects/tomcat/tomcat7/docs/index.html; 
rel="nofollow">Tomcat 7.0.x
-  http://ci.apache.org/projects/tomcat/tomcat6/docs/index.html; 
rel="nofollow">Tomcat 6.0.x
 
 
 
@@ -128,20 +127,6 @@ prepared and published by ASF Buildbot,
 
   
 
-
-  tomcat-6-trunk
-  
-
-  Source path: /tomcat/tc6.0.x/trunk
-  http://ci.apache.org/builders/tomcat-6-trunk;>Build status 
page
-  http://ci.apache.org/projects/tomcat/tomcat6/; 
rel="nofollow">Published files:
-
-  http://ci.apache.org/projects/tomcat/tomcat6/docs/index.html; 
rel="nofollow">Documentation
-
-  
-
-  
-
 
 
 
@@ -213,19 +198,6 @@ prepared and published by ASF Buildbot,
 
   
 
-
-  http://vmgump.apache.org/tomcat-tc6/;>tomcat-tc6Tomcat 
6.0.x
-  
-
-  Source path: /tomcat/tc6.0.x/trunk
-  Projects:
-
-  http://vmgump.apache.org/tomcat-tc6/tomcat-tc6/;>tomcat-tc6
-
-  
-
-  
-
 
   http://vmgump.apache.org/tomcat-native/;>tomcat-nativeTomcat 
Native 1.1.xuses:OpenSSL 1.0.2[x]APR 1.6.x
   



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