[jira] [Created] (MTOMCAT-282) Support for version of deployed web application

2014-09-29 Thread Andrey Utkin (JIRA)
Andrey Utkin created MTOMCAT-282: Summary: Support for version of deployed web application Key: MTOMCAT-282 URL: https://issues.apache.org/jira/browse/MTOMCAT-282 Project: Apache Tomcat Maven Plugin

[jira] [Updated] (MTOMCAT-282) Support for version of deployed web application

2014-09-29 Thread Andrey Utkin (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrey Utkin updated MTOMCAT-282: - Attachment: tomcat-maven-plugin-trunk_version_support.patch Please see attached patch

svn commit: r1628142 - /tomcat/trunk/java/org/apache/catalina/connector/Request.java

2014-09-29 Thread markt
Author: markt Date: Mon Sep 29 09:18:07 2014 New Revision: 1628142 URL: http://svn.apache.org/r1628142 Log: Need to ensure cookies are converted before calling addCookie else any added cookies could get over-written. Review by kkolinko Modified:

Re: svn commit: r1627619 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ java/org/apache/coyote/ java

2014-09-29 Thread Mark Thomas
On 27/09/2014 14:24, Konstantin Kolinko wrote: 2014-09-25 23:38 GMT+04:00 ma...@apache.org: Author: markt Date: Thu Sep 25 19:38:15 2014 New Revision: 1627619 URL: http://svn.apache.org/r1627619 Log: Refactor cookie parsing to make it more pluggable snip/ Modified:

svn commit: r1628143 - /tomcat/trunk/webapps/docs/config/realm.xml

2014-09-29 Thread markt
Author: markt Date: Mon Sep 29 09:23:49 2014 New Revision: 1628143 URL: http://svn.apache.org/r1628143 Log: Fix typo that broke link Clarify that multiple nested Realms are sometimes allowed but that multiple CredentialHandlers are not. Review by kkolinko Modified:

Re: svn commit: r1627615 - in /tomcat/trunk: java/org/apache/catalina/realm/MessageDigestCredentialHandler.java webapps/docs/config/project.xml webapps/docs/config/realm.xml

2014-09-29 Thread Mark Thomas
On 27/09/2014 14:43, Konstantin Kolinko wrote: 2014-09-25 23:33 GMT+04:00 ma...@apache.org: Author: markt Date: Thu Sep 25 19:33:49 2014 New Revision: 1627615 URL: http://svn.apache.org/r1627615 Log: Update docs Modified:

Re: svn commit: r1627614 - /tomcat/trunk/webapps/docs/config/credentialhandler.xml

2014-09-29 Thread Mark Thomas
On 27/09/2014 14:59, Konstantin Kolinko wrote: 2014-09-25 23:33 GMT+04:00 ma...@apache.org: Author: markt Date: Thu Sep 25 19:33:44 2014 New Revision: 1627614 URL: http://svn.apache.org/r1627614 Log: Update docs snip/ I've fixed the various typos. + attribute name=encoding

svn commit: r1628151 - /tomcat/trunk/webapps/docs/config/credentialhandler.xml

2014-09-29 Thread markt
Author: markt Date: Mon Sep 29 10:12:36 2014 New Revision: 1628151 URL: http://svn.apache.org/r1628151 Log: Document the new system property that controls nested credential handlers Modified: tomcat/trunk/webapps/docs/config/credentialhandler.xml Modified:

svn commit: r1628152 - in /tomcat/trunk: java/org/apache/catalina/realm/MessageDigestCredentialHandler.java webapps/docs/config/systemprops.xml

2014-09-29 Thread markt
Author: markt Date: Mon Sep 29 10:13:57 2014 New Revision: 1628152 URL: http://svn.apache.org/r1628152 Log: Fix tyops. Review by kkolinko Modified: tomcat/trunk/java/org/apache/catalina/realm/MessageDigestCredentialHandler.java tomcat/trunk/webapps/docs/config/systemprops.xml Modified:

Re: [VOTE] Release Apache Tomcat 8.0.14

2014-09-29 Thread Konstantin Kolinko
2014-09-25 1:07 GMT+04:00 Mark Thomas ma...@apache.org: The proposed Apache Tomcat 8.0.14 release is now available for voting. The main changes since 8.0.12 are: - Windows service runner, Windows service manager and Windows installer are digitally signed with the new ASF code signing

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

2014-09-29 Thread markt
Author: markt Date: Mon Sep 29 10:41:28 2014 New Revision: 1628156 URL: http://svn.apache.org/r1628156 Log: Ensure that an attempt to call digest.[sh|bat] with no args triggers the usage message Modified: tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java Modified:

svn commit: r1628157 - /tomcat/trunk/java/org/apache/catalina/realm/MessageDigestCredentialHandler.java

2014-09-29 Thread markt
Author: markt Date: Mon Sep 29 10:42:48 2014 New Revision: 1628157 URL: http://svn.apache.org/r1628157 Log: Ensure that ConcurrentMessageDigest has been configured to use the requested algorithm. Note that this still results in a call to MessageDigest.getInstance() which will trigger the

Re: digest.bat (RealmBase.main()) is broken in current Tomcat 8 trunk. Tomcat 8.0.14 is OK.

2014-09-29 Thread Mark Thomas
On 27/09/2014 15:52, Konstantin Kolinko wrote: Hi! 1). If I run any of the following: digest.bat -a foo digest.bat -a md5 foo I get foo:Sep 27, 2014 6:38:43 PM org.apache.catalina.startup.Tool main SEVERE: Exception calling main() method java.lang.IllegalStateException: Must call

VOTE][RESULT] Release Apache Tomcat 8.0.14

2014-09-29 Thread Mark Thomas
Binding: +1: jfarcand, yoavs, markt, remm, schultz, violetagg, kkolinko Non-binding: +1: Ognjen Blagojevic, Martin Grigorov, fschumacher The vote therefore passes. Thanks to everyone who tested this release. I'll copy the bits across now and announce in around 24 hours time after the mirrors

svn commit: r6680 - /release/tomcat/tomcat-8/v8.0.11/

2014-09-29 Thread markt
Author: markt Date: Mon Sep 29 11:22:23 2014 New Revision: 6680 Log: Remove oldversion Removed: release/tomcat/tomcat-8/v8.0.11/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail:

svn commit: r6681 - /release/tomcat/tomcat-6/v6.0.39/

2014-09-29 Thread markt
Author: markt Date: Mon Sep 29 11:22:56 2014 New Revision: 6681 Log: Remove old version Removed: release/tomcat/tomcat-6/v6.0.39/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail:

svn commit: r6682 - /dev/tomcat/tomcat-8/v8.0.14/ /release/tomcat/tomcat-8/v8.0.14/

2014-09-29 Thread markt
Author: markt Date: Mon Sep 29 11:24:17 2014 New Revision: 6682 Log: Release 8.0.14 Added: release/tomcat/tomcat-8/v8.0.14/ - copied from r6681, dev/tomcat/tomcat-8/v8.0.14/ Removed: dev/tomcat/tomcat-8/v8.0.14/

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

2014-09-29 Thread markt
Author: markt Date: Mon Sep 29 11:27:23 2014 New Revision: 1628160 URL: http://svn.apache.org/r1628160 Log: Updates - 8.0.14 release date - More detail on cookie changes Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL:

[Bug 57038] New: codebase of a class in a jar (while loading it) is now associated with its own URL (jar:file://....../jar_name.jar/.../classname.class), instead of its JAR’s URL

2014-09-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57038 Bug ID: 57038 Summary: codebase of a class in a jar (while loading it) is now associated with its own URL (jar:file://../jar_name.jar/.../classname.clas

[Bug 57038] codebase of a class in a jar (while loading it) is now associated with its own URL (jar:file://....../jar_name.jar/.../classname.class), instead of its JAR’s URL

2014-09-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57038 Senthil Kumar senthil.cit.er...@gmail.com changed: What|Removed |Added CC|

[jira] [Commented] (MTOMCAT-282) Support for version of deployed web application

2014-09-29 Thread Dennis Lundberg (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14151621#comment-14151621 ] Dennis Lundberg commented on MTOMCAT-282: - Andrey, As far as I can tell from the

[jira] [Commented] (MTOMCAT-282) Support for version of deployed web application

2014-09-29 Thread Andrey Utkin (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14151624#comment-14151624 ] Andrey Utkin commented on MTOMCAT-282: -- Hi Dennis, Oops. I will fix it asap.

svn commit: r1628197 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/loader/ java/org/apache/catalina/webresources/ webapps/docs/

2014-09-29 Thread markt
Author: markt Date: Mon Sep 29 14:42:11 2014 New Revision: 1628197 URL: http://svn.apache.org/r1628197 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57038 Add a WebResource.getCoseBase() method, implement for all WebResource implementations and then use it in the web application

[Bug 57038] codebase of a class in a jar (while loading it) is now associated with its own URL (jar:file://....../jar_name.jar/.../classname.class), instead of its JAR’s URL

2014-09-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57038 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 57041] New: Tomcat Websocket upgrade request handling

2014-09-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57041 Bug ID: 57041 Summary: Tomcat Websocket upgrade request handling Product: Tomcat 8 Version: trunk Hardware: PC OS: All Status: NEW Severity: normal

[Bug 57041] Tomcat Websocket upgrade request handling

2014-09-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57041 Chuck Caldarale chuck.caldar...@unisys.com changed: What|Removed |Added Status|NEW

buildbot failure in ASF Buildbot on tomcat-trunk

2014-09-29 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/493 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

Re: [VOTE] Release Apache Tomcat 7.0.56

2014-09-29 Thread Ognjen Blagojevic
Violeta, On 28.9.2014 14:34, Violeta Georgieva wrote: The proposed 7.0.56 release is: [ ] Broken - do not release [X] Stable - go ahead and release as 7.0.56 Stable (non-binding) Tested .zip distribution on Windows 7 64-bit: - Tested TLS/SSL connectivity for BIO, NIO and APR connectors. -

svn commit: r1628266 - in /tomcat/trunk: java/org/apache/catalina/realm/ java/org/apache/tomcat/util/buf/ test/org/apache/tomcat/util/buf/ webapps/docs/

2014-09-29 Thread markt
Author: markt Date: Mon Sep 29 19:24:38 2014 New Revision: 1628266 URL: http://svn.apache.org/r1628266 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57027 Add additional validation for stored credentials used by Realms when the credential is stored using hex encoding. Modified:

[Bug 57027] DigesterCredentialHandlerBase and HexUtils shall test for invalid hex characters

2014-09-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57027 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1628324 - in /tomcat/trunk: java/org/apache/tomcat/util/http/CookieSupport.java java/org/apache/tomcat/util/http/LegacyCookieProcessor.java test/org/apache/tomcat/util/http/TestCookiePars

2014-09-29 Thread markt
Author: markt Date: Mon Sep 29 21:45:10 2014 New Revision: 1628324 URL: http://svn.apache.org/r1628324 Log: Move cookie header preservation to an option on the legacy cookie processor Modified: tomcat/trunk/java/org/apache/tomcat/util/http/CookieSupport.java

[Bug 57022] Tomcat Spnego authentication against Active Directory fails with Java 8

2014-09-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57022 --- Comment #4 from Detelin Yordanov detelinyorda...@gmail.com --- I managed to overcome this error by setting -Djavax.security.auth.useSubjectCredsOnly=false Still, I would like to know if there is a reason not to use Subject.doAs when

[Bug 56995] Errors from servlet writer flush() causing threads in BLOCK state

2014-09-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56995 --- Comment #4 from charlie charles...@yahoo.com --- Okay. I'm trying to understand this better. So is the synchronization on the socket only implemented for handling exceptions? Application should not use separate thread to do any of

buildbot success in ASF Buildbot on tomcat-trunk

2014-09-29 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/495 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

[GUMP@vmgump]: Project tomcat-trunk-test-apr (in module tomcat-trunk) failed

2014-09-29 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-test-apr has an issue affecting its community integration.