Re: Automatic deployment changes

2013-05-21 Thread Konstantin Kolinko
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

Re: svn commit: r1484923 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/startup/ContextConfig.java

2013-05-21 Thread Konstantin Kolinko
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

buildbot success in ASF Buildbot on tomcat-trunk

2013-05-21 Thread buildbot
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

svn commit: r1484959 - /tomcat/trunk/test/org/apache/catalina/startup/TestHostConfigAutomaticDeployment.java

2013-05-21 Thread markt
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

[Bug 53605] use tcnative-1.1.24 Tomcat shutdown still crash

2013-05-21 Thread bugzilla
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

[Bug 54984] multipart/form-data is not always read with correct encoding

2013-05-21 Thread bugzilla
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.

[Bug 51813] Tomcat randomly crashes with [libtcnative-1.so.1+0x152ca] Java_org_apache_tomcat_jni_Socket_sendbb+0x5a

2013-05-21 Thread bugzilla
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. ---

[Bug 51813] Tomcat randomly crashes with [libtcnative-1.so.1+0x152ca] Java_org_apache_tomcat_jni_Socket_sendbb+0x5a

2013-05-21 Thread bugzilla
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 ===

[Bug 51813] Tomcat randomly crashes with [libtcnative-1.so.1+0x152ca] Java_org_apache_tomcat_jni_Socket_sendbb+0x5a

2013-05-21 Thread bugzilla
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

[Bug 54983] C [tcnative-1.dll+0x52f0] Java_org_apache_tomcat_jni_Socket_send+0xa0

2013-05-21 Thread bugzilla
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

[Bug 54983] C [tcnative-1.dll+0x52f0] Java_org_apache_tomcat_jni_Socket_send+0xa0

2013-05-21 Thread bugzilla
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

[Bug 54983] C [tcnative-1.dll+0x52f0] Java_org_apache_tomcat_jni_Socket_send+0xa0

2013-05-21 Thread bugzilla
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

svn commit: r1484924 - in /tomcat/tc6.0.x/trunk: ./ webapps/docs/changelog.xml

2013-05-21 Thread markt
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

svn commit: r1484923 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/startup/ContextConfig.java

2013-05-21 Thread markt
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

[Bug 54999] JSESSIONIDSSO not re-created upon re-authentication on the same request - logout() and login(username,password)

2013-05-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54999 Keith Mashinter changed: What|Removed |Added Summary|JSESSIONIDSSO not |JSESSIONIDSSO not

[Bug 54999] New: JSESSIONIDSSO not re-created upon re-authentication via logout() and login(username,password) in the same request

2013-05-21 Thread bugzilla
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

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

2013-05-21 Thread markt
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

svn commit: r1484862 - in /tomcat/trunk: java/org/apache/catalina/startup/ContextConfig.java test/org/apache/catalina/startup/TestHostConfigAutomaticDeployment.java

2013-05-21 Thread markt
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

svn commit: r1484861 - /tomcat/trunk/test/deployment/broken.war

2013-05-21 Thread markt
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

[Bug 54060] DigestAuthenticator doesn't parse Authorization header correctly

2013-05-21 Thread bugzilla
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

svn commit: r1484786 - /tomcat/trunk/test/deployment/broken.war

2013-05-21 Thread markt
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:

svn commit: r1484784 - /tomcat/trunk/test/webapp/WEB-INF/web.xml

2013-05-21 Thread markt
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

svn commit: r1484780 - /tomcat/trunk/test/org/apache/catalina/startup/TestHostConfigAutomaticDeployment.java

2013-05-21 Thread markt
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

Re: WebSockets in Tomcat 8 (proxy support and ssl handshake)

2013-05-21 Thread Niki Dokovski
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

svn commit: r1484753 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.java

2013-05-21 Thread markt
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

Re: svn commit: r1484409 - in /tomcat/trunk: ./ res/ide-support/netbeans/ webapps/docs/

2013-05-21 Thread Brian Burch
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

svn commit: r1484743 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.java

2013-05-21 Thread markt
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

Re: svn commit: r1484409 - in /tomcat/trunk: ./ res/ide-support/netbeans/ webapps/docs/

2013-05-21 Thread Mark Thomas
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

Re: svn commit: r1484409 - in /tomcat/trunk: ./ res/ide-support/netbeans/ webapps/docs/

2013-05-21 Thread Brian Burch
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

[Bug 54997] SSL Handshake implementation in AsycnChannelWrapperSecure does not handle SSLEngineResult.Status.BUFFER_UNDERFLOW and SSLEngineResult.Status.BUFFER_OVERFLOW states

2013-05-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54997 Niki Dokovski changed: What|Removed |Added CC||nick...@gmail.com

[Bug 54997] New: SSL Handshake implementation in AsycnChannelWrapperSecure does not handle SSLEngineResult.Status.BUFFER_UNDERFLOW and SSLEngineResult.Status.BUFFER_OVERFLOW states

2013-05-21 Thread bugzilla
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