2013/9/16 Mark Thomas
>
> Just a quick update.
>
> I'm seeing a APR/native issue leading to JVM crash that I am currently
> trying to debug. Unfortunately, the issue doesn't appear to be
> particularly repeatable.
>
Is that issue available in Tomcat 7 also?
Should I wait for it before 7.0.43?
Th
On 17/09/2013 09:29, Violeta Georgieva wrote:
> 2013/9/16 Mark Thomas
>>
>> Just a quick update.
>>
>> I'm seeing a APR/native issue leading to JVM crash that I am currently
>> trying to debug. Unfortunately, the issue doesn't appear to be
>> particularly repeatable.
>>
>
> Is that issue availabl
Author: markt
Date: Tue Sep 17 08:49:03 2013
New Revision: 1523955
URL: http://svn.apache.org/r1523955
Log:
Fix logic where sendfile thread could get stuck in infinite loop on connector
stop.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java
Modified: tomcat/trunk/java
Author: markt
Date: Tue Sep 17 08:50:00 2013
New Revision: 1523956
URL: http://svn.apache.org/r1523956
Log:
Fix logic where sendfile thread could get stuck in infinite loop on connector
stop.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/ut
Author: violetagg
Date: Tue Sep 17 08:53:13 2013
New Revision: 1523958
URL: http://svn.apache.org/r1523958
Log:
Fixed realm documentation - the number of the standard o.a.catalina.Realm
implementations provided by Tomcat was not correct. Issue was reported through
comments.apache.org.
Modified:
Author: violetagg
Date: Tue Sep 17 09:07:05 2013
New Revision: 1523960
URL: http://svn.apache.org/r1523960
Log:
Merged revision 1523958 from tomcat/trunk:
Fixed realm documentation - the number of the standard o.a.catalina.Realm
implementations provided by Tomcat was not correct. Issue was report
Author: markt
Date: Tue Sep 17 09:44:32 2013
New Revision: 1523964
URL: http://svn.apache.org/r1523964
Log:
Improve handling of situation where socket / connector closes down while an
application thread is using the socket. This ismost likely to occur with
upgraded connections that use concurren
Author: markt
Date: Tue Sep 17 09:58:30 2013
New Revision: 1523967
URL: http://svn.apache.org/r1523967
Log:
Improve handling of situation where socket / connector closes down while an
application thread is using the socket. This ismost likely to occur with
upgraded connections that use concurren
The Apache Tomcat team announces the immediate availability of Apache
Tomcat Native 1.1.28 stable.
Please refer to the change log for the list of changes:
http://tomcat.apache.org/native-doc/miscellaneous/changelog.html
Downloads:
http://tomcat.apache.org/download-native.cgi
The Apache Tomcat N
Author: markt
Date: Tue Sep 17 10:57:31 2013
New Revision: 1523981
URL: http://svn.apache.org/r1523981
Log:
Avoid possible poller error with sendfile
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java
Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net
Author: markt
Date: Tue Sep 17 10:59:02 2013
New Revision: 1523982
URL: http://svn.apache.org/r1523982
Log:
Avoid possible poller error with sendfile
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java
Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.jav
Author: markt
Date: Tue Sep 17 11:07:46 2013
New Revision: 1523983
URL: http://svn.apache.org/r1523983
Log:
Fix typo
Modified:
tomcat/trunk/test/org/apache/el/util/TestReflectionUtil.java
Modified: tomcat/trunk/test/org/apache/el/util/TestReflectionUtil.java
URL:
http://svn.apache.org/viewv
Author: markt
Date: Tue Sep 17 11:33:26 2013
New Revision: 1523988
URL: http://svn.apache.org/r1523988
Log:
Use java.beans.Expression to simplify method and constructor
matching/execution. Approach suggested by Esmond Pitt.
Modified:
tomcat/trunk/java/javax/el/BeanELResolver.java
tomcat/
Author: markt
Date: Tue Sep 17 12:11:18 2013
New Revision: 1523998
URL: http://svn.apache.org/r1523998
Log:
Make test less sensitive to timing
Modified:
tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java
Modified:
tomcat/trunk/test/org/apache/tomcat/websocket/TestWs
On 17/09/2013 12:33, ma...@apache.org wrote:
> Author: markt
> Date: Tue Sep 17 11:33:26 2013
> New Revision: 1523988
>
> URL: http://svn.apache.org/r1523988
> Log:
> Use java.beans.Expression to simplify method and constructor
> matching/execution. Approach suggested by Esmond Pitt.
This looked
Author: markt
Date: Tue Sep 17 12:51:17 2013
New Revision: 1524019
URL: http://svn.apache.org/r1524019
Log:
Revert r1523988.
Using java.beans.expression was a lot simpler in terms of code volume but it
failed to handle varargs correctly and triggered some unit test failures.
Modified:
tomcat
2013/9/3 :
> Author: markt
> Date: Tue Sep 3 19:26:17 2013
> New Revision: 1519804
>
> URL: http://svn.apache.org/r1519804
> Log:
> Tomcat only uses package-info.java files for Javadoc so don't bother
creating empty class
files from them.
>
> Modified:
> tomcat/trunk/build.xml
>
1. Docs [
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/4975
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
Author: schultz
Date: Tue Sep 17 13:45:46 2013
New Revision: 1524041
URL: http://svn.apache.org/r1524041
Log:
Updated blame-list.
Modified:
tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml
Modified: tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml
URL:
http://svn
https://issues.apache.org/bugzilla/show_bug.cgi?id=55565
Bug ID: 55565
Summary: Error while building the source with ant
Product: Tomcat 7
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: blocke
https://issues.apache.org/bugzilla/show_bug.cgi?id=55565
Violeta Georgieva changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|--
https://issues.apache.org/bugzilla/show_bug.cgi?id=55529
--- Comment #3 from Violeta Georgieva ---
*** Bug 55565 has been marked as a duplicate of this bug. ***
--
You are receiving this mail because:
You are the assignee for the bug.
---
On 17/09/2013 14:06, Brian Burch wrote:
> 2013/9/3 :
>> Author: markt
>> Date: Tue Sep 3 19:26:17 2013
>> New Revision: 1519804
>>
>> URL: http://svn.apache.org/r1519804
>> Log:
>> Tomcat only uses package-info.java files for Javadoc so don't bother
> creating empty class
> files from them.
>>
>>
Author: markt
Date: Tue Sep 17 14:06:50 2013
New Revision: 1524047
URL: http://svn.apache.org/r1524047
Log:
Correct r1523998.
Reducing the time per loop means the number of loops has to increase.
Modified:
tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java
Modified:
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/4976
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
Sebb,
On 9/16/13 7:01 PM, sebb wrote:
> http://people.apache.org/committers-by-project.html#tomcat-pmc
Yup, and I'm not on it. ;)
-chris
>
> On 16 September 2013 14:47, Christopher Schultz
> wrote:
>> Mladen,
>>
>> On 9/16/13 1:43 AM, Mladen Turk wrote:
>>> With 5 bining (Mark, Rainer, Henri,
Konstantin,
On 9/16/13 5:31 PM, Konstantin Kolinko wrote:
> 2013/9/16 :
>> Author: schultz
>> Date: Mon Sep 16 14:49:26 2013
>> New Revision: 1523685
>>
>> URL: http://svn.apache.org/r1523685
>> Log:
>> Added logging of logging.properties location when system property is set.
>>
>> Modified:
>>
Mark,
On 9/16/13 4:09 PM, Mark Thomas wrote:
> Just a quick update.
>
> I'm seeing a APR/native issue leading to JVM crash that I am currently
> trying to debug. Unfortunately, the issue doesn't appear to be
> particularly repeatable.
Next time you get it, can you post the crash file?
-chris
Author: schultz
Date: Tue Sep 17 14:55:01 2013
New Revision: 1524081
URL: http://svn.apache.org/r1524081
Log:
Fix code style.
Add stderr log source (class/method).
Add catalina.policy entry for new system property.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/con
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/4977
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
Author: schultz
Date: Tue Sep 17 14:52:28 2013
New Revision: 1524078
URL: http://svn.apache.org/r1524078
Log:
Fix code style.
Add stderr log source (class/method).
Add catalina.policy entry for new system property.
Modified:
tomcat/trunk/conf/catalina.policy
tomcat/trunk/java/org/apache/j
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/4978
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
On 17/09/2013 15:46, Christopher Schultz wrote:
> Mark,
>
> On 9/16/13 4:09 PM, Mark Thomas wrote:
>> Just a quick update.
>>
>> I'm seeing a APR/native issue leading to JVM crash that I am
>> currently trying to debug. Unfortunately, the issue doesn't
>> appear to be particularly repeatable.
I
Mark,
On 9/17/13 12:04 PM, Mark Thomas wrote:
> On 17/09/2013 15:46, Christopher Schultz wrote:
>> Mark,
>>
>> On 9/16/13 4:09 PM, Mark Thomas wrote:
>>> Just a quick update.
>>>
>>> I'm seeing a APR/native issue leading to JVM crash that I am
>>> currently trying to debug. Unfortunately, the issu
Added: dev/tomcat/tomcat-8/v8.0.0-RC2/src/apache-tomcat-8.0.0-RC2-src.tar.gz.md5
==
--- dev/tomcat/tomcat-8/v8.0.0-RC2/src/apache-tomcat-8.0.0-RC2-src.tar.gz.md5
(added)
+++ dev/tomcat/tomcat-8/v8.0.0-RC2/src/apache-tomcat
Author: markt
Date: Tue Sep 17 16:06:56 2013
New Revision: 1524110
URL: http://svn.apache.org/r1524110
Log:
Tag 8.0.0-RC2
Added:
tomcat/tags/TOMCAT_8_0_0_RC2/
- copied from r1524109, tomcat/trunk/
Modified:
tomcat/tags/TOMCAT_8_0_0_RC2/build.properties.default
Modified: tomcat/tags
Author: markt
Date: Tue Sep 17 15:59:39 2013
New Revision: 1524107
URL: http://svn.apache.org/r1524107
Log:
Partial revert of r1511907.
Suppress unchecked warnings as they can;t be avoided.
Revert r1519804
Remove use of createMissingPackageInfoClass which requires Ant 1.8.3
Modified:
tomcat/t
The proposed Apache Tomcat 8.0.0 release candidate 2 is now available
for voting.
Given this is a release candidate I am working on the basis that it is
equivalent to an alpha. The main changes since RC1 are:
- Updated spec implementations with results of various "grey area"
discussions from the E
Added: dev/tomcat/tomcat-8/v8.0.0-RC2/src/apache-tomcat-8.0.0-RC2-src.tar.gz.md5
==
--- dev/tomcat/tomcat-8/v8.0.0-RC2/src/apache-tomcat-8.0.0-RC2-src.tar.gz.md5
(added)
+++ dev/tomcat/tomcat-8/v8.0.0-RC2/src/apache-tomcat
https://issues.apache.org/bugzilla/show_bug.cgi?id=55511
--- Comment #7 from Jason Koch ---
Just adding an additional comment - trailing from my blog - in case somebody
else comes across this and wants to open it up.
In my opinion this will become an issue for someone in the future, but I wasn't
Hi Jeremy,
2013/9/13
>
> https://issues.apache.org/bugzilla/show_bug.cgi?id=55508
>
> Jeremy Boynes changed:
>
>What|Removed |Added
>
> Status|RESOLVED
Hi,
I will tag 7.0.43 later today.
If you need to put something in this version please reply here.
Regards
Violeta
On Sep 17, 2013, at 11:10 PM, Violeta Georgieva wrote:
> Hi Jeremy,
>
> 2013/9/13
>>
>> https://issues.apache.org/bugzilla/show_bug.cgi?id=55508
>>
>> Jeremy Boynes changed:
>>
>> What|Removed |Added
>>
> ---
43 matches
Mail list logo