Re: Time for a 6.0.x release

2015-05-08 Thread jean-frederic clere
On 05/06/2015 12:37 AM, Mark Thomas wrote: It has been about 6 months since the last release, the changelog is reasonably long so I think it is time for 6.0.44. I am on it Cheers Jean-Frederic - To unsubscribe, e-mail: dev-u

Request for a form based two factor authentication support in Tomcat

2015-05-08 Thread Marco Bellavia
Hi there, for an application to be deployed on a TomEE we need the support for two factor authentication. Are there planned development efforts going into that direction? As temporary workaround we patched the class FormAuthenticator, so that a second factor (a 2fa token) is additionlly evaluat

svn commit: r1678326 - in /tomcat/tc6.0.x/trunk: STATUS.txt bin/catalina.sh webapps/docs/changelog.xml

2015-05-08 Thread jfclere
Author: jfclere Date: Fri May 8 10:51:33 2015 New Revision: 1678326 URL: http://svn.apache.org/r1678326 Log: Commit fix for BZ57801. Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/bin/catalina.sh tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.

svn commit: r1678327 - /tomcat/tc6.0.x/trunk/build.properties.default

2015-05-08 Thread jfclere
Author: jfclere Date: Fri May 8 11:00:57 2015 New Revision: 1678327 URL: http://svn.apache.org/r1678327 Log: releasing. Modified: tomcat/tc6.0.x/trunk/build.properties.default Modified: tomcat/tc6.0.x/trunk/build.properties.default URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/bui

svn commit: r1678328 - /tomcat/tc6.0.x/tags/TOMCAT_6_0_44/

2015-05-08 Thread jfclere
Author: jfclere Date: Fri May 8 11:01:38 2015 New Revision: 1678328 URL: http://svn.apache.org/r1678328 Log: Tag 6.0.44 Added: tomcat/tc6.0.x/tags/TOMCAT_6_0_44/ (props changed) - copied from r1678327, tomcat/tc6.0.x/trunk/ Propchange: tomcat/tc6.0.x/tags/TOMCAT_6_0_44/

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

2015-05-08 Thread kkolinko
Author: kkolinko Date: Fri May 8 12:10:11 2015 New Revision: 1678337 URL: http://svn.apache.org/r1678337 Log: Move changelog entry for BZ 57801 fix in 6.0.44 from 'Jasper' section to 'Other' one Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/webapp

svn commit: r1678339 - in /tomcat/trunk: conf/ java/org/apache/catalina/filters/ webapps/docs/config/

2015-05-08 Thread markt
Author: markt Date: Fri May 8 12:32:11 2015 New Revision: 1678339 URL: http://svn.apache.org/r1678339 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=54618 Add the HSTS header by default as recommended by RFC 7527 Added: tomcat/trunk/java/org/apache/catalina/filters/HttpHeaderSecurit

[Bug 54618] Add filter implementing HTTP Strict Transport Security (HSTS) [PATCH]

2015-05-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=54618 --- Comment #15 from Mark Thomas --- I've just added an HTTP header security filter that adds the HSTS header by default for 9.0.x. I plan to expand the set of headers this filter adds/ -- You are receiving this mail because: You are the assi

svn commit: r8910 - in /dev/tomcat/tomcat-6/v6.0.44: ./ bin/ bin/extras/ src/

2015-05-08 Thread jfclere
Author: jfclere Date: Fri May 8 13:13:04 2015 New Revision: 8910 Log: Stage 6.0.44 Added: dev/tomcat/tomcat-6/v6.0.44/ dev/tomcat/tomcat-6/v6.0.44/KEYS dev/tomcat/tomcat-6/v6.0.44/README.html dev/tomcat/tomcat-6/v6.0.44/RELEASE-NOTES dev/tomcat/tomcat-6/v6.0.44/bin/ dev/t

[Bug 57801] Tomcat catalina.sh fails to start after machine is reboot because there is another process have the same PID as Tomcat before reboot

2015-05-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57801 --- Comment #8 from Konstantin Kolinko --- (In reply to Rainer Jung from comment #3) > Also added "ps" output for the process with the PID in r1672284 (trunk), > r1672285 (tc8) and r1672286 (tc7). Backported to Tomcat 6 in r1678326 and will be

[VOTE] Release Apache Tomcat 6.0.44

2015-05-08 Thread jean-frederic clere
The proposed Apache Tomcat 6.0.44 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-6/v6.0.44/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-1044/ The svn tag is: http://svn.apache.org

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

2015-05-08 Thread jfclere
Author: jfclere Date: Fri May 8 14:34:37 2015 New Revision: 1678364 URL: http://svn.apache.org/r1678364 Log: Prep for next version. Modified: tomcat/tc6.0.x/trunk/build.properties.default tomcat/tc6.0.x/trunk/res/maven/mvn.properties.default tomcat/tc6.0.x/trunk/webapps/docs/changelo

[Bug 57906] New: Failure to load ApplicationContextFacadeBeanInfo class when running with SecurityManager enabled

2015-05-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57906 Bug ID: 57906 Summary: Failure to load ApplicationContextFacadeBeanInfo class when running with SecurityManager enabled Product: Tomcat 7 Version: 7.0.61 Hardware: PC

[Bug 57906] Message about failure to load ApplicationContextFacadeBeanInfo class when running with SecurityManager enabled

2015-05-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57906 Konstantin Kolinko changed: What|Removed |Added Summary|Failure to load |Message about failure to

Re: [VOTE] Release Apache Tomcat 7.0.62

2015-05-08 Thread Konstantin Kolinko
2015-05-07 21:39 GMT+03:00 Violeta Georgieva : > The proposed Apache Tomcat 7.0.62 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.62/ > The Maven staging repo is: > https://repository.apache.org/content/repositories/or

Re: Tomcat Grid write up

2015-05-08 Thread Alarcón Vladimir
Hi Mark, wanted to ask you if I now have access to create the wiki page(s). Would like to kick off the discussion asap. Thanks, Vlad On Thu, 5/7/15, Alarcón Vladimir wrote: Subject: Re: Tomcat Grid write up To: "Tomcat Developers List" Date: Thu

Re: Tomcat Grid write up

2015-05-08 Thread Mark Thomas
On 08/05/2015 19:02, Alarcón Vladimir wrote: > Hi Mark, wanted to ask you if I now have access to create the wiki page(s). > Would like to kick off the discussion asap. Sorry. I've been rather distracted today dealing with some unpleasantness on the users list. I've just added you. I'd suggest l

[Tomcat Wiki] Update of "ContributorsGroup" by markt

2015-05-08 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "ContributorsGroup" page has been changed by markt: https://wiki.apache.org/tomcat/ContributorsGroup?action=diff&rev1=26&rev2=27 * ShawnYu * StevenHeckler * SiegfriedGoesch

Re: [VOTE] Release Apache Tomcat 6.0.44

2015-05-08 Thread Konstantin Kolinko
2015-05-08 17:24 GMT+03:00 jean-frederic clere : > The proposed Apache Tomcat 6.0.44 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-6/v6.0.44/ > The Maven staging repo is: > https://repository.apache.org/content/repositories/

[Tomcat Wiki] Update of "Development" by theimpaler

2015-05-08 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Development" page has been changed by theimpaler: https://wiki.apache.org/tomcat/Development?action=diff&rev1=8&rev2=9 * '''[[JDTCoreBatchCompiler]]''' - Managing Tomcat's depen

svn commit: r1678426 - in /tomcat/trunk: conf/web.xml java/org/apache/catalina/filters/HttpHeaderSecurityFilter.java webapps/docs/config/filter.xml

2015-05-08 Thread markt
Author: markt Date: Fri May 8 18:53:04 2015 New Revision: 1678426 URL: http://svn.apache.org/r1678426 Log: Add support for the X-Frame-Options header Modified: tomcat/trunk/conf/web.xml tomcat/trunk/java/org/apache/catalina/filters/HttpHeaderSecurityFilter.java tomcat/trunk/webapps/d

svn commit: r1678427 - in /tomcat/trunk: conf/web.xml java/org/apache/catalina/filters/HttpHeaderSecurityFilter.java java/org/apache/catalina/filters/LocalStrings.properties webapps/docs/config/filter

2015-05-08 Thread markt
Author: markt Date: Fri May 8 19:03:39 2015 New Revision: 1678427 URL: http://svn.apache.org/r1678427 Log: Add support for blocking content type sniffing Modified: tomcat/trunk/conf/web.xml tomcat/trunk/java/org/apache/catalina/filters/HttpHeaderSecurityFilter.java tomcat/trunk/java/

Back-porting the new HttpHeaderSecurityFilter

2015-05-08 Thread Mark Thomas
I'd like to back-port this but before I do I'd like to hear other people's views on the following? - Should it be back-ported to 8.0.x - Should it be enabled by default - Should it be back-ported to 7.0.x - Should it be enabled by default - Should it be back-ported to 6.0.x - Should it be en

[Tomcat Wiki] Update of "TomcatGridDiscussion" by theimpaler

2015-05-08 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "TomcatGridDiscussion" page has been changed by theimpaler: https://wiki.apache.org/tomcat/TomcatGridDiscussion New page: = Apache Tomcat Grid = This write up is a draft that includ

[Tomcat Wiki] Update of "TomcatGridDiscussion" by theimpaler

2015-05-08 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "TomcatGridDiscussion" page has been changed by theimpaler: https://wiki.apache.org/tomcat/TomcatGridDiscussion?action=diff&rev1=1&rev2=2 The example shown in the figure below

[Tomcat Wiki] Update of "TomcatGridDiscussion" by theimpaler

2015-05-08 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "TomcatGridDiscussion" page has been changed by theimpaler: https://wiki.apache.org/tomcat/TomcatGridDiscussion?action=diff&rev1=2&rev2=3 Considering all the above, the following

[Tomcat Wiki] Update of "TomcatGridDiscussion" by theimpaler

2015-05-08 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "TomcatGridDiscussion" page has been changed by theimpaler: https://wiki.apache.org/tomcat/TomcatGridDiscussion?action=diff&rev1=3&rev2=4 * CPU usage * CPU load (1 min, 5, m

[Tomcat Wiki] New attachment added to page TomcatGridDiscussion

2015-05-08 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page "TomcatGridDiscussion" for change notification. An attachment has been added to that page by theimpaler. Following detailed information is available: Attachment name: TomcatGridExample.png Attachment size: 86566 Attachment link: https://wiki.a

[Tomcat Wiki] Update of "TomcatGridDiscussion" by theimpaler

2015-05-08 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "TomcatGridDiscussion" page has been changed by theimpaler: https://wiki.apache.org/tomcat/TomcatGridDiscussion?action=diff&rev1=4&rev2=5 The example shown in the figure below

Re: Back-porting the new HttpHeaderSecurityFilter

2015-05-08 Thread Rémy Maucherat
2015-05-08 21:14 GMT+02:00 Mark Thomas : > I'd like to back-port this but before I do I'd like to hear other > people's views on the following? > > - Should it be back-ported to 8.0.x > - Should it be enabled by default > - Should it be back-ported to 7.0.x > - Should it be enabled by default

[Tomcat Wiki] New attachment added to page TomcatGridDiscussion

2015-05-08 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page "TomcatGridDiscussion" for change notification. An attachment has been added to that page by theimpaler. Following detailed information is available: Attachment name: TomcatGridExample.png Attachment size: 73079 Attachment link: https://wiki.a

[Tomcat Wiki] Update of "TomcatGridDiscussion" by theimpaler

2015-05-08 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "TomcatGridDiscussion" page has been changed by theimpaler: https://wiki.apache.org/tomcat/TomcatGridDiscussion?action=diff&rev1=5&rev2=6 Please feel free to update, fix, change,

[Tomcat Wiki] Update of "TomcatGridDiscussion" by theimpaler

2015-05-08 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "TomcatGridDiscussion" page has been changed by theimpaler: https://wiki.apache.org/tomcat/TomcatGridDiscussion?action=diff&rev1=6&rev2=7 1. The managing logic must be clearly se

[Tomcat Wiki] Update of "TomcatGridDiscussion" by theimpaler

2015-05-08 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "TomcatGridDiscussion" page has been changed by theimpaler: https://wiki.apache.org/tomcat/TomcatGridDiscussion?action=diff&rev1=7&rev2=8 1. New commands: * '''deploy''':