svn commit: r1623684 - /tomcat/trunk/java/org/apache/catalina/authenticator/DigestAuthenticator.java

2014-09-09 Thread markt
Author: markt Date: Tue Sep 9 08:13:42 2014 New Revision: 1623684 URL: http://svn.apache.org/r1623684 Log: Remove deprecated code Modified: tomcat/trunk/java/org/apache/catalina/authenticator/DigestAuthenticator.java Modified: tomcat/trunk/java/org/apache/catalina/authenticator/DigestAuthe

svn commit: r1623685 - in /tomcat/trunk: java/org/apache/catalina/authenticator/ java/org/apache/catalina/realm/ java/org/apache/catalina/servlets/ java/org/apache/catalina/util/ java/org/apache/tomca

2014-09-09 Thread markt
Author: markt Date: Tue Sep 9 08:22:28 2014 New Revision: 1623685 URL: http://svn.apache.org/r1623685 Log: Move MessageDigest utility classes from o.a.catalina.util to o.a.tomcat.util.security so they are more widely available. Added: tomcat/trunk/java/org/apache/tomcat/util/security/Concu

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

2014-09-09 Thread kfujino
Author: kfujino Date: Tue Sep 9 08:40:56 2014 New Revision: 1623691 URL: http://svn.apache.org/r1623691 Log: When using parallel deployment, correctly undeploy context of old version. Make sure that never undeploy older Context If current context is not running. Modified: tomcat/trunk/java/o

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

2014-09-09 Thread kfujino
Author: kfujino Date: Tue Sep 9 08:42:33 2014 New Revision: 1623692 URL: http://svn.apache.org/r1623692 Log: When using parallel deployment, correctly undeploy context of old version. Make sure that never undeploy older Context If current context is not running. Modified: tomcat/tc7.0.x/trun

svn commit: r1623693 - /tomcat/trunk/java/org/apache/tomcat/util/security/ConcurrentMessageDigest.java

2014-09-09 Thread markt
Author: markt Date: Tue Sep 9 08:46:51 2014 New Revision: 1623693 URL: http://svn.apache.org/r1623693 Log: Add SHA-1 support Add support for input consisting of multiply byte arrays (both changes are prep for switching WebSocket to use this utility class) Modified: tomcat/trunk/java/org/apa

svn commit: r1623695 - /tomcat/trunk/java/org/apache/tomcat/websocket/server/UpgradeUtil.java

2014-09-09 Thread markt
Author: markt Date: Tue Sep 9 08:48:41 2014 New Revision: 1623695 URL: http://svn.apache.org/r1623695 Log: Switch creation of the SHA-1 digest required to generate a WebSocket upgrade to use the ConcurrentMessageDigest rather than using a dedicated Queue. Modified: tomcat/trunk/java/org/apa

svn commit: r1623704 - in /tomcat/trunk: java/org/apache/catalina/servlets/WebdavServlet.java webapps/docs/changelog.xml

2014-09-09 Thread markt
Author: markt Date: Tue Sep 9 08:57:00 2014 New Revision: 1623704 URL: http://svn.apache.org/r1623704 Log: Fix unsafe concurrent use of MD5 digest by multiple threads Modified: tomcat/trunk/java/org/apache/catalina/servlets/WebdavServlet.java tomcat/trunk/webapps/docs/changelog.xml Modi

svn commit: r1623723 - in /tomcat/trunk: java/org/apache/catalina/realm/RealmBase.java webapps/docs/changelog.xml

2014-09-09 Thread markt
Author: markt Date: Tue Sep 9 09:09:17 2014 New Revision: 1623723 URL: http://svn.apache.org/r1623723 Log: Deprecate md5Helper and switch to using ConcurrentMessageDigest Reviewing the code, this also fixes a rare threading issue. Modified: tomcat/trunk/java/org/apache/catalina/realm/RealmBa

svn commit: r1623728 - /tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java

2014-09-09 Thread markt
Author: markt Date: Tue Sep 9 09:36:48 2014 New Revision: 1623728 URL: http://svn.apache.org/r1623728 Log: Replace use of MessageDigest with ConcurrentMessageDigest Modified: tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java Modified: tomcat/trunk/java/org/apache/catalina/realm/Rea

Re: svn commit: r1623243 - /tomcat/trunk/res/checkstyle/checkstyle.xml

2014-09-09 Thread Konstantin Kolinko
2014-09-08 2:49 GMT+04:00 : > Author: markt > Date: Sun Sep 7 22:49:17 2014 > New Revision: 1623243 > > URL: http://svn.apache.org/r1623243 > Log: > Enable the nested blocks check > > Modified: > tomcat/trunk/res/checkstyle/checkstyle.xml > > Modified: tomcat/trunk/res/checkstyle/checkstyle.x

Re: svn commit: r1623243 - /tomcat/trunk/res/checkstyle/checkstyle.xml

2014-09-09 Thread Mark Thomas
On 09/09/2014 11:06, Konstantin Kolinko wrote: > 2014-09-08 2:49 GMT+04:00 : >> Author: markt >> Date: Sun Sep 7 22:49:17 2014 >> New Revision: 1623243 >> >> URL: http://svn.apache.org/r1623243 >> Log: >> Enable the nested blocks check >> >> Modified: >> tomcat/trunk/res/checkstyle/checkstyle

[Bug 56929] Wrong OS version on Windows 2012 R2 while running as a service

2014-09-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56929 --- Comment #2 from Konstantin Kolinko --- (In reply to Mark Thomas from comment #1) > You need to raise this with the Apache Commons Daemon project that produces > those binaries. https://issues.apache.org/jira/browse/DAEMON-322 -- You

svn commit: r1623779 - /tomcat/trunk/webapps/docs/changelog.xml

2014-09-09 Thread kkolinko
Author: kkolinko Date: Tue Sep 9 12:02:40 2014 New Revision: 1623779 URL: http://svn.apache.org/r1623779 Log: Improve changelog message for r1623691 Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/

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

2014-09-09 Thread kkolinko
Author: kkolinko Date: Tue Sep 9 12:08:37 2014 New Revision: 1623780 URL: http://svn.apache.org/r1623780 Log: Improve changelog message for r1623692 Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Propchange: tomcat/tc7.0.x/trunk/ --

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

2014-09-09 Thread kkolinko
Author: kkolinko Date: Tue Sep 9 12:41:17 2014 New Revision: 1623804 URL: http://svn.apache.org/r1623804 Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=56401 Followup to r1623471 - I18n for the log messages. Modified: tomcat/trunk/java/org/apache/catalina/startup/Catalina.java t

[Bug 56401] Log version information on startup

2014-09-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56401 Konstantin Kolinko changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|F

[Bug 56530] WebappClassLoader.loadClass synchronization issue due to coarse lock at WebappClassLoader instance level instead of been by class name

2014-09-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56530 --- Comment #8 from Konstantin Kolinko --- Just some documentation notes. As a reference about this new feature. 1. This feature is off by default. 2. To enable it, add the following XML element either to the context file of your web appli

svn commit: r1623839 - in /tomcat/trunk/webapps/docs/config: context.xml loader.xml

2014-09-09 Thread kkolinko
Author: kkolinko Date: Tue Sep 9 14:58:10 2014 New Revision: 1623839 URL: http://svn.apache.org/r1623839 Log: For https://issues.apache.org/bugzilla/show_bug.cgi?id=56530 Correct a typo. Reorder sentences and split into two paragraphs. (Review of r1623360.) Modified: tomcat/trunk/webapps/do

buildbot failure in ASF Buildbot on tomcat-trunk

2014-09-09 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/439 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source Sta

svn commit: r1623851 - /tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java

2014-09-09 Thread markt
Author: markt Date: Tue Sep 9 15:38:16 2014 New Revision: 1623851 URL: http://svn.apache.org/r1623851 Log: Doh! Fix NPE. Note digest isn't tested for zero length anywhere else so don't introduce a test here. Modified: tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java Modified: tom

[jira] [Created] (MTOMCAT-278) Ignoring nonProxyHosts during deployment

2014-09-09 Thread John Gregg (JIRA)
John Gregg created MTOMCAT-278: -- Summary: Ignoring nonProxyHosts during deployment Key: MTOMCAT-278 URL: https://issues.apache.org/jira/browse/MTOMCAT-278 Project: Apache Tomcat Maven Plugin Iss

[jira] [Updated] (MTOMCAT-278) Ignoring nonProxyHosts during deployment

2014-09-09 Thread John Gregg (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Gregg updated MTOMCAT-278: --- Attachment: nonProxyHosts.patch > Ignoring nonProxyHosts during deployment >

[jira] [Commented] (MTOMCAT-278) Ignoring nonProxyHosts during deployment

2014-09-09 Thread John Gregg (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14127134#comment-14127134 ] John Gregg commented on MTOMCAT-278: Looks like MTOMCAT-177 neglected to check nonPro

[Bug 47714] Response mixed between users

2014-09-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47714 --- Comment #25 from Christopher Schultz --- (In reply to Ben Erridge from comment #22) > This needs to be reopened it happens daily on our production system we are > using the latest mod_jk 1.2.40 > > I also turned off all retrying and co

[Bug 56937] New: Allow default context to be used when deployXML=false and context.xml is in WAR

2014-09-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56937 Bug ID: 56937 Summary: Allow default context to be used when deployXML=false and context.xml is in WAR Product: Tomcat 7 Version: 7.0.50 Hardware: PC

[Bug 56937] Allow default context to be used when deployXML=false and context.xml is in WAR

2014-09-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56937 Owen Farrell changed: What|Removed |Added CC||ma...@apache.org -- You are receiv

[Bug 47714] Response mixed between users

2014-09-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47714 --- Comment #26 from Ben Erridge --- We are using Glassfish V3.1.2.2 in production. We have the same application running in other datacenters with other Load Balancers, none have exhibited this behaviour except the one fronted by Mod_JK. I

[Bug 56938] New: Applications with uppercase context paths cannot be updated

2014-09-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56938 Bug ID: 56938 Summary: Applications with uppercase context paths cannot be updated Product: Tomcat 8 Version: 8.0.12 Hardware: PC OS: Linux

[Bug 56938] Applications with uppercase context paths cannot be updated

2014-09-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56938 Austin Jones changed: What|Removed |Added CC||austinjones@avadynehealth.c

[Bug 56937] Allow default context to be used when deployXML=false and context.xml is in WAR

2014-09-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56937 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED CC|m

[Bug 56937] Allow default context to be used when deployXML=false and context.xml is in WAR

2014-09-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56937 --- Comment #2 from Owen Farrell --- Mark - Sorry for the spam. I copied you on as the original implementer of the change. Konstantin - as for setting deployXml to true what if I don't want the app-provided deployment descriptor? What

svn commit: r1623883 - /tomcat/trunk/webapps/docs/config/loader.xml

2014-09-09 Thread kkolinko
Author: kkolinko Date: Tue Sep 9 22:19:31 2014 New Revision: 1623883 URL: http://svn.apache.org/r1623883 Log: For https://issues.apache.org/bugzilla/show_bug.cgi?id=56530 Clarify what "parallel capable" means for a classloader. Modified: tomcat/trunk/webapps/docs/config/loader.xml Modified:

buildbot success in ASF Buildbot on tomcat-trunk

2014-09-09 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/442 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

svn commit: r1623902 - /tomcat/trunk/webapps/docs/config/context.xml

2014-09-09 Thread kfujino
Author: kfujino Date: Wed Sep 10 04:44:10 2014 New Revision: 1623902 URL: http://svn.apache.org/r1623902 Log: Remove unused processTlds attribute. Modified: tomcat/trunk/webapps/docs/config/context.xml Modified: tomcat/trunk/webapps/docs/config/context.xml URL: http://svn.apache.org/viewvc/

[jira] [Updated] (MTOMCAT-278) Ignoring nonProxyHosts during deployment

2014-09-09 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) updated MTOMCAT-278: --- Fix Version/s: 2.3 > Ignoring nonProxyHosts during deployment > -

svn commit: r1623909 - /tomcat/maven-plugin/trunk/pom.xml

2014-09-09 Thread olamy
Author: olamy Date: Wed Sep 10 05:53:08 2014 New Revision: 1623909 URL: http://svn.apache.org/r1623909 Log: add contributor Modified: tomcat/maven-plugin/trunk/pom.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev=1623909

svn commit: r1623908 - /tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/src/main/java/org/apache/tomcat/maven/common/deployer/TomcatManager.java

2014-09-09 Thread olamy
Author: olamy Date: Wed Sep 10 05:53:01 2014 New Revision: 1623908 URL: http://svn.apache.org/r1623908 Log: [MTOMCAT-278] Ignoring nonProxyHosts during deployment Submitted by John Gregg Modified: tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/src/main/java/org/apache/tomcat/maven/com

svn commit: r1623911 - in /tomcat/maven-plugin/trunk: tomcat-maven-plugin-it/src/main/resources/simple-war-project/ tomcat-maven-plugin-it/src/main/resources/tomcat-run-multi-config/ tomcat6-maven-plu

2014-09-09 Thread olamy
Author: olamy Date: Wed Sep 10 05:53:31 2014 New Revision: 1623911 URL: http://svn.apache.org/r1623911 Log: fix war plugin Modified: tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/src/main/resources/simple-war-project/pom.xml tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/src/main/r

svn commit: r1623910 - /tomcat/maven-plugin/trunk/pom.xml

2014-09-09 Thread olamy
Author: olamy Date: Wed Sep 10 05:53:13 2014 New Revision: 1623910 URL: http://svn.apache.org/r1623910 Log: last rat plugin version Modified: tomcat/maven-plugin/trunk/pom.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev

svn commit: r1623912 - /tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/src/main/java/org/apache/tomcat/maven/common/deployer/TomcatManager.java

2014-09-09 Thread olamy
Author: olamy Date: Wed Sep 10 05:53:39 2014 New Revision: 1623912 URL: http://svn.apache.org/r1623912 Log: formatting Modified: tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/src/main/java/org/apache/tomcat/maven/common/deployer/TomcatManager.java Modified: tomcat/maven-plugin/trunk

[jira] [Closed] (MTOMCAT-278) Ignoring nonProxyHosts during deployment

2014-09-09 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) closed MTOMCAT-278. -- Resolution: Fixed patch applied. Thanks! > Ignoring nonProxyHosts during deplo

[jira] [Commented] (MTOMCAT-278) Ignoring nonProxyHosts during deployment

2014-09-09 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14128128#comment-14128128 ] Hudson commented on MTOMCAT-278: SUCCESS: Integrated in TomcatMavenPlugin-mvn3.x #284 (Se