svn commit: r1667677 - in /tomcat/native/branches/1.1.x: native/srclib/VERSIONS xdocs/miscellaneous/changelog.xml

2015-03-19 Thread markt
Author: markt Date: Thu Mar 19 08:17:40 2015 New Revision: 1667677 URL: http://svn.apache.org/r1667677 Log: Prep for update to OpenSSL 1.0.1m Modified: tomcat/native/branches/1.1.x/native/srclib/VERSIONS tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml Modified: tomcat/nati

Buildbot slave changes

2015-03-19 Thread Mark Thomas
All, I have just moved trunk, tomcat-8 and tomcat-6 (tomcat-7 was there already) buildbot builds to a new slave. There main aim is to get faster builds. A combination of a physical machine rather than an overstretched VM and not being on the same slave as the resource intensive sling builds should

svn commit: r1667688 - /tomcat/trunk/webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilter.java

2015-03-19 Thread markt
Author: markt Date: Thu Mar 19 10:13:55 2015 New Revision: 1667688 URL: http://svn.apache.org/r1667688 Log: Trivial Javadoc fix (mainly to test CI system) Modified: tomcat/trunk/webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilter.java Modified: tomcat/trunk/webapps/exampl

svn commit: r1667697 - in /tomcat/trunk/java/org/apache: catalina/connector/CoyoteAdapter.java coyote/http11/Http11InputBuffer.java tomcat/util/net/AbstractEndpoint.java tomcat/util/net/SocketWrapperB

2015-03-19 Thread markt
Author: markt Date: Thu Mar 19 10:50:14 2015 New Revision: 1667697 URL: http://svn.apache.org/r1667697 Log: Fix Javadoc errors reported by Buildbot Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java tomcat/trunk/java/org/apache/coyote/http11/Http11InputBuffer.jav

Can't set context to "/" in Tomcat 8.0.20

2015-03-19 Thread Thusitha Thilina Dayaratne
Hi, I'm in the process of migrating to a embedded tomcat 7.0.59 application to tomcat 8.0.20. In the application i'm setting the context as "*/*" This works fine in tomcat 7 But in Tomcat 8 when I set the context as "*/*", internally it is set as "". Is this a bug in Tomcat 8? Thanks Best Regar

Re: Can't set context to "/" in Tomcat 8.0.20

2015-03-19 Thread Mark Thomas
On 19/03/2015 10:55, Thusitha Thilina Dayaratne wrote: > Hi, > > I'm in the process of migrating to a embedded tomcat 7.0.59 application to > tomcat 8.0.20. In the application i'm setting the context as "*/*" This > works fine in tomcat 7 > > But in Tomcat 8 when I set the context as "*/*", inter

Re: Can't set context to "/" in Tomcat 8.0.20

2015-03-19 Thread Thusitha Thilina Dayaratne
Hi Thanks for quick response. > Hi, > > I'm in the process of migrating to a embedded tomcat 7.0.59 application to > tomcat 8.0.20. In the application i'm setting the context as "*/*" This > works fine in tomcat 7 > > But in Tomcat 8 when I set the context as "*/*", internally it is set as "". > >

Re: Can't set context to "/" in Tomcat 8.0.20

2015-03-19 Thread Thusitha Thilina Dayaratne
Hi All, Prior to Tomcat 7.0.58, we are able to set the context as "/". In the code it will go to else part and set the context without any issues. public void setPath(String path) { if (path == null || (!path.equals("") && !path.startsWith("/"))) { this.path = "/" + path;

Re: Can't set context to "/" in Tomcat 8.0.20

2015-03-19 Thread Mark Thomas
Do NOT cross-post questions to the users list and the dev list. All this does is annoy the very people you are relying on to take time out of whatever else they are doing to help you. If you aren't sure where to ask, user the users list. On 19/03/2015 11:50, Thusitha Thilina Dayaratne wrote: > Hi

svn commit: r1667744 - /tomcat/trunk/webapps/examples/WEB-INF/classes/compressionFilters/CompressionResponseStream.java

2015-03-19 Thread markt
Author: markt Date: Thu Mar 19 13:36:40 2015 New Revision: 1667744 URL: http://svn.apache.org/r1667744 Log: More Javadoc fixes (mainly to test CI system) Modified: tomcat/trunk/webapps/examples/WEB-INF/classes/compressionFilters/CompressionResponseStream.java Modified: tomcat/trunk/webapps

svn commit: r1667747 - in /tomcat/tc8.0.x/trunk: ./ webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilter.java

2015-03-19 Thread markt
Author: markt Date: Thu Mar 19 13:39:49 2015 New Revision: 1667747 URL: http://svn.apache.org/r1667747 Log: Trivial Javadoc fix (mainly to test CI system) Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/webapps/examples/WEB-INF/classes/compressionFilters/Compressio

svn commit: r1667748 - /tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilter.java

2015-03-19 Thread markt
Author: markt Date: Thu Mar 19 13:42:29 2015 New Revision: 1667748 URL: http://svn.apache.org/r1667748 Log: CTR: Trivial Javadoc fix (mainly to test CI system) Modified: tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilter.java Modified: tomcat/tc6.0.x

svn commit: r1667749 - in /tomcat/tc7.0.x/trunk: ./ webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilter.java

2015-03-19 Thread markt
Author: markt Date: Thu Mar 19 13:43:34 2015 New Revision: 1667749 URL: http://svn.apache.org/r1667749 Log: Trivial Javadoc fix (mainly to test CI system) Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/classes/compressionFilters/Compressio

Re: Buildbot slave changes

2015-03-19 Thread Mark Thomas
On 19/03/2015 10:11, Mark Thomas wrote: > All, > > I have just moved trunk, tomcat-8 and tomcat-6 (tomcat-7 was there > already) buildbot builds to a new slave. There main aim is to get faster > builds. A combination of a physical machine rather than an overstretched > VM and not being on the same

Re: Buildbot slave changes

2015-03-19 Thread Rémy Maucherat
2015-03-19 14:43 GMT+01:00 Mark Thomas : > tomcat-trunk: probably ok > A couple of test failures (UTF-8) caused by building with on old JDK > version. I've updated to the latest Java 8 JDK and am re-running the build. > > Twice as fast ? Not bad ! Rémy

Re: Tomcat native 1.1.33 release

2015-03-19 Thread Rainer Jung
Am 16.03.2015 um 21:26 schrieb Mark Thomas: On 16/03/2015 20:17, Rainer Jung wrote: Am 13.03.2015 um 12:17 schrieb Mark Thomas: On 12/03/2015 19:09, Christopher Schultz wrote: Konstantin, On 3/12/15 2:22 PM, Konstantin Kolinko wrote: 2015-03-12 18:59 GMT+03:00 Rainer Jung : Am 12.03.2015 um

svn commit: r1667764 - /tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java

2015-03-19 Thread markt
Author: markt Date: Thu Mar 19 14:17:32 2015 New Revision: 1667764 URL: http://svn.apache.org/r1667764 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57723 Clean-up. Use clearer parameter names that are consistent with the docs. Modified: tomcat/trunk/java/org/apache/catalina/startup

svn commit: r1667765 - /tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java

2015-03-19 Thread markt
Author: markt Date: Thu Mar 19 14:17:58 2015 New Revision: 1667765 URL: http://svn.apache.org/r1667765 Log: Remove deprecated method Modified: tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java Modified: tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java URL: http://svn.apache

svn commit: r1667766 - /tomcat/trunk/test/org/apache/catalina/ha/context/TestReplicatedContext.java

2015-03-19 Thread markt
Author: markt Date: Thu Mar 19 14:19:31 2015 New Revision: 1667766 URL: http://svn.apache.org/r1667766 Log: Don't use deprecated (and now removed) method Modified: tomcat/trunk/test/org/apache/catalina/ha/context/TestReplicatedContext.java Modified: tomcat/trunk/test/org/apache/catalina/ha/

svn commit: r1667767 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/startup/Tomcat.java

2015-03-19 Thread markt
Author: markt Date: Thu Mar 19 14:21:03 2015 New Revision: 1667767 URL: http://svn.apache.org/r1667767 Log: Clean-up. Use clearer parameter names that are consistent with the docs. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/catalina/startup/Tomc

[Bug 57723] An incomplete fix for invalid context paths in StandardContext.java / JNDI fails

2015-03-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57723 Mark Thomas changed: What|Removed |Added OS||All Resolution|---

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

2015-03-19 Thread markt
Author: markt Date: Thu Mar 19 14:29:13 2015 New Revision: 1667770 URL: http://svn.apache.org/r1667770 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57723 Ensure that the Context name and path remain consistent when adding a web application to an embedded Tomcat instance via Tomcat.add

svn commit: r1667779 - in /tomcat/native/tags/TOMCAT_NATIVE_1_1_33: ./ native/include/tcn_version.h

2015-03-19 Thread markt
Author: markt Date: Thu Mar 19 14:43:26 2015 New Revision: 1667779 URL: http://svn.apache.org/r1667779 Log: Tag 1.1.33 Added: tomcat/native/tags/TOMCAT_NATIVE_1_1_33/ (props changed) - copied from r1667778, tomcat/native/branches/1.1.x/ Modified: tomcat/native/tags/TOMCAT_NATIVE_1

svn commit: r1667796 - /tomcat/tc7.0.x/trunk/java/javax/el/ValueExpression.java

2015-03-19 Thread markt
Author: markt Date: Thu Mar 19 15:50:32 2015 New Revision: 1667796 URL: http://svn.apache.org/r1667796 Log: Trivial change to trigger CI build to test CI system Modified: tomcat/tc7.0.x/trunk/java/javax/el/ValueExpression.java Modified: tomcat/tc7.0.x/trunk/java/javax/el/ValueExpression.java

[Tomcat Wiki] Update of "BuildTcNativeWin" by markt

2015-03-19 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "BuildTcNativeWin" page has been changed by markt: https://wiki.apache.org/tomcat/BuildTcNativeWin?action=diff&rev1=30&rev2=31 Comment: Update openssl version to 1.0.1m cd ..\

svn commit: r8338 - in /dev/tomcat/tomcat-connectors/native/1.1.33: ./ binaries/ source/

2015-03-19 Thread markt
Author: markt Date: Thu Mar 19 16:50:00 2015 New Revision: 8338 Log: Upload tomcat native 1.1.33 for voting Added: dev/tomcat/tomcat-connectors/native/1.1.33/ dev/tomcat/tomcat-connectors/native/1.1.33/binaries/ dev/tomcat/tomcat-connectors/native/1.1.33/binaries/tomcat-native-1.1.33

[VOTE] Release Apache Tomcat Native 1.1.33

2015-03-19 Thread Mark Thomas
Version 1.1.33 includes the following changes: - Windows binaries built with APR 1.5.1 and OpenSSL 1.0.1m - Fix BZ57653: Crash when multiple events for same socket are returned via separate apr_pollfd_t structures. The proposed release artefacts can be found at [1], and the build was done using

Re: Tomcat native 1.1.33 release

2015-03-19 Thread Christopher Schultz
Rainer, On 3/19/15 10:16 AM, Rainer Jung wrote: > Am 16.03.2015 um 21:26 schrieb Mark Thomas: >> On 16/03/2015 20:17, Rainer Jung wrote: >>> Am 13.03.2015 um 12:17 schrieb Mark Thomas: On 12/03/2015 19:09, Christopher Schultz wrote: > Konstantin, > > On 3/12/15 2:22 PM, Konstantin

Re: [VOTE] Release Apache Tomcat Native 1.1.33

2015-03-19 Thread Mark Thomas
On 19/03/2015 16:52, Mark Thomas wrote: > Version 1.1.33 includes the following changes: > - Windows binaries built with APR 1.5.1 and OpenSSL 1.0.1m > - Fix BZ57653: Crash when multiple events for same socket are > returned via separate apr_pollfd_t structures. > > The proposed release artefact

[Bug 57728] New: OpenSSL error 140A90A1 (no ciphers) on Tomcat 6.0.43 with tcnative 1.1.32 and APR SSL connector

2015-03-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57728 Bug ID: 57728 Summary: OpenSSL error 140A90A1 (no ciphers) on Tomcat 6.0.43 with tcnative 1.1.32 and APR SSL connector Product: Tomcat 6 Version: 6.0.43 Hardware: Other

[Bug 57728] OpenSSL error 140A90A1 (no ciphers) on Tomcat 6.0.43 with tcnative 1.1.32 and APR SSL connector

2015-03-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57728 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

Re: Buildbot slave changes

2015-03-19 Thread Mark Thomas
On 19/03/2015 14:10, Rémy Maucherat wrote: > 2015-03-19 14:43 GMT+01:00 Mark Thomas : > >> tomcat-trunk: probably ok >> A couple of test failures (UTF-8) caused by building with on old JDK >> version. I've updated to the latest Java 8 JDK and am re-running the build. >> > Twice as fast ? Not bad !

svn commit: r1667863 - /tomcat/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java

2015-03-19 Thread markt
Author: markt Date: Thu Mar 19 20:12:05 2015 New Revision: 1667863 URL: http://svn.apache.org/r1667863 Log: Revert accidental commit from r1650527 which was intended only for local debugging. Modified: tomcat/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java Modified: to

[Bug 57728] OpenSSL error 140A90A1 (no ciphers) on Tomcat 6.0.43 with tcnative 1.1.32 and APR SSL connector

2015-03-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57728 lsco...@gmail.com changed: What|Removed |Added Resolution|INVALID |--- Status|RESOLVED

[Bug 57728] OpenSSL error 140A90A1 (no ciphers) on Tomcat 6.0.43 with tcnative 1.1.32 and APR SSL connector

2015-03-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57728 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID Status|REOPENED

svn commit: r1667871 - /tomcat/trunk/test/org/apache/catalina/loader/TestWebappClassLoaderThreadLocalMemoryLeak.java

2015-03-19 Thread markt
Author: markt Date: Thu Mar 19 20:57:22 2015 New Revision: 1667871 URL: http://svn.apache.org/r1667871 Log: Prevent threads from being renewed if a leak is detected. This might be why the memoty leak tests sometimes fails on Gump. Modified: tomcat/trunk/test/org/apache/catalina/loader/TestW

svn commit: r1667873 - in /tomcat/tc8.0.x/trunk: ./ test/org/apache/catalina/loader/TestWebappClassLoaderThreadLocalMemoryLeak.java

2015-03-19 Thread markt
Author: markt Date: Thu Mar 19 20:58:53 2015 New Revision: 1667873 URL: http://svn.apache.org/r1667873 Log: Prevent threads from being renewed if a leak is detected. This might be why the memory leak tests sometimes fail on Gump. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/

svn commit: r1667874 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/loader/TestWebappClassLoaderThreadLocalMemoryLeak.java

2015-03-19 Thread markt
Author: markt Date: Thu Mar 19 20:59:38 2015 New Revision: 1667874 URL: http://svn.apache.org/r1667874 Log: Prevent threads from being renewed if a leak is detected. This might be why the memory leak tests sometimes fail on Gump. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/

Re: [VOTE] Release Apache Tomcat Native 1.1.33

2015-03-19 Thread Rainer Jung
Am 19.03.2015 um 17:52 schrieb Mark Thomas: Version 1.1.33 includes the following changes: - Windows binaries built with APR 1.5.1 and OpenSSL 1.0.1m - Fix BZ57653: Crash when multiple events for same socket are returned via separate apr_pollfd_t structures. The proposed release artefacts can

svn commit: r1667925 - in /tomcat/site/trunk: docs/download-taglibs.html docs/index.html docs/oldnews.html docs/taglibs.html docs/taglibs/CHANGES.txt xdocs/download-taglibs.xml xdocs/index.xml xdocs/o

2015-03-19 Thread jboynes
Author: jboynes Date: Fri Mar 20 03:35:36 2015 New Revision: 1667925 URL: http://svn.apache.org/r1667925 Log: Update site to announce Standard Taglib 1.2.5 Added: tomcat/site/trunk/docs/taglibs/CHANGES.txt Modified: tomcat/site/trunk/docs/download-taglibs.html tomcat/site/trunk/docs/i

[ANN] Apache Standard Taglib 1.2.5 released

2015-03-19 Thread Jeremy Boynes
The Apache Tomcat team announces the immediate availability of Apache Standard Taglib 1.2.5. Apache Standard Taglib is an open source software implementation of the JSP Standard Tag Library (JSTL) technology. This release supports JSTL version 1.2 and includes minor bug-fixes to the previous 1

[Bug 57729] New: Add QueryExecutionReportInterceptor to log query execution info

2015-03-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57729 Bug ID: 57729 Summary: Add QueryExecutionReportInterceptor to log query execution info Product: Tomcat Modules Version: unspecified Hardware: PC OS: Mac O

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-nio2 (in module tomcat-8.0.x) failed

2015-03-19 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-tc8.0.x-test-nio2 has an issue affecting its community integration

[Bug 57718] None of the ciphers specified are supported by the SSL engine

2015-03-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57718 --- Comment #5 from Chandu --- Can you please answer this question When we were using tomcat 7.0.29 , This same set of ciphers use to work. I have upgraded tomcat to 7.0.59 and now I am not able to establish socket connection. Because I am