buildbot failure in ASF Buildbot on tomcat-trunk

2013-03-27 Thread buildbot
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/4194 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source St

svn commit: r1461960 - /tomcat/trunk/java/org/apache/catalina/ha/session/JvmRouteBinderValve.java

2013-03-27 Thread kfujino
Author: kfujino Date: Thu Mar 28 05:54:48 2013 New Revision: 1461960 URL: http://svn.apache.org/r1461960 Log: Followup to r1446077. Remove unused method. Modified: tomcat/trunk/java/org/apache/catalina/ha/session/JvmRouteBinderValve.java Modified: tomcat/trunk/java/org/apache/catalina/ha/se

svn commit: r1461958 - in /tomcat/trunk/java/org/apache/catalina/ha/tcp: LocalStrings.properties LocalStrings_es.properties

2013-03-27 Thread kfujino
Author: kfujino Date: Thu Mar 28 05:41:36 2013 New Revision: 1461958 URL: http://svn.apache.org/r1461958 Log: Remove unused property. Modified: tomcat/trunk/java/org/apache/catalina/ha/tcp/LocalStrings.properties tomcat/trunk/java/org/apache/catalina/ha/tcp/LocalStrings_es.properties Mod

[Tomcat Wiki] Update of "LocalBadContent" by ChuckCaldarale

2013-03-27 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "LocalBadContent" page has been changed by ChuckCaldarale: http://wiki.apache.org/tomcat/LocalBadContent?action=diff&rev1=106&rev2=107 ihotmusic insanejournal\.com isas\.com\.

[Tomcat Wiki] Trivial Update of "Finely_Appointed_Georgia_Cabin_Rentals" by AlfieBgn

2013-03-27 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Finely_Appointed_Georgia_Cabin_Rentals" page has been changed by AlfieBgn: http://wiki.apache.org/tomcat/Finely_Appointed_Georgia_Cabin_Rentals New page: Tourism, sincе thеn has at

[Tomcat Wiki] Trivial Update of "AlfieBgn" by AlfieBgn

2013-03-27 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "AlfieBgn" page has been changed by AlfieBgn: http://wiki.apache.org/tomcat/AlfieBgn New page: Florene is the designation I love to help you be called together with and I think it

buildbot success in ASF Buildbot on tomcat-trunk

2013-03-27 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/4193 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

buildbot success in ASF Buildbot on tomcat-7-trunk

2013-03-27 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/1167 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build So

[Bug 54757] Deploy ROOT webapp

2013-03-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54757 --- Comment #1 from Violeta Georgieva --- Hi, Try to specify the version with a parameter [1]. "path - The context path (including the leading slash) of the web application you are dealing with. To select the ROOT web application, specify

svn commit: r1461858 - in /tomcat/maven-plugin/trunk: pom.xml tomcat7-war-runner/src/main/java/org/apache/tomcat/maven/runner/Tomcat7Runner.java

2013-03-27 Thread olamy
Author: olamy Date: Wed Mar 27 21:33:39 2013 New Revision: 1461858 URL: http://svn.apache.org/r1461858 Log: use tomcat 7.0.39 Modified: tomcat/maven-plugin/trunk/pom.xml tomcat/maven-plugin/trunk/tomcat7-war-runner/src/main/java/org/apache/tomcat/maven/runner/Tomcat7Runner.java Modified

svn commit: r1461852 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/http/fileupload/ java/org/apache/tomcat/util/http/fileupload/disk/DiskFileItem.java java/org/apache/tomcat/util/http/fil

2013-03-27 Thread markt
Author: markt Date: Wed Mar 27 21:14:11 2013 New Revision: 1461852 URL: http://svn.apache.org/r1461852 Log: Update to FileUpload 1.3 Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http/fileupload/ (props changed) tomcat/tc7.0.x/t

Re: Getting my head around NIO 'simulated' blocking (trying to)

2013-03-27 Thread Mark Thomas
> On 3/24/13 11:46 PM, igaz wrote: >> The reason that I'm even bringing this up is that more and more >> web applications receive an increasing share of their traffic >> from GPS devices, cellphones, etc. And these devices often use >> comparatively unreliable networks, where it is not uncommon f

svn commit: r1461849 - in /tomcat/trunk/java/org/apache/tomcat/util/http/fileupload: ./ disk/DiskFileItem.java package-info.java

2013-03-27 Thread markt
Author: markt Date: Wed Mar 27 21:01:52 2013 New Revision: 1461849 URL: http://svn.apache.org/r1461849 Log: Update Commons FileUpload 1.3 Modified: tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/ (props changed) tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/disk/D

Re: Getting my head around NIO 'simulated' blocking (trying to)

2013-03-27 Thread Christopher Schultz
Igaz, On 3/24/13 11:46 PM, igaz wrote: >> You need to read the Javadoc more carefully. > > I suggest you take a look at java.io.ByteArrayInputStream (both source and > javadoc). > Perfectly good InputStream (never heard anyone claim otherwise) > Never blocks. Yes, but it doesn't really follow t

[Bug 53952] Add support for TLS 1.1 and 1.2

2013-03-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53952 --- Comment #13 from Christopher Schultz --- Have you been testing your patch? Last I heard, you had only compile-tested it... If you have some additional evidence that it's working in a test rig, I'm happy to give it a shot. -- You are

[Bug 54741] Add org.apache.catalina.startup.Tomcat#addWebapp(String, URL) method

2013-03-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54741 --- Comment #1 from Christopher Schultz --- FWIW, Tomcat can be configured to NOT expand WAR files, so you can't rely on a filesystem at all. As previously discussed, StandardContext.setDocBase says it can take "an absolute pathname, a rel

Re: My recent contributions and my ICLA

2013-03-27 Thread Mark Thomas
On 27/03/2013 14:47, Nick Williams wrote: > Yea, the Log4j 2 devs told me they would make me a committer in the > log4j-taglib directory if Subversion would let them do that, but it > doesn't, so I'll be submitting some pretty huge patches. :-P Subversion does let you do that. The ASF infra team

svn commit: r1461815 - in /tomcat/site/trunk: docs/index.html xdocs/index.xml

2013-03-27 Thread violetagg
Author: violetagg Date: Wed Mar 27 19:25:27 2013 New Revision: 1461815 URL: http://svn.apache.org/r1461815 Log: Changelog should point to version 7.0.39 instead of 7.0.37 Modified: tomcat/site/trunk/docs/index.html tomcat/site/trunk/xdocs/index.xml Modified: tomcat/site/trunk/docs/index.

[Bug 54756] EXCEPTION_ACCESS_VIOLATION with APR crashing Tomcat

2013-03-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54756 --- Comment #6 from Sebb --- (In reply to comment #5) > (In reply to comment #4) > > Ideally, it should not be possible to crash the JVM - whether that is by > > bugs in the JVM native code or in user-provided JNI code as is the case > > h

Re: My recent contributions and my ICLA

2013-03-27 Thread Nick Williams
On Mar 27, 2013, at 9:41 AM, Mark Thomas wrote: > On 27/03/2013 14:35, Nick Williams wrote: >> I have made several contributions to Tomcat recently. Upon beginning >> some work on implementing a log4j-taglib module for Log4j 2, it came >> to my attention that I need to have an Individual Contribu

Re: My recent contributions and my ICLA

2013-03-27 Thread Mark Thomas
On 27/03/2013 14:35, Nick Williams wrote: > I have made several contributions to Tomcat recently. Upon beginning > some work on implementing a log4j-taglib module for Log4j 2, it came > to my attention that I need to have an Individual Contributor License > Agreement on file with the ASF Secretary.

Re: My recent contributions and my ICLA

2013-03-27 Thread Nick Williams
I have made several contributions to Tomcat recently. Upon beginning some work on implementing a log4j-taglib module for Log4j 2, it came to my attention that I need to have an Individual Contributor License Agreement on file with the ASF Secretary. This has been done now, and my ICLA has been a

svn commit: r1461577 - /tomcat/trunk/java/org/apache/tomcat/websocket/server/WsServlet.java

2013-03-27 Thread kkolinko
Author: kkolinko Date: Wed Mar 27 13:45:23 2013 New Revision: 1461577 URL: http://svn.apache.org/r1461577 Log: Followup to r1461318. Use the value that has already been read into a local variable. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/server/WsServlet.java Modified: tomcat

[Bug 54757] New: Deploy ROOT webapp

2013-03-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54757 Bug ID: 54757 Summary: Deploy ROOT webapp Product: Tomcat 7 Version: 7.0.37 Hardware: Other OS: Linux Status: NEW Severity: normal Priorit

[Tomcat Wiki] Update of "PoweredBy" by Pilar Torres

2013-03-27 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "PoweredBy" page has been changed by Pilar Torres: http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=466&rev2=467 {{http://www.oxxus.net/images/oxxuslogo2.gif}} [[http://w

[jira] [Commented] (MTOMCAT-216) tomca7:run fails in multi-module project with overlays

2013-03-27 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615121#comment-13615121 ] Olivier Lamy (*$^¨%`£) commented on MTOMCAT-216: yes please. BTW I think

svn commit: r1461512 - in /tomcat/site/trunk: docs/doap_Tomcat.rdf xdocs/doap_Tomcat.rdf

2013-03-27 Thread kkolinko
Author: kkolinko Date: Wed Mar 27 11:03:32 2013 New Revision: 1461512 URL: http://svn.apache.org/r1461512 Log: Correct a typo Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf tomcat/site/trunk/xdocs/doap_Tomcat.rdf Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf URL: http://svn.apache.

[ANN] Apache Tomcat 7.0.39 released

2013-03-27 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.39. Apache Tomcat is an open source software implementation of the Java Servlet and JavaServer Pages technologies. This release contains a number of bug fixes and improvements compared to version 7.0.37. The notable c

svn commit: r1642 - in /release/tomcat/tomcat-7: v7.0.35/ v7.0.37/

2013-03-27 Thread markt
Author: markt Date: Wed Mar 27 10:56:32 2013 New Revision: 1642 Log: Remove old releases Removed: release/tomcat/tomcat-7/v7.0.35/ release/tomcat/tomcat-7/v7.0.37/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache

svn commit: r1642 - in /release/tomcat/tomcat-7: v7.0.35/ v7.0.37/

2013-03-27 Thread markt
Author: markt Date: Wed Mar 27 10:56:32 2013 New Revision: 1642 Log: Remove old releases Removed: release/tomcat/tomcat-7/v7.0.35/ release/tomcat/tomcat-7/v7.0.37/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache

svn commit: r1461506 - in /tomcat/site/trunk: ./ docs/ xdocs/

2013-03-27 Thread markt
Author: markt Date: Wed Mar 27 10:56:02 2013 New Revision: 1461506 URL: http://svn.apache.org/r1461506 Log: Update site for 7.0.39 release Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/docs/doap_Tomcat.rdf tomcat/site/trunk/docs/download-70.html tomcat/sit

svn commit: r1461505 - in /tomcat/site/trunk/docs/tomcat-7.0-doc: ./ api/ api/org/apache/catalina/ api/org/apache/catalina/ant/ api/org/apache/catalina/ant/jmx/ api/org/apache/catalina/authenticator/

2013-03-27 Thread markt
Author: markt Date: Wed Mar 27 10:50:42 2013 New Revision: 1461505 URL: http://svn.apache.org/r1461505 Log: Update docs to v7.0.39 [This commit notification would consist of 62 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.] -