On 19/09/2013 07:18, Rainer Jung wrote:
> I get a crash when using tcnative 1.1.28 and JDK 1.7.0_40 on Solaris 10:
>
> WARN: Test failure in
> 'output/build/logs/TEST-org.apache.tomcat.websocket.TestWsWebSocketContainer.APR.txt':
> Testsuite: org.apache.tomcat.websocket.TestWsWebSocketContainer
>
Author: markt
Date: Thu Sep 19 08:21:28 2013
New Revision: 1524652
URL: http://svn.apache.org/r1524652
Log:
Rename method for clarity
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/WsSession.java
tomcat/trunk/java/org/apache/tomcat/websocket/WsWebSocketContainer.java
Modified: t
Author: markt
Date: Thu Sep 19 08:44:45 2013
New Revision: 1524657
URL: http://svn.apache.org/r1524657
Log:
WsListener->WsContextListener to more clearly differentiate between it and
WsSessionListener
Added:
tomcat/trunk/java/org/apache/tomcat/websocket/server/WsContextListener.java
-
Author: markt
Date: Thu Sep 19 09:32:00 2013
New Revision: 1524668
URL: http://svn.apache.org/r1524668
Log:
Extract FutureToSendHandler to a separate file
Added:
tomcat/trunk/java/org/apache/tomcat/websocket/FutureToSendHandler.java
(with props)
Modified:
tomcat/trunk/java/org/apache/t
Hi,
2013/9/18 Violeta Georgieva
>
> Hi,
>
> I will tag 7.0.43 later today.
> If you need to put something in this version please reply here.
I tried to reproduce the issue [1] with Tomcat 7.0.43 tag.
There are only the warnings below and Tomcat starts. (catalina.bat run
-security)
Sep 19, 2013
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/4987
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
On 19/09/2013 11:21, Violeta Georgieva wrote:
> Hi,
>
> 2013/9/18 Violeta Georgieva
>>
>> Hi,
>>
>> I will tag 7.0.43 later today.
>> If you need to put something in this version please reply here.
>
> I tried to reproduce the issue [1] with Tomcat 7.0.43 tag.
> There are only the warnings below
Author: markt
Date: Thu Sep 19 10:41:27 2013
New Revision: 1524683
URL: http://svn.apache.org/r1524683
Log:
Revert addition of closing flag on wrapper. A more robust solution is required.
Modified:
tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java
tomcat/trunk/java/org/apache/coy
Author: markt
Date: Thu Sep 19 10:56:51 2013
New Revision: 1524687
URL: http://svn.apache.org/r1524687
Log:
More robust solution to the problem of blocking writes not be closed when the
web application stops. Futures used for blocking writes are registered with the
session and the session comple
On 19/09/2013 09:12, Mark Thomas wrote:
> On 19/09/2013 07:18, Rainer Jung wrote:
>> I get a crash when using tcnative 1.1.28 and JDK 1.7.0_40 on Solaris 10:
>>
>> WARN: Test failure in
>> 'output/build/logs/TEST-org.apache.tomcat.websocket.TestWsWebSocketContainer.APR.txt':
>> Testsuite: org.apach
Author: markt
Date: Thu Sep 19 11:02:52 2013
New Revision: 1524688
URL: http://svn.apache.org/r1524688
Log:
Rename method for clarity
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/WsSession.java
tomcat/tc7.0.x/trunk/java/org/a
Author: markt
Date: Thu Sep 19 11:05:27 2013
New Revision: 1524690
URL: http://svn.apache.org/r1524690
Log:
WsListener->WsContextListener to more clearly differentiate between it and
WsSessionListener
Added:
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/server/WsContextListener.java
Author: markt
Date: Thu Sep 19 11:06:23 2013
New Revision: 1524691
URL: http://svn.apache.org/r1524691
Log:
Extract FutureToSendHandler to a separate file
Added:
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/FutureToSendHandler.java
- copied unchanged from r1524668,
tomcat/tru
Author: markt
Date: Thu Sep 19 11:07:28 2013
New Revision: 1524693
URL: http://svn.apache.org/r1524693
Log:
Revert addition of closing flag on wrapper. A more robust solution is required.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/coyote/Abstrac
Author: markt
Date: Thu Sep 19 11:10:06 2013
New Revision: 1524694
URL: http://svn.apache.org/r1524694
Log:
More robust solution to the problem of blocking writes not be closed when the
web application stops. Futures used for blocking writes are registered with the
session and the session comple
On 19/09/2013 11:28, Mark Thomas wrote:
> On 19/09/2013 11:21, Violeta Georgieva wrote:
>> Hi,
>>
>> 2013/9/18 Violeta Georgieva
>>>
>>> Hi,
>>>
>>> I will tag 7.0.43 later today.
>>> If you need to put something in this version please reply here.
>>
>> I tried to reproduce the issue [1] with Tomc
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/4988
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
2013/9/19 Mark Thomas
>
> On 19/09/2013 11:28, Mark Thomas wrote:
> > On 19/09/2013 11:21, Violeta Georgieva wrote:
> >> Hi,
> >>
> >> 2013/9/18 Violeta Georgieva
> >>>
> >>> Hi,
> >>>
> >>> I will tag 7.0.43 later today.
> >>> If you need to put something in this version please reply here.
> >>
Author: markt
Date: Thu Sep 19 12:15:20 2013
New Revision: 1524707
URL: http://svn.apache.org/r1524707
Log:
Collection->List since order is important
Modified:
tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java
tomcat/trunk/java/org/apache/catalina/startup/WebappServiceLoade
2013/9/18 :
> Author: violetagg
> Date: Wed Sep 18 19:44:03 2013
> New Revision: 1524545
>
> URL: http://svn.apache.org/r1524545
> Log:
> Tag 7.0.43
>
> Added:
> tomcat/tc7.0.x/tags/TOMCAT_7_0_43/ (props changed)
> - copied from r1524542, tomcat/tc7.0.x/trunk/
> Modified:
> tomcat/
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/4989
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
https://issues.apache.org/bugzilla/show_bug.cgi?id=55570
Bug ID: 55570
Summary: SpnegoAuthenticator: Resource file is missing
placeholders for exceptions.
Product: Tomcat 7
Version: 7.0.29
Hardware: PC
Status: N
Author: markt
Date: Thu Sep 19 12:50:36 2013
New Revision: 1524719
URL: http://svn.apache.org/r1524719
Log:
Set->LinkedHashSet as order needs to be retained
Modified:
tomcat/trunk/java/org/apache/catalina/startup/WebappServiceLoader.java
Modified: tomcat/trunk/java/org/apache/catalina/startu
Author: markt
Date: Thu Sep 19 13:06:41 2013
New Revision: 1524725
URL: http://svn.apache.org/r1524725
Log:
Fix unit test broken by switch to LinkedHashSet
Modified:
tomcat/trunk/test/org/apache/catalina/startup/TestWebappServiceLoader.java
Modified:
tomcat/trunk/test/org/apache/catalina/st
Author: markt
Date: Thu Sep 19 13:07:02 2013
New Revision: 1524727
URL: http://svn.apache.org/r1524727
Log:
Always load container SCIs first
Modified:
tomcat/trunk/java/org/apache/catalina/startup/WebappServiceLoader.java
Modified: tomcat/trunk/java/org/apache/catalina/startup/WebappServiceL
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/4990
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
Author: violetagg
Date: Thu Sep 19 13:40:30 2013
New Revision: 1524740
URL: http://svn.apache.org/r1524740
Log:
Remove tag TOMCAT_7_0_43
Removed:
tomcat/tc7.0.x/tags/TOMCAT_7_0_43/
-
To unsubscribe, e-mail: dev-unsubscr...@
Author: markt
Date: Thu Sep 19 14:50:06 2013
New Revision: 1524761
URL: http://svn.apache.org/r1524761
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55570
Correct log exceptions so they appear in the logs
Modified:
tomcat/trunk/java/org/apache/catalina/authenticator/SpnegoAuthen
https://issues.apache.org/bugzilla/show_bug.cgi?id=55570
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
On Sep 19, 2013, at 6:07 AM, ma...@apache.org wrote:
> Author: markt
> Date: Thu Sep 19 13:07:02 2013
> New Revision: 1524727
>
> URL: http://svn.apache.org/r1524727
> Log:
> Always load container SCIs first
This seems at odds with the requirement that "the order in which these services
are dis
Author: markt
Date: Thu Sep 19 15:09:19 2013
New Revision: 2920
Log:
Drop 8.0.0-RC2
Removed:
dev/tomcat/tomcat-8/v8.0.0-RC2/
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h
On 19/09/2013 16:31, Jeremy Boynes wrote:
> On Sep 19, 2013, at 6:07 AM, ma...@apache.org wrote:
>
>> Author: markt Date: Thu Sep 19 13:07:02 2013 New Revision:
>> 1524727
>>
>> URL: http://svn.apache.org/r1524727 Log: Always load container
>> SCIs first
>
> This seems at odds with the requireme
Author: markt
Date: Thu Sep 19 15:13:30 2013
New Revision: 1524767
URL: http://svn.apache.org/r1524767
Log:
Tag 8.0.0-RC3
Added:
tomcat/tags/TOMCAT_8_0_0_RC3/
- copied from r1524766, tomcat/trunk/
Modified:
tomcat/tags/TOMCAT_8_0_0_RC3/build.properties.default
Modified: tomcat/tags
https://issues.apache.org/bugzilla/show_bug.cgi?id=55383
--- Comment #44 from Konstantin Preißer ---
Created attachment 30862
--> https://issues.apache.org/bugzilla/attachment.cgi?id=30862&action=edit
Use local ASF image
Hi,
previously, for the Tomcat docs I used this URL for the Apache Logo
On 17/09/2013 18:53, Mark Thomas wrote:
> The proposed 8.0.0-RC2 release is:
> [ ] Broken - do not release
> [ ] Alpha - go ahead and release as 8.0.0-RC2 alpha
Given the issues reported, I think it is worth rolling an RC3. I'll do
that shortly so I am cancelling the RC 2 vote.
Mark
---
Author: markt
Date: Thu Sep 19 15:09:19 2013
New Revision: 2920
Log:
Drop 8.0.0-RC2
Removed:
dev/tomcat/tomcat-8/v8.0.0-RC2/
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h
Author: markt
Date: Thu Sep 19 14:53:59 2013
New Revision: 1524763
URL: http://svn.apache.org/r1524763
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55570
Correct log exceptions so they appear in the logs
Added:
tomcat/tc7.0.x/trunk/conf/Tomcat/
tomcat/tc7.0.x/trunk/conf/Tom
On Sep 19, 2013, at 8:36 AM, Mark Thomas wrote:
> On 19/09/2013 16:31, Jeremy Boynes wrote:
>> On Sep 19, 2013, at 6:07 AM, ma...@apache.org wrote:
>>
>>> Author: markt Date: Thu Sep 19 13:07:02 2013 New Revision:
>>> 1524727
>>>
>>> URL: http://svn.apache.org/r1524727 Log: Always load containe
https://issues.apache.org/bugzilla/show_bug.cgi?id=55383
--- Comment #45 from Konstantin Preißer ---
Created attachment 30863
--> https://issues.apache.org/bugzilla/attachment.cgi?id=30863&action=edit
Improve markup for Welcome pages
This patch improves the HTML markup in the Welcome pages (we
On Sep 19, 2013, at 11:32 AM, Jeremy Boynes wrote:
> On Sep 19, 2013, at 8:36 AM, Mark Thomas wrote:
>
>> On 19/09/2013 16:31, Jeremy Boynes wrote:
>>> On Sep 19, 2013, at 6:07 AM, ma...@apache.org wrote:
>>>
Author: markt Date: Thu Sep 19 13:07:02 2013 New Revision:
1524727
>>
Added: dev/tomcat/tomcat-8/v8.0.0-RC3/src/apache-tomcat-8.0.0-RC3-src.tar.gz.md5
==
--- dev/tomcat/tomcat-8/v8.0.0-RC3/src/apache-tomcat-8.0.0-RC3-src.tar.gz.md5
(added)
+++ dev/tomcat/tomcat-8/v8.0.0-RC3/src/apache-tomcat
Added: dev/tomcat/tomcat-8/v8.0.0-RC3/src/apache-tomcat-8.0.0-RC3-src.tar.gz.md5
==
--- dev/tomcat/tomcat-8/v8.0.0-RC3/src/apache-tomcat-8.0.0-RC3-src.tar.gz.md5
(added)
+++ dev/tomcat/tomcat-8/v8.0.0-RC3/src/apache-tomcat
Author: violetagg
Date: Thu Sep 19 17:23:17 2013
New Revision: 1524796
URL: http://svn.apache.org/r1524796
Log:
Adding code signing key.
Modified:
tomcat/tc7.0.x/trunk/KEYS
Modified: tomcat/tc7.0.x/trunk/KEYS
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/KEYS?rev=1524796&r1=1524795
Author: violetagg
Date: Thu Sep 19 17:37:48 2013
New Revision: 1524798
URL: http://svn.apache.org/r1524798
Log:
Tag 7.0.43
Added:
tomcat/tc7.0.x/tags/TOMCAT_7_0_43/ (props changed)
- copied from r1524797, tomcat/tc7.0.x/trunk/
Modified:
tomcat/tc7.0.x/tags/TOMCAT_7_0_43/build.prop
https://issues.apache.org/bugzilla/show_bug.cgi?id=55383
--- Comment #46 from Konstantin Preißer ---
Created attachment 30864
--> https://issues.apache.org/bugzilla/attachment.cgi?id=30864&action=edit
Improve markup for Tomcat Examples - Part 1
Hi,
this patch improves the HTML markup in the T
On 19.09.2013 13:01, Mark Thomas wrote:
> On 19/09/2013 09:12, Mark Thomas wrote:
>> On 19/09/2013 07:18, Rainer Jung wrote:
>>> I get a crash when using tcnative 1.1.28 and JDK 1.7.0_40 on Solaris 10:
>>>
>>> WARN: Test failure in
>>> 'output/build/logs/TEST-org.apache.tomcat.websocket.TestWsWebSo
On 19/09/2013 17:39, Nick Williams wrote:
>
> On Sep 19, 2013, at 11:32 AM, Jeremy Boynes wrote:
>
>> There's a clear model already without assumptions about SCI
>> ordering: SCIs fire before SCLs, and SCLs can be ordered explicitly
>> by web.xml. There are no ordering requirements for SCIs exce
On Thu, Sep 19, 2013 at 11:28 AM, Mark Thomas wrote:
> On 19/09/2013 17:39, Nick Williams wrote:
> >
> > On Sep 19, 2013, at 11:32 AM, Jeremy Boynes wrote:
> >
>
> >> There's a clear model already without assumptions about SCI
> >> ordering: SCIs fire before SCLs, and SCLs can be ordered explicit
Author: markt
Date: Thu Sep 19 20:46:54 2013
New Revision: 1524834
URL: http://svn.apache.org/r1524834
Log:
BZ55383
Local ASF logo. Fix 'loading comments...'
Patch by Konstantin Preißer
Added:
tomcat/trunk/webapps/docs/images/asf-feather.png (with props)
Modified:
tomcat/trunk/webapps/d
https://issues.apache.org/bugzilla/show_bug.cgi?id=55383
--- Comment #47 from Mark Thomas ---
Patches all applied. Thanks.
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev
Author: markt
Date: Thu Sep 19 20:50:25 2013
New Revision: 1524837
URL: http://svn.apache.org/r1524837
Log:
https://issues.apache.org/bugzilla/show_bug.cgi?id=55383
Improve markup for Welcome pages
Patch provided by Konstantin Preißer
Modified:
tomcat/trunk/res/welcome.bin.html
tomcat/tru
Author: jboynes
Date: Fri Sep 20 01:56:59 2013
New Revision: 1524885
URL: http://svn.apache.org/r1524885
Log:
move examples out of the main tree of standard taglib so they can be released
independently
Added:
tomcat/taglibs/standard-examples/
tomcat/taglibs/standard-examples/trunk/
Author: jboynes
Date: Fri Sep 20 01:59:18 2013
New Revision: 1524886
URL: http://svn.apache.org/r1524886
Log:
remove old taglibs doc tree as the docs are now in site
Removed:
tomcat/taglibs/standard/trunk/doc/
Modified:
tomcat/taglibs/standard/trunk/pom.xml
Modified: tomcat/taglibs/stand
On 19.09.2013 18:32, Rainer Jung wrote:
> On 19.09.2013 13:01, Mark Thomas wrote:
>> On 19/09/2013 09:12, Mark Thomas wrote:
>>> On 19/09/2013 07:18, Rainer Jung wrote:
I get a crash when using tcnative 1.1.28 and JDK 1.7.0_40 on Solaris 10:
WARN: Test failure in
'output/build/l
On Sep 19, 2013, at 8:31 AM, Jeremy Boynes wrote:
> On Sep 19, 2013, at 6:07 AM, ma...@apache.org wrote:
>
>> Author: markt
>> Date: Thu Sep 19 13:07:02 2013
>> New Revision: 1524727
>>
>> URL: http://svn.apache.org/r1524727
>> Log:
>> Always load container SCIs first
>
> This seems at odds wi
Added: dev/tomcat/tomcat-7/v7.0.43/src/apache-tomcat-7.0.43-src.tar.gz.asc
==
--- dev/tomcat/tomcat-7/v7.0.43/src/apache-tomcat-7.0.43-src.tar.gz.asc (added)
+++ dev/tomcat/tomcat-7/v7.0.43/src/apache-tomcat-7.0.43-src.tar.
Added: dev/tomcat/tomcat-7/v7.0.43/src/apache-tomcat-7.0.43-src.tar.gz.asc
==
--- dev/tomcat/tomcat-7/v7.0.43/src/apache-tomcat-7.0.43-src.tar.gz.asc (added)
+++ dev/tomcat/tomcat-7/v7.0.43/src/apache-tomcat-7.0.43-src.tar.
57 matches
Mail list logo