2013/5/7 Mark Thomas :
> There have been a few queries [1], [2] recently and there is a long
> standard enhancement request [3] regarding automatic deployment.
>
> What has made changes in this area difficult in the past is a) a lack of
> a clear definition as to what the expected behaviour is and
2013/5/22 :
> Author: markt
> Date: Tue May 21 20:01:02 2013
> New Revision: 1484923
>
> URL: http://svn.apache.org/r1484923
> Log:
> Make deletion of the copied WARs used for anti-resource locking more robust
> if the context fails to start (there were some circumstances where the
> original WA
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/4356
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
Author: markt
Date: Tue May 21 21:08:25 2013
New Revision: 1484959
URL: http://svn.apache.org/r1484959
Log:
Fix test failures when the file timestamp hadn't moved far enough for the OS to
report it as changed.
Modified:
tomcat/trunk/test/org/apache/catalina/startup/TestHostConfigAutomaticDe
https://issues.apache.org/bugzilla/show_bug.cgi?id=53605
--- Comment #2 from Christopher Schultz ---
Is this reproducible?
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev
https://issues.apache.org/bugzilla/show_bug.cgi?id=54984
--- Comment #1 from Christopher Schultz ---
Can you post a simple test-case as a WAR (including source) to reproduce this?
--
You are receiving this mail because:
You are the assignee for the bug.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51813
--- Comment #6 from Christopher Schultz ---
(Note the above example patch is against tcnative/1.1.x branch)
--
You are receiving this mail because:
You are the assignee for the bug.
---
https://issues.apache.org/bugzilla/show_bug.cgi?id=51813
--- Comment #5 from Christopher Schultz ---
I think this ought to do it (though I'm sure there are other places in tcnative
that could afford to have this same kind of checking):
Index: native/src/network.c
===
https://issues.apache.org/bugzilla/show_bug.cgi?id=51813
--- Comment #4 from Christopher Schultz ---
We have another bite:
http://markmail.org/message/f5idaje4a4vg7vkd
Updated versions of everything, but the symptom is the same: ImageIO bug + APR
+ sendbb() + si_addr=0x0040
--
You
https://issues.apache.org/bugzilla/show_bug.cgi?id=54983
--- Comment #3 from Christopher Schultz ---
(In reply to comment #2)
> Possible dupe of bug #51813?
Erp, probably not, after reading the dump.
Apologies for the noise.
--
You are receiving this mail because:
You are the assignee for the
https://issues.apache.org/bugzilla/show_bug.cgi?id=54983
Christopher Schultz changed:
What|Removed |Added
Attachment #30287|application/octet-stream|text/plain
mime typ
https://issues.apache.org/bugzilla/show_bug.cgi?id=54983
--- Comment #2 from Christopher Schultz ---
Possible dupe of bug #51813?
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-ma
Author: markt
Date: Tue May 21 20:02:41 2013
New Revision: 1484924
URL: http://svn.apache.org/r1484924
Log:
Make deletion of the copied WARs used for anti-resource locking more robust if
the context fails to start (there were some circumstances where the original
WAR could get deleted).
(missed
Author: markt
Date: Tue May 21 20:01:02 2013
New Revision: 1484923
URL: http://svn.apache.org/r1484923
Log:
Make deletion of the copied WARs used for anti-resource locking more robust if
the context fails to start (there were some circumstances where the original
WAR could get deleted).
Modifie
https://issues.apache.org/bugzilla/show_bug.cgi?id=54999
Keith Mashinter changed:
What|Removed |Added
Summary|JSESSIONIDSSO not |JSESSIONIDSSO not
https://issues.apache.org/bugzilla/show_bug.cgi?id=54999
Bug ID: 54999
Summary: JSESSIONIDSSO not re-created upon re-authentication
via logout() and login(username,password) in the same
request
Product: Tomcat 7
V
Author: markt
Date: Tue May 21 19:49:54 2013
New Revision: 1484919
URL: http://svn.apache.org/r1484919
Log:
Make deletion of the copied WARs used for anti-resource locking more robust if
the context fails to start (there were some circumstances where the original
WAR could get deleted).
Modifie
Author: markt
Date: Tue May 21 16:34:27 2013
New Revision: 1484862
URL: http://svn.apache.org/r1484862
Log:
Make deletion of the copied WARs used for anti-resource locking more robust if
the context fails to start (there were some circumstances where the original
WAR could get deleted). Add some
Author: markt
Date: Tue May 21 16:33:08 2013
New Revision: 1484861
URL: http://svn.apache.org/r1484861
Log:
Make WAR break later in the deployment process
Modified:
tomcat/trunk/test/deployment/broken.war
Modified: tomcat/trunk/test/deployment/broken.war
URL:
http://svn.apache.org/viewvc/to
https://issues.apache.org/bugzilla/show_bug.cgi?id=54060
--- Comment #15 from Mark Thornton ---
HttpClient is a culprit in quoting algorithm. Unfortunately Ubuntu 13.04 uses
TomCat 7.0.35 and is thus affected. I have filed an issue with HttpClient:
https://issues.apache.org/jira/browse/HTTPCLIENT
Author: markt
Date: Tue May 21 12:49:18 2013
New Revision: 1484786
URL: http://svn.apache.org/r1484786
Log:
Add a web app that fails to start for use in deployment testing
Added:
tomcat/trunk/test/deployment/broken.war (with props)
Added: tomcat/trunk/test/deployment/broken.war
URL:
http:
Author: markt
Date: Tue May 21 12:46:19 2013
New Revision: 1484784
URL: http://svn.apache.org/r1484784
Log:
Main test webapp should be same version as container
Modified:
tomcat/trunk/test/webapp/WEB-INF/web.xml
Modified: tomcat/trunk/test/webapp/WEB-INF/web.xml
URL:
http://svn.apache.org/v
Author: markt
Date: Tue May 21 12:38:56 2013
New Revision: 1484780
URL: http://svn.apache.org/r1484780
Log:
Enable remaining tests
Fix failures
Modified:
tomcat/trunk/test/org/apache/catalina/startup/TestHostConfigAutomaticDeployment.java
Modified:
tomcat/trunk/test/org/apache/catalina/sta
On Mon, May 20, 2013 at 5:09 PM, Niki Dokovski wrote:
>
>
>
> On Mon, May 20, 2013 at 3:45 PM, Niki Dokovski wrote:
>
>>
>>
>>
>> On Fri, May 17, 2013 at 3:53 PM, Niki Dokovski wrote:
>>
>>>
>>>
>>>
>>> On Fri, May 17, 2013 at 3:35 PM, Mark Thomas wrote:
>>>
On 17/05/2013 13:07, Niki Doko
Author: markt
Date: Tue May 21 11:01:34 2013
New Revision: 1484753
URL: http://svn.apache.org/r1484753
Log:
Hnadle partial writes
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.java
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointImp
On 21/05/13 10:19, Mark Thomas wrote:
On 21/05/2013 09:48, Brian Burch wrote:
With respect to the three XSDs referenced in my project.xml, these urls
all return 404 Not Found status. (I forget how many years ago I first
discovered this).
That will be because they are URIs, not URLs.
If you wa
Author: markt
Date: Tue May 21 10:43:29 2013
New Revision: 1484743
URL: http://svn.apache.org/r1484743
Log:
flushRequired applies to final write only
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.java
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket
On 21/05/2013 09:48, Brian Burch wrote:
> With respect to the three XSDs referenced in my project.xml, these urls
> all return 404 Not Found status. (I forget how many years ago I first
> discovered this).
That will be because they are URIs, not URLs.
If you want to get a copy, add ".xsd" to the
On 20/05/13 21:19, Mark Thomas wrote:
On 20/05/2013 18:32, Brian Burch wrote:
On 20/05/13 12:16, Mark Thomas wrote:
These files appear to be auto-generated based on input you have
provided. The only content I'm concerned about are the comments. Are
they all yours? If so, I'll just remove the
https://issues.apache.org/bugzilla/show_bug.cgi?id=54997
Niki Dokovski changed:
What|Removed |Added
CC||nick...@gmail.com
https://issues.apache.org/bugzilla/show_bug.cgi?id=54997
Bug ID: 54997
Summary: SSL Handshake implementation in
AsycnChannelWrapperSecure does not handle
SSLEngineResult.Status.BUFFER_UNDERFLOW and
SSLEngineResult.S
31 matches
Mail list logo