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
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
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
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
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
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
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
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
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
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
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
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
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/
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/
--
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=56401
Konstantin Kolinko changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|F
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
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
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
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
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
[
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
>
[
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
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=56937
Owen Farrell changed:
What|Removed |Added
CC||ma...@apache.org
--
You are receiv
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=56938
Austin Jones changed:
What|Removed |Added
CC||austinjones@avadynehealth.c
https://issues.apache.org/bugzilla/show_bug.cgi?id=56937
Konstantin Kolinko changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|m
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
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:
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
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/
[
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
> -
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
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
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
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
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
[
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
[
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
42 matches
Mail list logo