[Bug 56397] Establish parallel Maven-based build process

2014-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56397 --- Comment #20 from Pierre Viret --- Created attachment 32044 --> https://issues.apache.org/bugzilla/attachment.cgi?id=32044&action=edit patch to be applied in tomcat_maven_layout created with "svn diff" I have created the necessary sou

[GitHub] tomcat-maven-plugin pull request: Adds support for a custom war fi...

2014-09-23 Thread alex3305
GitHub user alex3305 opened a pull request: https://github.com/apache/tomcat-maven-plugin/pull/11 Adds support for a custom war file name Currently the war name is always equals to ${project.build.directory}/${project.build.finalName}.war. This is overridable through the pom file i

Re: Discussion of pluggable password-derivation in Realms [Bug 56403]

2014-09-23 Thread Mark Thomas
On 23/09/2014 00:56, "Gabriel E. Sánchez Martínez" wrote: > > On 09/17/2014 04:36 AM, Mark Thomas wrote: >> On 16/09/2014 22:14, Christopher Schultz wrote: >>> Mark, >>> >>> On 9/16/14 3:39 PM, Mark Thomas wrote: Updated patch: http://people.apache.org/~markt/patches/2014-09-16-bug56403-

[Bug 51181] Add support for Web Sockets

2014-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51181 --- Comment #65 from Konstantin Kolinko --- (In reply to Mark Thomas from comment #64) > The plan is: > 1. Add the JSR 356 implementation to Tomcat 7 > 2. Deprecate Tomcat's proprietary API in Tomcat 7 (it will still be > supported for Tomc

[Tomcat Wiki] Update of "Specifications" by KonstantinKolinko

2014-09-23 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Specifications" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/Specifications?action=diff&rev1=33&rev2=34 Comment: Add links to WebSocket 1.1, add Tomca

[Bug 57005] New: maven build for jdbc-pool broken with Java 8 because of javadoc problems

2014-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57005 Bug ID: 57005 Summary: maven build for jdbc-pool broken with Java 8 because of javadoc problems Product: Tomcat Modules Version: unspecified Hardware: All

[Bug 57005] maven build for jdbc-pool broken with Java 8 because of javadoc problems

2014-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57005 --- Comment #1 from Konstantin Kolinko --- See here on how to disable DocLint checks in maven builds: https://jdpgrailsdev.github.io/blog/2014/04/03/maven_java8_javadoc.html -- You are receiving this mail because: You are the assignee for

[Bug 57004] Get number of stuck threads from StuckThreadDetectionValve through jmx

2014-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57004 --- Comment #1 from Jiří Pejchal --- Created attachment 32045 --> https://issues.apache.org/bugzilla/attachment.cgi?id=32045&action=edit Patch for getting stuckThreadCount through jmx This would be nice to have in tomcat7 too. -- You a

svn commit: r1626989 - in /tomcat/trunk/java/org/apache/tomcat/dbcp/dbcp2: ./ cpdsadapter/ datasources/

2014-09-23 Thread markt
Author: markt Date: Tue Sep 23 12:51:46 2014 New Revision: 1626989 URL: http://svn.apache.org/r1626989 Log: Update to latest DBCP 2 code (r1626987) - Javadoc fixes - Custom eviction policy fix Modified: tomcat/trunk/java/org/apache/tomcat/dbcp/dbcp2/ (props changed) tomcat/trunk/java/or

svn commit: r1626991 - in /tomcat/trunk: java/org/apache/catalina/valves/StuckThreadDetectionValve.java java/org/apache/catalina/valves/mbeans-descriptors.xml webapps/docs/changelog.xml

2014-09-23 Thread schultz
Author: schultz Date: Tue Sep 23 12:52:08 2014 New Revision: 1626991 URL: http://svn.apache.org/r1626991 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57004 Add stuckThreadCount property to StuckThreadDetectionValve. Modified: tomcat/trunk/java/org/apache/catalina/valves/StuckTh

svn commit: r1626994 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/valves/StuckThreadDetectionValve.java java/org/apache/catalina/valves/mbeans-descriptors.xml webapps/docs/changelog.xml

2014-09-23 Thread schultz
Author: schultz Date: Tue Sep 23 12:59:44 2014 New Revision: 1626994 URL: http://svn.apache.org/r1626994 Log: Back-port r1626991 to fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57004 Add stuckThreadCount to StuckThreadDetectionValve's JMXBean. Modified: tomcat/tc7.0.x/trunk/ (pro

[Bug 57004] Get number of stuck threads from StuckThreadDetectionValve through jmx

2014-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57004 Christopher Schultz changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1627000 - /tomcat/trunk/java/org/apache/tomcat/util/buf/HexUtils.java

2014-09-23 Thread schultz
Author: schultz Date: Tue Sep 23 13:09:42 2014 New Revision: 1627000 URL: http://svn.apache.org/r1627000 Log: Micro optimization. Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/HexUtils.java Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/HexUtils.java URL: http://svn.apache.

Re: svn commit: r1627000 - /tomcat/trunk/java/org/apache/tomcat/util/buf/HexUtils.java

2014-09-23 Thread Mark Thomas
On 23/09/2014 14:09, schu...@apache.org wrote: > Author: schultz > Date: Tue Sep 23 13:09:42 2014 > New Revision: 1627000 > > URL: http://svn.apache.org/r1627000 > Log: > Micro optimization. What is the performance benefit of this change? Mark > > Modified: > tomcat/trunk/java/org/apache/t

svn commit: r1627007 - in /tomcat/trunk/java/org/apache/tomcat/dbcp/pool2: BaseKeyedPooledObjectFactory.java impl/AbandonedConfig.java impl/LinkedBlockingDeque.java impl/SoftReferenceObjectPool.java

2014-09-23 Thread markt
Author: markt Date: Tue Sep 23 13:18:22 2014 New Revision: 1627007 URL: http://svn.apache.org/r1627007 Log: Port some code clean-up from Pool2 trunk. Modified: tomcat/trunk/java/org/apache/tomcat/dbcp/pool2/BaseKeyedPooledObjectFactory.java tomcat/trunk/java/org/apache/tomcat/dbcp/pool2/

Re: svn commit: r1627000 - /tomcat/trunk/java/org/apache/tomcat/util/buf/HexUtils.java

2014-09-23 Thread Rémy Maucherat
2014-09-23 15:15 GMT+02:00 Mark Thomas : > On 23/09/2014 14:09, schu...@apache.org wrote: > > Author: schultz > > Date: Tue Sep 23 13:09:42 2014 > > New Revision: 1627000 > > > > URL: http://svn.apache.org/r1627000 > > Log: > > Micro optimization. > > What is the performance benefit of this change

[Bug 57006] openssl s_client may connected with property allowUnsafeLegacyRenegotiation set false

2014-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57006 --- Comment #2 from xinshouke <1599409...@qq.com> --- Created attachment 32047 --> https://issues.apache.org/bugzilla/attachment.cgi?id=32047&action=edit my server.xml config -- You are receiving this mail because: You are the assignee f

[Bug 57006] New: openssl s_client may connected with property allowUnsafeLegacyRenegotiation set false

2014-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57006 Bug ID: 57006 Summary: openssl s_client may connected with property allowUnsafeLegacyRenegotiation set false Product: Tomcat 6 Version: 6.0.41 Hardware: Other

[Bug 56989] Classes being loaded from wrong web app.

2014-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56989 Mark Thomas changed: What|Removed |Added Severity|critical|normal --- Comment #5 from Mark Thom

[Bug 57006] openssl s_client may connected with property allowUnsafeLegacyRenegotiation set false

2014-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57006 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 57006] openssl s_client may connected with property allowUnsafeLegacyRenegotiation set false

2014-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57006 --- Comment #4 from xinshouke <1599409...@qq.com> --- I re-describe my issue, pls check the below comments. (In reply to Mark Thomas from comment #1) > I don't see anything in this bug report (the little of it that there is) > that describes

svn commit: r1627033 - /tomcat/trunk/build.properties.default

2014-09-23 Thread markt
Author: markt Date: Tue Sep 23 14:17:55 2014 New Revision: 1627033 URL: http://svn.apache.org/r1627033 Log: Partial fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=56079 (Still need to sign the Windows Installer) Switch to the signed versions of the daemon binaries. Modified: tomca

Re: svn commit: r1627000 - /tomcat/trunk/java/org/apache/tomcat/util/buf/HexUtils.java

2014-09-23 Thread Konstantin Kolinko
2014-09-23 17:09 GMT+04:00 : > Author: schultz > Date: Tue Sep 23 13:09:42 2014 > New Revision: 1627000 > > URL: http://svn.apache.org/r1627000 > Log: > Micro optimization. > > Modified: > tomcat/trunk/java/org/apache/tomcat/util/buf/HexUtils.java > > Modified: tomcat/trunk/java/org/apache/tom

[Bug 57006] openssl s_client may connected with property allowUnsafeLegacyRenegotiation set false

2014-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57006 xinshouke <1599409...@qq.com> changed: What|Removed |Added Status|RESOLVED|REOPENED Re

Re: svn commit: r1627000 - /tomcat/trunk/java/org/apache/tomcat/util/buf/HexUtils.java

2014-09-23 Thread Christopher Schultz
Mark, On 9/23/14 9:15 AM, Mark Thomas wrote: > On 23/09/2014 14:09, schu...@apache.org wrote: >> Author: schultz >> Date: Tue Sep 23 13:09:42 2014 >> New Revision: 1627000 >> >> URL: http://svn.apache.org/r1627000 >> Log: >> Micro optimization. > > What is the performance benefit of this change?

svn commit: r1627008 - /tomcat/trunk/java/org/apache/tomcat/dbcp/pool2/impl/EvictionTimer.java

2014-09-23 Thread markt
Author: markt Date: Tue Sep 23 13:21:10 2014 New Revision: 1627008 URL: http://svn.apache.org/r1627008 Log: Port code clean up and a memory leak fix from Pool2 trunk Modified: tomcat/trunk/java/org/apache/tomcat/dbcp/pool2/impl/EvictionTimer.java Modified: tomcat/trunk/java/org/apache/tomcat

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

2014-09-23 Thread markt
Author: markt Date: Tue Sep 23 13:48:01 2014 New Revision: 1627030 URL: http://svn.apache.org/r1627030 Log: Update changelog Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/change

svn commit: r1627027 - in /tomcat/trunk/java/org/apache/tomcat/dbcp/pool2: ./ impl/BaseGenericObjectPool.java impl/GenericKeyedObjectPool.java impl/GenericObjectPool.java

2014-09-23 Thread markt
Author: markt Date: Tue Sep 23 13:43:21 2014 New Revision: 1627027 URL: http://svn.apache.org/r1627027 Log: Update Pool2 to latest trunk to pick up fixes/updates for: - memory leak via the Evictor - potential although unlikely threading issue - application provided eviction policies - POOL-270, PO

Re: svn commit: r1627000 - /tomcat/trunk/java/org/apache/tomcat/util/buf/HexUtils.java

2014-09-23 Thread Mark Thomas
On 23/09/2014 15:13, Christopher Schultz wrote: > Mark, > > On 9/23/14 9:15 AM, Mark Thomas wrote: >> On 23/09/2014 14:09, schu...@apache.org wrote: >>> Author: schultz >>> Date: Tue Sep 23 13:09:42 2014 >>> New Revision: 1627000 >>> >>> URL: http://svn.apache.org/r1627000 >>> Log: >>> Micro optim

[Bug 57006] openssl s_client may connected with property allowUnsafeLegacyRenegotiation set false

2014-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57006 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

Re: svn commit: r1627000 - /tomcat/trunk/java/org/apache/tomcat/util/buf/HexUtils.java

2014-09-23 Thread Christopher Schultz
Konstantin, On 9/23/14 10:10 AM, Konstantin Kolinko wrote: > 2014-09-23 17:09 GMT+04:00 : >> Author: schultz >> Date: Tue Sep 23 13:09:42 2014 >> New Revision: 1627000 >> >> URL: http://svn.apache.org/r1627000 >> Log: >> Micro optimization. >> >> Modified: >> tomcat/trunk/java/org/apache/tomc

Re: Discussion of pluggable password-derivation in Realms [Bug 56403]

2014-09-23 Thread Christopher Schultz
Gabriel, On 9/22/14 7:56 PM, "Gabriel E. Sánchez Martínez" wrote: > > On 09/17/2014 04:36 AM, Mark Thomas wrote: >> On 16/09/2014 22:14, Christopher Schultz wrote: >>> Mark, >>> >>> On 9/16/14 3:39 PM, Mark Thomas wrote: Updated patch: http://people.apache.org/~markt/patches/2014-09-16-

buildbot failure in ASF Buildbot on tomcat-trunk

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

svn commit: r1627085 - /tomcat/trunk/java/org/apache/tomcat/util/buf/HexUtils.java

2014-09-23 Thread schultz
Author: schultz Date: Tue Sep 23 16:36:17 2014 New Revision: 1627085 URL: http://svn.apache.org/r1627085 Log: Revert r1627000 after review. Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/HexUtils.java Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/HexUtils.java URL: http://s

Re: svn commit: r1626893 - in /tomcat/trunk/webapps/docs: changelog.xml windows-auth-howto.xml

2014-09-23 Thread Felix Schumacher
Hi Mark, one last nitpick. Am 22.09.2014 um 23:03 schrieb ma...@apache.org: Author: markt Date: Mon Sep 22 21:03:37 2014 New Revision: 1626893 URL: http://svn.apache.org/r1626893 Log: Update the Windows authentication documentation after some additional testing to answer the remaining questio

Re: Discussion of pluggable password-derivation in Realms [Bug 56403]

2014-09-23 Thread Felix Schumacher
Am 17.09.2014 um 10:36 schrieb Mark Thomas: On 16/09/2014 22:14, Christopher Schultz wrote: Mark, On 9/16/14 3:39 PM, Mark Thomas wrote: Updated patch: http://people.apache.org/~markt/patches/2014-09-16-bug56403-tc8-v2.patch Looks good, but its missing a configuration for the digester to actu

Re: Discussion of pluggable password-derivation in Realms [Bug 56403]

2014-09-23 Thread Felix Schumacher
Am 23.09.2014 um 01:56 schrieb "Gabriel E. Sánchez Martínez": On 09/17/2014 04:36 AM, Mark Thomas wrote: On 16/09/2014 22:14, Christopher Schultz wrote: Mark, On 9/16/14 3:39 PM, Mark Thomas wrote: Updated patch: http://people.apache.org/~markt/patches/2014-09-16-bug56403-tc8-v2.patch It'

Re: Discussion of pluggable password-derivation in Realms [Bug 56403]

2014-09-23 Thread Felix Schumacher
Am 23.09.2014 um 19:35 schrieb Felix Schumacher: Am 23.09.2014 um 01:56 schrieb "Gabriel E. Sánchez Martínez": On 09/17/2014 04:36 AM, Mark Thomas wrote: On 16/09/2014 22:14, Christopher Schultz wrote: Mark, On 9/16/14 3:39 PM, Mark Thomas wrote: Updated patch: http://people.apache.org/~mar

Re: svn commit: r1627000 - /tomcat/trunk/java/org/apache/tomcat/util/buf/HexUtils.java

2014-09-23 Thread Mark Thomas
On 23/09/2014 17:16, Christopher Schultz wrote: > Konstantin, > > On 9/23/14 10:10 AM, Konstantin Kolinko wrote: >> 2014-09-23 17:09 GMT+04:00 : >>> Author: schultz >>> Date: Tue Sep 23 13:09:42 2014 >>> New Revision: 1627000 >>> >>> URL: http://svn.apache.org/r1627000 >>> Log: >>> Micro optimiza

[Bug 56776] java.security.AccessControlException in ClassLoaderLogManager on ClassLoader.getParent() call

2014-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56776 Mark Thomas changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|---

Tomcat for 8.0.13

2014-09-23 Thread Mark Thomas
All, Now a signed Commons Daemon 1.0.15 release is available, I want to test the new code signing service with the Tomcat build. I plan to tag 8.0.13 in the next 12 to 24 hours. Mark - To unsubscribe, e-mail: dev-unsubscr...@tom

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

2014-09-23 Thread markt
Author: markt Date: Tue Sep 23 19:07:40 2014 New Revision: 1627118 URL: http://svn.apache.org/r1627118 Log: Fix changelog Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog

Re: Tomcat for 8.0.13

2014-09-23 Thread Christopher Schultz
Mark, On 9/23/14 2:57 PM, Mark Thomas wrote: > Now a signed Commons Daemon 1.0.15 release is available, I want to test > the new code signing service with the Tomcat build. I plan to tag 8.0.13 > in the next 12 to 24 hours. Want to commit your patch for https://issues.apache.org/bugzilla/show_bug

[Bug 57011] New: Servlet 3 problem when writing HTTP response in the AsyncListener onTimeout method

2014-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57011 Bug ID: 57011 Summary: Servlet 3 problem when writing HTTP response in the AsyncListener onTimeout method Product: Tomcat 8 Version: 8.0.12 Hardware: PC S

[Bug 57011] Servlet 3 problem when writing HTTP response in the AsyncListener onTimeout method

2014-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57011 --- Comment #1 from Dario Franceschi --- Created attachment 32051 --> https://issues.apache.org/bugzilla/attachment.cgi?id=32051&action=edit Context listener If you omit the close on the printwriter the socket will be RST before the data

[Bug 57011] Servlet 3 problem when writing HTTP response in the AsyncListener onTimeout method

2014-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57011 Dario Franceschi changed: What|Removed |Added OS||All --- Comment #2 from Dario F

[Bug 57011] Exception when writing HTTP response in the AsyncListener onTimeout method (servlet 3 HTTP-NIO)

2014-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57011 Dario Franceschi changed: What|Removed |Added Summary|Servlet 3 problem when |Exception when writing HTTP

[Bug 57011] Exception when writing HTTP response in the AsyncListener onTimeout method (servlet 3 HTTP-NIO)

2014-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57011 Christopher Schultz changed: What|Removed |Added OS|All |Windows 7 -- You are receiv

buildbot success in ASF Buildbot on tomcat-trunk

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

[Bug 57006] openssl s_client may connected with property allowUnsafeLegacyRenegotiation set false

2014-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57006 xinshouke <1599409...@qq.com> changed: What|Removed |Added Status|RESOLVED|REOPENED

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

2014-09-23 Thread kkolinko
Author: kkolinko Date: Wed Sep 24 06:14:55 2014 New Revision: 1627229 URL: http://svn.apache.org/r1627229 Log: Correct typo Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changel

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

2014-09-23 Thread kkolinko
Author: kkolinko Date: Wed Sep 24 06:42:02 2014 New Revision: 1627231 URL: http://svn.apache.org/r1627231 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56990 Ensure that the ide-eclipse build target downloads all the libraries required by the default Eclipse configuration files. It

[Bug 56990] ant ide-eclipse target shall download easymock library

2014-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56990 --- Comment #2 from Konstantin Kolinko --- Thank you. I ported the fix to Tomcat 7 in r1627231, it will be in 7.0.56. Tomcat 7 tests do not use easymock, but users say that they want to use the same version of junit and hamcrest libraries