svn commit: r24429 - /release/tomcat/tomcat-7/v7.0.82/

2018-01-24 Thread violetagg
Author: violetagg Date: Thu Jan 25 07:54:59 2018 New Revision: 24429 Log: Remove 7.0.82 Removed: release/tomcat/tomcat-7/v7.0.82/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail:

svn commit: r1822179 - in /tomcat/site/trunk/docs/tomcat-7.0-doc: ./ api/ api/org/apache/catalina/ api/org/apache/catalina/ant/ api/org/apache/catalina/ant/jmx/ api/org/apache/catalina/authenticator/

2018-01-24 Thread violetagg
Author: violetagg Date: Thu Jan 25 07:51:24 2018 New Revision: 1822179 URL: http://svn.apache.org/viewvc?rev=1822179&view=rev Log: Update docs for Apache Tomcat 7.0.84 release. [This commit notification would consist of 347 parts, which exceeds the limit of 50 ones, so it was shortened to the s

svn commit: r1822178 - in /tomcat/site/trunk: ./ docs/ xdocs/

2018-01-24 Thread violetagg
Author: violetagg Date: Thu Jan 25 07:36:43 2018 New Revision: 1822178 URL: http://svn.apache.org/viewvc?rev=1822178&view=rev Log: Updates (excluding docs) for 7.0.84 release Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/docs/doap_Tomcat.rdf tomcat/site/trunk/

Re: Responsive Website for tomcat.apache.org

2018-01-24 Thread Violeta Georgieva
2018-01-24 21:05 GMT+02:00 Igal @ Lucee.org : > > Konstantin, > > I'd be happy to make all the necessary corections. > > On 1/24/2018 2:44 AM, Konstantin Kolinko wrote: >> >> 1. The "print view" of the page is important. One should be able to >> print it. Especially the documentation. >> >> I think

Re: Migrating to git

2018-01-24 Thread Coty Sutherland
On Wed, Jan 24, 2018 at 4:57 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Coty, > > On 1/24/18 1:34 PM, Coty Sutherland wrote: >> I think this is the right thread to add this :) >> >> Given that we will be able to accept PRs on Github after this >> migrati

[Bug 62032] NPE caused by Connector and SSLHostConfig

2018-01-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62032 --- Comment #7 from Coty Sutherland --- Actually using "caught" was the wrong word. I prevented the NPE by checking the certificate a bit earlier in the stack and threw a FNFE (where a warn was previously logged) up to the Connector init. Take

Re: Migrating to git

2018-01-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Coty, On 1/24/18 1:34 PM, Coty Sutherland wrote: > I think this is the right thread to add this :) > > Given that we will be able to accept PRs on Github after this > migration, do we want to add a Travis (or other CI) configuration > to our repos

[Bug 57129] Regression. Load WEB-INF/lib jarfiles in alphabetical order

2018-01-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57129 --- Comment #24 from Christopher Schultz --- (In reply to Sebastien Tardif from comment #23) > It seems this issue is about fundamentalist versus pragmatism. Even if the > order is deterministic, some application will still fail because not the

[Bug 62032] NPE caused by Connector and SSLHostConfig

2018-01-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62032 --- Comment #6 from Christopher Schultz --- Catching NPE/FNFE is pretty ugly. Is there a better way to do it? I'd prefer to pro-actively validate the configuration and tell the user something is wrong than catch these exceptions. -- You are r

[Bug 52381] Please add OSGi metadata

2018-01-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=52381 --- Comment #15 from Coty Sutherland --- Any thoughts on the patch? It's a rough draft and I should replace all the hard coded spec version info with dynamic stuff, but as far as using these manifests as a template to fill in other info, does t

[Bug 62032] NPE caused by Connector and SSLHostConfig

2018-01-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62032 Coty Sutherland changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

svn commit: r1822152 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/ java/org/apache/tomcat/util/net/jsse/ webapps/docs/

2018-01-24 Thread csutherl
Author: csutherl Date: Wed Jan 24 19:49:03 2018 New Revision: 1822152 URL: http://svn.apache.org/viewvc?rev=1822152&view=rev Log: Fixed https://bz.apache.org/bugzilla/show_bug.cgi?id=62032 Fix NullPointerException when certificateFile is not defined on an SSLHostConfig and unify the behavior when

svn commit: r1822150 - in /tomcat/trunk: java/org/apache/tomcat/util/net/ java/org/apache/tomcat/util/net/jsse/ webapps/docs/

2018-01-24 Thread csutherl
Author: csutherl Date: Wed Jan 24 19:45:00 2018 New Revision: 1822150 URL: http://svn.apache.org/viewvc?rev=1822150&view=rev Log: Fixed https://bz.apache.org/bugzilla/show_bug.cgi?id=62032 Fix NullPointerException when certificateFile is not defined on an SSLHostConfig and unify the behavior when

Re: Responsive Website for tomcat.apache.org

2018-01-24 Thread Igal @ Lucee.org
Konstantin, I'd be happy to make all the necessary corections. On 1/24/2018 2:44 AM, Konstantin Kolinko wrote: 1. The "print view" of the page is important. One should be able to print it. Especially the documentation. I think that menu and search box were not visible when printing, but one ha

Re: Responsive Website for tomcat.apache.org

2018-01-24 Thread Mark Thomas
On 24/01/18 18:38, Igal @ Lucee.org wrote: > Mark, > > On 1/24/2018 1:43 AM, Mark Thomas wrote: >> Looks great. Patch applied many thanks. > Thank you.  I appreciate the feedback. > >> I don't suppose you are interested in making similar changes to the >> documentation web applications (the conte

Re: Migrating to git

2018-01-24 Thread Mark Thomas
On 24/01/18 18:34, Coty Sutherland wrote: > I think this is the right thread to add this :) > > Given that we will be able to accept PRs on Github after this > migration, do we want to add a Travis (or other CI) configuration to > our repository so that it will do a test build (and maybe test one

Re: Responsive Website for tomcat.apache.org

2018-01-24 Thread Igal @ Lucee.org
Mark, On 1/24/2018 1:43 AM, Mark Thomas wrote: Looks great. Patch applied many thanks. Thank you.  I appreciate the feedback. I don't suppose you are interested in making similar changes to the documentation web applications (the content gets copied to the web-site) and/or updating the Tomcat

Re: Migrating to git

2018-01-24 Thread Coty Sutherland
I think this is the right thread to add this :) Given that we will be able to accept PRs on Github after this migration, do we want to add a Travis (or other CI) configuration to our repository so that it will do a test build (and maybe test one connector) when someone proposes a pull? Doing that

buildbot success in on tomcat-7-trunk

2018-01-24 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-7-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-7-trunk/builds/989 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

[Bug 62024] Suspected memory leak of org.apache.coyote.AbstractProtocol$ConnectionHandler object while using Websocket

2018-01-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62024 --- Comment #2 from SergeP --- Mark Looks like it did not save my environment - Windows Server 2012 Also these bugs might be related to this one: *[57546](https://bz.apache.org/bugzilla/show_bug.cgi?id=57546) *[57750](https://bz.apac

svn commit: r1822141 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/ThreadLocalLeakPreventionListener.java webapps/docs/changelog.xml

2018-01-24 Thread remm
Author: remm Date: Wed Jan 24 17:54:08 2018 New Revision: 1822141 URL: http://svn.apache.org/viewvc?rev=1822141&view=rev Log: Avoid NPE if there is no Engine. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/ThreadLocalLeakPreventionLi

buildbot failure in on tomcat-7-trunk

2018-01-24 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-7-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-7-trunk/builds/988 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler sch

svn commit: r1822138 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/core/ThreadLocalLeakPreventionListener.java webapps/docs/changelog.xml

2018-01-24 Thread remm
Author: remm Date: Wed Jan 24 17:49:56 2018 New Revision: 1822138 URL: http://svn.apache.org/viewvc?rev=1822138&view=rev Log: Avoid NPE if there is no Engine. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/catalina/core/ThreadLocalLeakPreventionLi

svn commit: r1822136 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/core/ThreadLocalLeakPreventionListener.java webapps/docs/changelog.xml

2018-01-24 Thread remm
Author: remm Date: Wed Jan 24 17:48:18 2018 New Revision: 1822136 URL: http://svn.apache.org/viewvc?rev=1822136&view=rev Log: Avoid NPE if there is no Engine. Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/catalina/core/ThreadLocalLeakPreventionLi

svn commit: r1822134 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/Catalina.java webapps/docs/changelog.xml

2018-01-24 Thread remm
Author: remm Date: Wed Jan 24 17:46:54 2018 New Revision: 1822134 URL: http://svn.apache.org/viewvc?rev=1822134&view=rev Log: Avoid duplicate load calls (which can happen in some cases like a malformed server.xml). Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/j

svn commit: r1822132 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/startup/Catalina.java webapps/docs/changelog.xml

2018-01-24 Thread remm
Author: remm Date: Wed Jan 24 17:45:03 2018 New Revision: 1822132 URL: http://svn.apache.org/viewvc?rev=1822132&view=rev Log: Avoid duplicate load calls (which can happen in some cases like a malformed server.xml). Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/j

svn commit: r1822131 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/startup/Catalina.java webapps/docs/changelog.xml

2018-01-24 Thread remm
Author: remm Date: Wed Jan 24 17:43:22 2018 New Revision: 1822131 URL: http://svn.apache.org/viewvc?rev=1822131&view=rev Log: Avoid duplicate load calls (which can happen in some cases like a malformed server.xml). Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/j

[Bug 62028] Server Sent Event closed connection throws IOException

2018-01-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62028 --- Comment #1 from Mark Thomas --- Comment on attachment 35693 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35693 Tomcat 9 log, regarding Server Sent Events The NPE on shutdown looks like a Tomcat bug to me and we should get that fi

[Bug 62036] Roles stripped when using programmatic login() in tomcat 8.5 but not 8.0

2018-01-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62036 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1822119 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/authenticator/NonLoginAuthenticator.java webapps/docs/changelog.xml

2018-01-24 Thread markt
Author: markt Date: Wed Jan 24 16:35:23 2018 New Revision: 1822119 URL: http://svn.apache.org/viewvc?rev=1822119&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62036 When caching an authenticated user Principal in the session when the web application is configured with the NonLo

svn commit: r1822118 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/authenticator/NonLoginAuthenticator.java webapps/docs/changelog.xml

2018-01-24 Thread markt
Author: markt Date: Wed Jan 24 16:34:40 2018 New Revision: 1822118 URL: http://svn.apache.org/viewvc?rev=1822118&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62036 When caching an authenticated user Principal in the session when the web application is configured with the NonLo

svn commit: r1822117 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/authenticator/NonLoginAuthenticator.java webapps/docs/changelog.xml

2018-01-24 Thread markt
Author: markt Date: Wed Jan 24 16:33:47 2018 New Revision: 1822117 URL: http://svn.apache.org/viewvc?rev=1822117&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62036 When caching an authenticated user Principal in the session when the web application is configured with the NonLo

svn commit: r1822116 - in /tomcat/trunk: java/org/apache/catalina/authenticator/NonLoginAuthenticator.java webapps/docs/changelog.xml

2018-01-24 Thread markt
Author: markt Date: Wed Jan 24 16:32:31 2018 New Revision: 1822116 URL: http://svn.apache.org/viewvc?rev=1822116&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62036 When caching an authenticated user Principal in the session when the web application is configured with the NonLo

[Bug 62024] Suspected memory leak of org.apache.coyote.AbstractProtocol$ConnectionHandler object while using Websocket

2018-01-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62024 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

[Bug 62024] Suspected memory leak of org.apache.coyote.AbstractProtocol$ConnectionHandler object while using Websocket

2018-01-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62024 SergeP changed: What|Removed |Added Severity|normal |major OS|

[Bug 57129] Regression. Load WEB-INF/lib jarfiles in alphabetical order

2018-01-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57129 --- Comment #23 from Sebastien Tardif --- It seems this issue is about fundamentalist versus pragmatism. Even if the order is deterministic, some application will still fail because not the order they are used to, but at least always fail. I

[Bug 62024] Suspected memory leak of org.apache.coyote.AbstractProtocol$ConnectionHandler object while using Websocket

2018-01-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62024 SergeP changed: What|Removed |Added OS||Windows Server 2012 -- You are receiving thi

[Bug 62024] Suspected memory leak of org.apache.coyote.AbstractProtocol$ConnectionHandler object while using Websocket

2018-01-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62024 SergeP changed: What|Removed |Added OS|All |Windows Server 2012 -- You are receiving thi

Re: JDK 10 Early Access b40 & JDK 8u172 Early Access b02 are available on jdk.java.net

2018-01-24 Thread Rory O'Donnell
Thanks for the quick feedback! Rgds,Rory On 24/01/2018 12:10, Mark Thomas wrote: On 22/01/18 10:18, Rory O'Donnell wrote: Hi Mark, Happy New Year! *OpenJDK builds - *JDK 10 Early Access build 40 is available at http://jdk.java.net/10/ Builds OK. Starts and stops without error. Quick smo

[Bug 62036] Roles stripped when using programmatic login() in tomcat 8.5 but not 8.0

2018-01-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62036 --- Comment #8 from Mark Thomas --- Regardless, this does look like a bug that needs to be fixed. Apart from NonLoginAuthenticator.doAuthenticate() everywhere else that caches the Principal in the session caches the TomcatPrincipal. Switching t

[Bug 57129] Regression. Load WEB-INF/lib jarfiles in alphabetical order

2018-01-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57129 Sebastien Tardif changed: What|Removed |Added CC||sebtar...@ncf.ca -- You are receiv

svn commit: r1822111 - in /tomcat/trunk: java/org/apache/catalina/core/ThreadLocalLeakPreventionListener.java webapps/docs/changelog.xml

2018-01-24 Thread remm
Author: remm Date: Wed Jan 24 15:19:25 2018 New Revision: 1822111 URL: http://svn.apache.org/viewvc?rev=1822111&view=rev Log: Avoid NPE if there is no Engine. Modified: tomcat/trunk/java/org/apache/catalina/core/ThreadLocalLeakPreventionListener.java tomcat/trunk/webapps/docs/changelog.x

svn commit: r1822109 - in /tomcat/trunk: java/org/apache/catalina/startup/Catalina.java webapps/docs/changelog.xml

2018-01-24 Thread remm
Author: remm Date: Wed Jan 24 15:13:11 2018 New Revision: 1822109 URL: http://svn.apache.org/viewvc?rev=1822109&view=rev Log: Avoid duplicate load calls (which can happen in some cases like a malformed server.xml). Modified: tomcat/trunk/java/org/apache/catalina/startup/Catalina.java tom

[Bug 62036] Roles stripped when using programmatic login() in tomcat 8.5 but not 8.0

2018-01-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62036 --- Comment #7 from Mark Thomas --- Hmm. 8.0.43 fails in the same way. Maybe the 8.0.43 tested by the OP was configured in such a way that this worked? -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 62036] Roles stripped when using programmatic login() in tomcat 8.5 but not 8.0

2018-01-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62036 --- Comment #6 from Mark Thomas --- I see the same behaviour with trunk 8.0.x. This looks like a regression between 8.0.43 and 8.0.49. Nothing obvious in the change log. Still looking. -- You are receiving this mail because: You are the assig

[Bug 62032] NPE caused by Connector and SSLHostConfig

2018-01-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62032 --- Comment #4 from Coty Sutherland --- (In reply to Mark Thomas from comment #3) > We should check that the behaviour is consistent for: > - no keystore or PEM file specified This behaves the same as the bugzilla description (throws an NPE).

Re: JDK 10 Early Access b40 & JDK 8u172 Early Access b02 are available on jdk.java.net

2018-01-24 Thread Mark Thomas
On 22/01/18 10:18, Rory O'Donnell wrote: >  Hi Mark, > > Happy New Year! > > *OpenJDK builds - *JDK 10 Early Access build 40 is available at > http://jdk.java.net/10/ Builds OK. Starts and stops without error. Quick smoke test with the WebSocket examples looks OK. Unit tests pass on Linux. Ov

buildbot success in on tomcat-trunk

2018-01-24 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/2985 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler sch

svn commit: r1822094 - /tomcat/trunk/test/org/apache/coyote/http2/TestAbstractStream.java

2018-01-24 Thread markt
Author: markt Date: Wed Jan 24 10:54:49 2018 New Revision: 1822094 URL: http://svn.apache.org/viewvc?rev=1822094&view=rev Log: SpotBugs Add a check to silence a warning Trivial(ish) commit to test CI Modified: tomcat/trunk/test/org/apache/coyote/http2/TestAbstractStream.java Modified: tomcat

Re: Responsive Website for tomcat.apache.org

2018-01-24 Thread Konstantin Kolinko
2018-01-24 12:43 GMT+03:00 Mark Thomas : > On 20/01/18 03:04, Igal Sapir wrote: >> UPDATE: >> >> On Fri, Jan 19, 2018 at 4:30 PM, Igal Sapir wrote: >> >>> To clarify, >>> >>> I have updated the code for the site. I have not updated the site itself >>> since I'm not a committer (my previous statem

[Bug 62032] NPE caused by Connector and SSLHostConfig

2018-01-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62032 --- Comment #3 from Mark Thomas --- No good reason I can recall. We should check that the behaviour is consistent for: - no keystore or PEM file specified - keystore specified but file does not exist - PEM file specified but file doe snot exis

svn commit: r1822092 - in /tomcat/site/trunk: docs/download-90.html xdocs/download-90.xml

2018-01-24 Thread markt
Author: markt Date: Wed Jan 24 09:48:53 2018 New Revision: 1822092 URL: http://svn.apache.org/viewvc?rev=1822092&view=rev Log: Remove beta tag from 9.0.x Modified: tomcat/site/trunk/docs/download-90.html tomcat/site/trunk/xdocs/download-90.xml Modified: tomcat/site/trunk/docs/download-90

Re: Responsive Website for tomcat.apache.org

2018-01-24 Thread Mark Thomas
On 20/01/18 03:04, Igal Sapir wrote: > UPDATE: > > On Fri, Jan 19, 2018 at 4:30 PM, Igal Sapir wrote: > >> To clarify, >> >> I have updated the code for the site. I have not updated the site itself >> since I'm not a committer (my previous statement seemed unclear). >> >> A committer needs to p

svn commit: r1822091 [2/4] - in /tomcat/site/trunk: docs/ docs/res/css/ docs/res/js/ xdocs/res/css/ xdocs/res/js/ xdocs/stylesheets/

2018-01-24 Thread markt
Modified: tomcat/site/trunk/docs/migration-9.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-9.html?rev=1822091&r1=1822090&r2=1822091&view=diff == --- tomcat/site/trunk/docs/migration-9.html (origin

svn commit: r1822091 [3/4] - in /tomcat/site/trunk: docs/ docs/res/css/ docs/res/js/ xdocs/res/css/ xdocs/res/js/ xdocs/stylesheets/

2018-01-24 Thread markt
Modified: tomcat/site/trunk/docs/oldnews.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews.html?rev=1822091&r1=1822090&r2=1822091&view=diff == --- tomcat/site/trunk/docs/oldnews.html (original) +++ tomc

svn commit: r1822091 [1/4] - in /tomcat/site/trunk: docs/ docs/res/css/ docs/res/js/ xdocs/res/css/ xdocs/res/js/ xdocs/stylesheets/

2018-01-24 Thread markt
Author: markt Date: Wed Jan 24 09:41:27 2018 New Revision: 1822091 URL: http://svn.apache.org/viewvc?rev=1822091&view=rev Log: Make web site responsive. Patch by Igal Sapir. Added: tomcat/site/trunk/docs/res/js/ tomcat/site/trunk/docs/res/js/tomcat.js (with props) tomcat/site/trunk/

svn commit: r1822091 [4/4] - in /tomcat/site/trunk: docs/ docs/res/css/ docs/res/js/ xdocs/res/css/ xdocs/res/js/ xdocs/stylesheets/

2018-01-24 Thread markt
Modified: tomcat/site/trunk/docs/security-impact.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-impact.html?rev=1822091&r1=1822090&r2=1822091&view=diff == --- tomcat/site/trunk/docs/security-impact.

svn commit: r1822090 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2018-01-24 Thread violetagg
Author: violetagg Date: Wed Jan 24 09:25:56 2018 New Revision: 1822090 URL: http://svn.apache.org/viewvc?rev=1822090&view=rev Log: Update the release date for 7.0.84 Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http

svn commit: r24408 - /dev/tomcat/tomcat-7/v7.0.84/ /release/tomcat/tomcat-7/v7.0.84/

2018-01-24 Thread violetagg
Author: violetagg Date: Wed Jan 24 09:21:39 2018 New Revision: 24408 Log: Release 7.0.84 Added: release/tomcat/tomcat-7/v7.0.84/ - copied from r24407, dev/tomcat/tomcat-7/v7.0.84/ Removed: dev/tomcat/tomcat-7/v7.0.84/ ---

Re: [RESULT][VOTE] Release Apache Tomcat 7.0.84

2018-01-24 Thread Violeta Georgieva
Hi, 2018-01-19 17:41 GMT+02:00 Violeta Georgieva : > > The proposed Apache Tomcat 7.0.84 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.84/ > The Maven staging repo is: > https://repository.apache.org/content/reposito

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

2018-01-24 Thread violetagg
Author: violetagg Date: Wed Jan 24 09:14:11 2018 New Revision: 1822089 URL: http://svn.apache.org/viewvc?rev=1822089&view=rev Log: Update the release date for 8.0.49 Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL: http

svn commit: r24407 - /dev/tomcat/tomcat-8/v8.0.49/ /release/tomcat/tomcat-8/v8.0.49/

2018-01-24 Thread violetagg
Author: violetagg Date: Wed Jan 24 09:07:59 2018 New Revision: 24407 Log: Release 8.0.49 Added: release/tomcat/tomcat-8/v8.0.49/ - copied from r24406, dev/tomcat/tomcat-8/v8.0.49/ Removed: dev/tomcat/tomcat-8/v8.0.49/ ---

Re: [RESULT][VOTE] Release Apache Tomcat 8.0.49

2018-01-24 Thread Violeta Georgieva
Hi, 2018-01-19 23:08 GMT+02:00 Violeta Georgieva : > > The proposed Apache Tomcat 8.0.49 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.49/ > The Maven staging repo is: > https://repository.apache.org/content/reposito