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
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
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
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
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
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
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
"".
>
>
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;
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
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
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
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
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
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
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
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
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
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
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/
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=57723
Mark Thomas changed:
What|Removed |Added
OS||All
Resolution|---
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
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
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
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 ..\
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
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
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
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
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=57728
Mark Thomas changed:
What|Removed |Added
Resolution|--- |INVALID
Status|NEW
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 !
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=57728
lsco...@gmail.com changed:
What|Removed |Added
Resolution|INVALID |---
Status|RESOLVED
https://bz.apache.org/bugzilla/show_bug.cgi?id=57728
Mark Thomas changed:
What|Removed |Added
Resolution|--- |INVALID
Status|REOPENED
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
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/
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/
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
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
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
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
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
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
44 matches
Mail list logo