Re: svn commit: r1804040 - in /tomcat/trunk: java/org/apache/tomcat/util/net/SSLHostConfig.java webapps/docs/changelog.xml

2017-08-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 8/3/17 3:32 PM, ma...@apache.org wrote: > Author: markt Date: Thu Aug 3 19:32:43 2017 New Revision: 1804040 > > URL: http://svn.apache.org/viewvc?rev=1804040&view=rev Log: If an > invalid option is specified for the certificateVerificatio

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

2017-08-03 Thread markt
Author: markt Date: Thu Aug 3 19:38:29 2017 New Revision: 1804042 URL: http://svn.apache.org/viewvc?rev=1804042&view=rev Log: If an invalid option is specified for the certificateVerification attribute of an SSLHostConfig element, treat it as required which is the most secure / restrictive opti

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

2017-08-03 Thread markt
Author: markt Date: Thu Aug 3 19:34:14 2017 New Revision: 1804041 URL: http://svn.apache.org/viewvc?rev=1804041&view=rev Log: Increment version for next dev cycle Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/build.properties.default tomcat/tc8.5.x/trunk/res/

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

2017-08-03 Thread markt
Author: markt Date: Thu Aug 3 19:32:43 2017 New Revision: 1804040 URL: http://svn.apache.org/viewvc?rev=1804040&view=rev Log: If an invalid option is specified for the certificateVerification attribute of an SSLHostConfig element, treat it as required which is the most secure / restrictive opti

Re: Security warning (minor) on Tomcat site when using HTTPS

2017-08-03 Thread Mark Thomas
On 03/08/17 18:29, Christopher Schultz wrote: > All, > > If you use https://tomcat.apache.org you'll see a security warning in > various browsers due to mixed-content. > > The problem is that the "Support Apache" logo in the upper right-hand > corner of the page is served via HTTP instead of HTTP

Re: Security warning (minor) on Tomcat site when using HTTPS

2017-08-03 Thread Igal @ Lucee.org
On 8/3/2017 10:29 AM, Christopher Schultz wrote: I'd like to fix this issue, and there are two possible approaches: 1. Always use HTTPS: just change the link protocol to https:// Always use HTTPS seems like the right way to me. What's the downside? Latency on the first request? TBH, best pr

Security warning (minor) on Tomcat site when using HTTPS

2017-08-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, If you use https://tomcat.apache.org you'll see a security warning in various browsers due to mixed-content. The problem is that the "Support Apache" logo in the upper right-hand corner of the page is served via HTTP instead of HTTPS. The oth

svn commit: r1804001 - in /tomcat/site/trunk: docs/presentations.html xdocs/presentations.xml

2017-08-03 Thread markt
Author: markt Date: Thu Aug 3 14:09:08 2017 New Revision: 1804001 URL: http://svn.apache.org/viewvc?rev=1804001&view=rev Log: Add details of Leon's MoSKito webinar Modified: tomcat/site/trunk/docs/presentations.html tomcat/site/trunk/xdocs/presentations.xml Modified: tomcat/site/trunk/d

svn commit: r1803999 - in /tomcat/site/trunk: docs/conference.html xdocs/conference.xml

2017-08-03 Thread markt
Author: markt Date: Thu Aug 3 13:59:43 2017 New Revision: 1803999 URL: http://svn.apache.org/viewvc?rev=1803999&view=rev Log: Start to put together the details of TomcatCon London Modified: tomcat/site/trunk/docs/conference.html tomcat/site/trunk/xdocs/conference.xml Modified: tomcat/si

[Bug 51463] Tomcat.setBaseDir (package org.apache.catalina.startup) should use temp directory as default instead of current directory

2017-08-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=51463 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1803996 - in /tomcat/trunk/java/org/apache/catalina/startup: LocalStrings.properties Tomcat.java

2017-08-03 Thread markt
Author: markt Date: Thu Aug 3 13:39:55 2017 New Revision: 1803996 URL: http://svn.apache.org/viewvc?rev=1803996&view=rev Log: Add some basic checks for the baseDir Clearer Javadoc Modified: tomcat/trunk/java/org/apache/catalina/startup/LocalStrings.properties tomcat/trunk/java/org/apache

svn commit: r20744 - in /dev/tomcat/tomcat-8/v8.5.20: README.html bin/README.html

2017-08-03 Thread kkolinko
Author: kkolinko Date: Thu Aug 3 11:26:45 2017 New Revision: 20744 Log: Remove references to JULI JARs that are no longer included This applies r1803957 to release candidate. For published release this was applied in r20741. Modified: dev/tomcat/tomcat-8/v8.5.20/README.html dev/tomcat/

Re: svn commit: r1803929 - /tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml

2017-08-03 Thread Rainer Jung
Am 03.08.2017 um 10:31 schrieb Mark Thomas: On 03/08/17 06:44, Rainer Jung wrote: Am 02.08.2017 um 23:33 schrieb ma...@apache.org: Author: markt Date: Wed Aug 2 21:33:52 2017 New Revision: 1803929 URL: http://svn.apache.org/viewvc?rev=1803929&view=rev Log: Add release date Modified: tomc

svn commit: r1803975 - /tomcat/tc8.5.x/trunk/java/org/apache/catalina/startup/Tomcat.java

2017-08-03 Thread markt
Author: markt Date: Thu Aug 3 09:48:28 2017 New Revision: 1803975 URL: http://svn.apache.org/viewvc?rev=1803975&view=rev Log: Correct Javadoc Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/startup/Tomcat.java Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/startup/Tomcat.ja

svn commit: r1803972 - /tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java

2017-08-03 Thread markt
Author: markt Date: Thu Aug 3 09:36:44 2017 New Revision: 1803972 URL: http://svn.apache.org/viewvc?rev=1803972&view=rev Log: Correct Javadoc Modified: tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java Modified: tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java URL: http://

svn commit: r1803968 - in /tomcat/site/trunk: docs/whichversion.html xdocs/whichversion.xml

2017-08-03 Thread markt
Author: markt Date: Thu Aug 3 09:17:27 2017 New Revision: 1803968 URL: http://svn.apache.org/viewvc?rev=1803968&view=rev Log: Recommend Tomcat 7 as a minimum for all users of unsupported versions. Modified: tomcat/site/trunk/docs/whichversion.html tomcat/site/trunk/xdocs/whichversion.xml

svn commit: r1803967 - in /tomcat/site/trunk: docs/sitemap-main.xml xdocs/sitemap-main.xml

2017-08-03 Thread markt
Author: markt Date: Thu Aug 3 09:15:45 2017 New Revision: 1803967 URL: http://svn.apache.org/viewvc?rev=1803967&view=rev Log: Drop Tomcat 6 docs from the sitemap Modified: tomcat/site/trunk/docs/sitemap-main.xml tomcat/site/trunk/xdocs/sitemap-main.xml Modified: tomcat/site/trunk/docs/s

svn commit: r1803966 - in /tomcat/site/trunk: docs/doap_Tomcat.rdf xdocs/doap_Tomcat.rdf

2017-08-03 Thread markt
Author: markt Date: Thu Aug 3 09:15:17 2017 New Revision: 1803966 URL: http://svn.apache.org/viewvc?rev=1803966&view=rev Log: Remove Tomcat 6 (and Servlet 2.5) from the doap file Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf tomcat/site/trunk/xdocs/doap_Tomcat.rdf Modified: tomcat/si

svn commit: r1803965 - in /tomcat/site/trunk: docs/whichversion.html xdocs/whichversion.xml

2017-08-03 Thread markt
Author: markt Date: Thu Aug 3 09:14:36 2017 New Revision: 1803965 URL: http://svn.apache.org/viewvc?rev=1803965&view=rev Log: Mark Tomcat 6 as archived Modified: tomcat/site/trunk/docs/whichversion.html tomcat/site/trunk/xdocs/whichversion.xml Modified: tomcat/site/trunk/docs/whichversi

svn commit: r1803964 - in /tomcat/site/trunk: docs/security.html xdocs/security.xml

2017-08-03 Thread markt
Author: markt Date: Thu Aug 3 09:14:09 2017 New Revision: 1803964 URL: http://svn.apache.org/viewvc?rev=1803964&view=rev Log: Move link to Tomcat 6 security issues into the archives section Modified: tomcat/site/trunk/docs/security.html tomcat/site/trunk/xdocs/security.xml Modified: tom

svn commit: r1803962 - in /tomcat/site/trunk: docs/download-60.cgi docs/download-60.html xdocs/download-60.cgi xdocs/download-60.xml

2017-08-03 Thread markt
Author: markt Date: Thu Aug 3 09:04:28 2017 New Revision: 1803962 URL: http://svn.apache.org/viewvc?rev=1803962&view=rev Log: Remove the 6.0.x download pages Removed: tomcat/site/trunk/docs/download-60.cgi tomcat/site/trunk/docs/download-60.html tomcat/site/trunk/xdocs/download-60.cg

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

2017-08-03 Thread markt
Author: markt Date: Thu Aug 3 09:02:45 2017 New Revision: 1803961 URL: http://svn.apache.org/viewvc?rev=1803961&view=rev Log: Remove 6.0.x entry now it has been moved to our archive Modified: tomcat/site/trunk/docs/svn.html tomcat/site/trunk/xdocs/svn.xml Modified: tomcat/site/trunk/doc

svn commit: r1803960 - in /tomcat: archive/tc6.0.x/ tc6.0.x/

2017-08-03 Thread markt
Author: markt Date: Thu Aug 3 08:59:53 2017 New Revision: 1803960 URL: http://svn.apache.org/viewvc?rev=1803960&view=rev Log: Move 6.0.x to the archive area Added: tomcat/archive/tc6.0.x/ - copied from r1803959, tomcat/tc6.0.x/ Removed: tomcat/tc6.0.x/ ---

svn commit: r20743 - /release/tomcat/tomcat-6/

2017-08-03 Thread markt
Author: markt Date: Thu Aug 3 08:57:25 2017 New Revision: 20743 Log: Remove Tomcat 6 from mirror system Removed: release/tomcat/tomcat-6/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands,

Re: svn commit: r1803929 - /tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml

2017-08-03 Thread Mark Thomas
On 03/08/17 06:44, Rainer Jung wrote: > Am 02.08.2017 um 23:33 schrieb ma...@apache.org: >> Author: markt >> Date: Wed Aug 2 21:33:52 2017 >> New Revision: 1803929 >> >> URL: http://svn.apache.org/viewvc?rev=1803929&view=rev >> Log: >> Add release date >> >> Modified: >> tomcat/tc8.5.x/trunk/w

[Bug 57767] Websocket client proprietary configuration

2017-08-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57767 Mark Thomas changed: What|Removed |Added CC|ma...@apache.org| -- You are receiving this mail because

svn commit: r20741 - in /release/tomcat/tomcat-8/v8.5.16: README.html bin/README.html

2017-08-03 Thread markt
Author: markt Date: Thu Aug 3 07:53:09 2017 New Revision: 20741 Log: Remove references to JULI JARs that are no longer included Modified: release/tomcat/tomcat-8/v8.5.16/README.html release/tomcat/tomcat-8/v8.5.16/bin/README.html Modified: release/tomcat/tomcat-8/v8.5.16/README.html ===

[Bug 58588] Remove extras/juli from Tomcat 9 build and deliveries as Log4J 1.x has reached EOL.

2017-08-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58588 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|REOPENED

svn commit: r1803957 - in /tomcat/tc8.5.x/trunk/res: welcome.bin.html welcome.main.html

2017-08-03 Thread markt
Author: markt Date: Thu Aug 3 07:44:56 2017 New Revision: 1803957 URL: http://svn.apache.org/viewvc?rev=1803957&view=rev Log: Follow up to https://bz.apache.org/bugzilla/show_bug.cgi?id=58588 Remove references to tomcat-juli-adapters.jar since it is no longer distributed. Modified: tomcat/tc

[Bug 57767] Websocket client proprietary configuration

2017-08-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57767 Remy Maucherat changed: What|Removed |Added Resolution|FIXED |--- Status|RESOLVED