svn commit: r1482690 - in /tomcat/trunk: java/org/apache/catalina/ha/tcp/ReplicationValve.java webapps/docs/changelog.xml

2013-05-14 Thread kfujino
Author: kfujino Date: Wed May 15 06:27:51 2013 New Revision: 1482690 URL: http://svn.apache.org/r1482690 Log: Cluster instance is not necessary to argument of the method. Modified: tomcat/trunk/java/org/apache/catalina/ha/tcp/ReplicationValve.java tomcat/trunk/webapps/docs/changelog.xml

svn commit: r1482684 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/ha/tcp/ReplicationValve.java webapps/docs/changelog.xml

2013-05-14 Thread kfujino
Author: kfujino Date: Wed May 15 05:46:13 2013 New Revision: 1482684 URL: http://svn.apache.org/r1482684 Log: - Rather than get cluster instance from container on every request, use instance variable. - Reduce nest. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/tcp/ReplicationVa

svn commit: r1482683 - /tomcat/trunk/java/org/apache/catalina/ha/tcp/ReplicationValve.java

2013-05-14 Thread kfujino
Author: kfujino Date: Wed May 15 05:27:26 2013 New Revision: 1482683 URL: http://svn.apache.org/r1482683 Log: Reduce nest. Modified: tomcat/trunk/java/org/apache/catalina/ha/tcp/ReplicationValve.java Modified: tomcat/trunk/java/org/apache/catalina/ha/tcp/ReplicationValve.java URL: http://sv

[Bug 54971] javax.servlet.http.Part.write(String fileName) is not properly implemented

2013-05-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54971 --- Comment #2 from Eugene Chung (TmaxSoft) --- For the problem 2, the default location of MultipartConfig is avax.servlet.context.tempdir as defined by 8.1.5 @MultipartConfig. -- You are receiving this mail because: You are the assignee

svn commit: r1482682 - /tomcat/trunk/java/org/apache/catalina/ha/tcp/ReplicationValve.java

2013-05-14 Thread kfujino
Author: kfujino Date: Wed May 15 05:12:59 2013 New Revision: 1482682 URL: http://svn.apache.org/r1482682 Log: ReplicationValve is instance of ClusterValve. Rather than get cluster instance from container on every request, use instance variable. Modified: tomcat/trunk/java/org/apache/catalina

[Bug 54618] Add filter implementing HTTP Strict Transport Security (HSTS)

2013-05-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54618 Bhisham changed: What|Removed |Added CC||bhisham.bal...@gmail.com -- You are rec

Re: OT: How do I subscribe to the Tomcat Dev/User lists with my @apache.org address?

2013-05-14 Thread Nicholas Williams
On Tue, May 14, 2013 at 7:13 PM, sebb wrote: > On 15 May 2013 00:37, Christopher Schultz > wrote: > > Nick, > > > > On 5/14/13 6:35 PM, Nick Williams wrote: > >> I recently became a committer on the Logging project and thus I now > have an @apache.org address. Since it's a forwarding address, I'

[Bug 54971] javax.servlet.http.Part.write(String fileName) is not properly implemented

2013-05-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54971 --- Comment #1 from Daniel Koh --- http://docs.oracle.com/javaee/6/api/javax/servlet/http/Part.html#write%28java.lang.String%29 -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 54971] New: javax.servlet.http.Part.write(String fileName) is not properly implemented

2013-05-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54971 Bug ID: 54971 Summary: javax.servlet.http.Part.write(String fileName) is not properly implemented Product: Tomcat 7 Version: trunk Hardware: PC OS: Al

Re: OT: How do I subscribe to the Tomcat Dev/User lists with my @apache.org address?

2013-05-14 Thread sebb
On 15 May 2013 00:37, Christopher Schultz wrote: > Nick, > > On 5/14/13 6:35 PM, Nick Williams wrote: >> I recently became a committer on the Logging project and thus I now have an >> @apache.org address. Since it's a forwarding address, I'm having it forward >> to my Google Apps email address (

Re: OT: How do I subscribe to the Tomcat Dev/User lists with my @apache.org address?

2013-05-14 Thread Christopher Schultz
Nick, On 5/14/13 6:35 PM, Nick Williams wrote: > I recently became a committer on the Logging project and thus I now have an > @apache.org address. Since it's a forwarding address, I'm having it forward > to my Google Apps email address (the address I'm sending from now). > > I'd like to subscr

OT: How do I subscribe to the Tomcat Dev/User lists with my @apache.org address?

2013-05-14 Thread Nick Williams
I recently became a committer on the Logging project and thus I now have an @apache.org address. Since it's a forwarding address, I'm having it forward to my Google Apps email address (the address I'm sending from now). I'd like to subscribe to the Tomcat Dev and User lists with my @apache.org

svn commit: r1482602 - in /tomcat/trunk/java/org/apache/catalina: core/StandardContext.java webresources/StandardRoot.java

2013-05-14 Thread markt
Author: markt Date: Tue May 14 21:36:08 2013 New Revision: 1482602 URL: http://svn.apache.org/r1482602 Log: Avoid NPEs when attempting to destroy contexts that failed to start. Modified: tomcat/trunk/java/org/apache/catalina/core/StandardContext.java tomcat/trunk/java/org/apache/catalina/

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

2013-05-14 Thread markt
Author: markt Date: Tue May 14 20:59:21 2013 New Revision: 1482591 URL: http://svn.apache.org/r1482591 Log: Add the first part of the deletion tests for the auto-deployer. Note: These tests identified another JAR locking issue (fixed in r1482590) Modified: tomcat/trunk/test/org/apache/catali

svn commit: r1482590 - in /tomcat/trunk/java/org/apache/catalina/webresources: AbstractFileResourceSet.java AbstractResourceSet.java JarResource.java JarResourceSet.java

2013-05-14 Thread markt
Author: markt Date: Tue May 14 20:57:17 2013 New Revision: 1482590 URL: http://svn.apache.org/r1482590 Log: Refactor handling of JAR resources so that JAR files containing resources (including WARs) are not permanently locked. Modified: tomcat/trunk/java/org/apache/catalina/webresources/Abs

svn commit: r1482587 - /tomcat/trunk/java/org/apache/tomcat/util/Diagnostics.java

2013-05-14 Thread markt
Author: markt Date: Tue May 14 20:54:41 2013 New Revision: 1482587 URL: http://svn.apache.org/r1482587 Log: Java 7 <> police Modified: tomcat/trunk/java/org/apache/tomcat/util/Diagnostics.java Modified: tomcat/trunk/java/org/apache/tomcat/util/Diagnostics.java URL: http://svn.apache.org/vie

Re: Automatic deployment changes

2013-05-14 Thread Christopher Schultz
Mark, On 5/13/13 3:35 AM, Mark Thomas wrote: > On 08/05/2013 15:18, Christopher Schultz wrote: > >> Perhaps I should clarify my question with an example: what happens >> when a WAR file is found and a DIR also exists with the same >> context name, but expandWars is false? Does the directory get >

Re: websocket client doesn't exit

2013-05-14 Thread Niki Dokovski
Hi, I found that when the NIO connector is used the problem is gone. With protocol="org.apache.coyote.http11.Http11NioProtocol" in server.xml the example is working just fine. The wrong content of inputBuffer in WsFrameBase causes the observed behavior and I haven't tracked it further to the defau

[Bug 54968] New: JspEngineInfo.getSpecificationVersion() returns 2.1 instead of 2.2

2013-05-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54968 Bug ID: 54968 Summary: JspEngineInfo.getSpecificationVersion() returns 2.1 instead of 2.2 Product: Tomcat 7 Version: 7.0.40 Hardware: All OS: All

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

2013-05-14 Thread markt
Author: markt Date: Tue May 14 12:47:25 2013 New Revision: 1482321 URL: http://svn.apache.org/r1482321 Log: Complete the implementation of the deployment tests Modified: tomcat/trunk/test/org/apache/catalina/startup/TestHostConfigAutomaticDeployment.java Modified: tomcat/trunk/test/org/apa

buildbot success in ASF Buildbot on tomcat-7-trunk

2013-05-14 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/1199 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build So

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

2013-05-14 Thread markt
Author: markt Date: Tue May 14 12:03:45 2013 New Revision: 1482313 URL: http://svn.apache.org/r1482313 Log: Add tests for WAR+XML based deployments. Modified: tomcat/trunk/test/org/apache/catalina/startup/TestHostConfigAutomaticDeployment.java Modified: tomcat/trunk/test/org/apache/catalin

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

2013-05-14 Thread markt
Author: markt Date: Tue May 14 12:02:30 2013 New Revision: 1482312 URL: http://svn.apache.org/r1482312 Log: Ensure HostConfig has the latest settings of copyXML, deployXML and unpackWARs before performing automatic deployment. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.

svn commit: r1482311 - /tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java

2013-05-14 Thread markt
Author: markt Date: Tue May 14 11:59:36 2013 New Revision: 1482311 URL: http://svn.apache.org/r1482311 Log: Ensure HostConfig has the latest settings of copyXML, deployXML and unpackWARs before performing automatic deployment. Modified: tomcat/trunk/java/org/apache/catalina/startup/HostConfi

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

2013-05-14 Thread markt
Author: markt Date: Tue May 14 11:58:24 2013 New Revision: 1482310 URL: http://svn.apache.org/r1482310 Log: Prevent possible WAR file locking when reading context.xml from WAR Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/ContextCo

svn commit: r1482309 - /tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java

2013-05-14 Thread markt
Author: markt Date: Tue May 14 11:54:56 2013 New Revision: 1482309 URL: http://svn.apache.org/r1482309 Log: Prevent possible WAR file locking when reading context.xml from WAR Modified: tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java Modified: tomcat/trunk/java/org/apache/ca

svn commit: r1482308 - /tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java

2013-05-14 Thread markt
Author: markt Date: Tue May 14 11:53:34 2013 New Revision: 1482308 URL: http://svn.apache.org/r1482308 Log: Format police Modified: tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java Modified: tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionLi

Fwd: websocket client doesn't exit

2013-05-14 Thread Niki Dokovski
-- Forwarded message -- From: Niki Dokovski Date: Tue, May 14, 2013 at 1:40 PM Subject: websocket client doesn't exit To: dev@tomcat.apache.org Hello, here is a small example based on JSR 356 defined APIs and implementation in tomcat 8 resulting in non exiting websocket client re

[Bug 51294] Since 7.0.12 do not work option unpackWARs=true for WARs outside appBase

2013-05-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51294 --- Comment #23 from Mark Thomas --- An initial implementation of these feature has been added to 8.0.x. It is expected that the implementation will evolve as the test cases are expanded to cover the various edge cases. Once the implementat

svn commit: r1482288 - in /tomcat/trunk: java/org/apache/catalina/startup/ test/deployment/ test/deployment/dirContext/META-INF/ test/org/apache/catalina/startup/

2013-05-14 Thread markt
Author: markt Date: Tue May 14 10:31:32 2013 New Revision: 1482288 URL: http://svn.apache.org/r1482288 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51294 This is an initial implementation that includes some but not all the anticipated test cases. It is expected that as the test cas

[Bug 54929] jdbc-pool cannot be used with Java 1.5, "java.lang.NoClassDefFoundError: java/sql/SQLFeatureNotSupportedException"

2013-05-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54929 --- Comment #1 from mohanpakam --- I am sure updating the document to reflect that tomcat jdbc is only compatible with jdk 1.5 would be much appreciated by user group. My application is still on jdk1.5 and so I had to fetch the source code

[Bug 54961] Make "compress" configurable in SpdyProxyProtocol

2013-05-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54961 --- Comment #1 from Sheldon Shao --- Created attachment 30282 --> https://issues.apache.org/bugzilla/attachment.cgi?id=30282&action=edit Patch for SpdyProxyProtocol -- You are receiving this mail because: You are the assignee for the bu