[Bug 54178] runtime exception in onComplete of AsyncListener, will make org.apache.catalina.connector.Request not recycled (orginally reported MESSAGE POST to tomcat, but it called doGet)

2013-04-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54178 --- Comment #11 from Leigh Anderson --- I've run into this also. Test case attached -- watch for log messages like WARNING: Value of test-attribute: test-value when you browse to /badlyBehaved. I believe that test attribute should never b

[Bug 54178] runtime exception in onComplete of AsyncListener, will make org.apache.catalina.connector.Request not recycled (orginally reported MESSAGE POST to tomcat, but it called doGet)

2013-04-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54178 --- Comment #12 from Leigh Anderson --- Created attachment 30221 --> https://issues.apache.org/bugzilla/attachment.cgi?id=30221&action=edit Test case. Demonstrates that state from the previous request is available in subsequent requests

svn commit: r1470852 - in /tomcat/trunk/java/org/apache/catalina/ha/deploy: FarmWarDeployer.java LocalStrings.properties

2013-04-23 Thread kfujino
Author: kfujino Date: Tue Apr 23 08:48:24 2013 New Revision: 1470852 URL: http://svn.apache.org/r1470852 Log: Avoid redeploying war during master node restarts. Modified: tomcat/trunk/java/org/apache/catalina/ha/deploy/FarmWarDeployer.java tomcat/trunk/java/org/apache/catalina/ha/deploy/L

Re: and security constraints

2013-04-23 Thread Mark Thomas
On 20/04/2013 07:04, David Jencks wrote: > Hi Mark, > > I hope my being tired doesn't come across as being unpleasant… if so > I apologize in advance. Not at all. No need to apologize. > I think a lot of the security discussion in the servlet spec is vague > and misleading. I think the JACC spe

[Bug 51181] Add support for Web Sockets

2013-04-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51181 --- Comment #63 from Julian Hall --- Query - now JSR 356 has been finalised with a substantially different API to the one you have implemented here, will this API continue to be supported, or will it be removed in a near-future release? --

[Bug 51181] Add support for Web Sockets

2013-04-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51181 --- Comment #64 from Mark Thomas --- The plan is: 1. Add the JSR 356 implementation to Tomcat 7 2. Deprecate Tomcat's proprietary API in Tomcat 7 (it will still be supported for Tomcat 7) 3. Remove Tomcat's proprietary API in Tomcat 8 onwar

[Bug 54876] New: ServletContext.getServletContextName returns display name.

2013-04-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54876 Bug ID: 54876 Summary: ServletContext.getServletContextName returns display name. Product: Tomcat 7 Version: 7.0.39 Hardware: PC Status: NEW Sev

[Bug 54876] ServletContext.getServletContextName returns display name.

2013-04-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54876 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

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

2013-04-23 Thread kfujino
Author: kfujino Date: Tue Apr 23 09:13:58 2013 New Revision: 1470859 URL: http://svn.apache.org/r1470859 Log: Follow-up for r1469138. In HostConfig#check(String), if redeploy resources are updated, ensure that the application is deployed immediately. Modified: tomcat/trunk/java/org/apache/ca

[Tomcat Wiki] Trivial Update of "Save_Money_Payday_Loans_Direct_Lender_Online_With_Old_Ex_Boyfriend_Get_Him_Back__-_Sizzling_Tips_To_Make_It_Work_" by RandiHens

2013-04-23 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Save_Money_Payday_Loans_Direct_Lender_Online_With_Old_Ex_Boyfriend_Get_Him_Back__-_Sizzling_Tips_To_Make_It_Work_" page has been changed by RandiHens: http://wiki.apache.org/tomca

[Tomcat Wiki] Update of "LocalBadContent" by KonstantinKolinko

2013-04-23 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 KonstantinKolinko: http://wiki.apache.org/tomcat/LocalBadContent?action=diff&rev1=145&rev2=146 hfire\.cn hfj\.com hiring\.cz + histo

[Bug 54800] Possible thread/memory leak with use of WebSocketContainer

2013-04-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54800 --- Comment #3 from Mark Thomas --- You'll also see these threads with the units tests e.g. TestWsRemoteEndpoint They are a side-effect of using AsynchronousSocketChannel on the client side. I'm looking into what I can do either in the We

[Bug 54859] undeployOldVersions files under work

2013-04-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54859 --- Comment #5 from Joe Knudsen --- Looking at the files remaining are just a couple of jars. The jtds driver and the hibernate-validator and the liqubase-core. All involved with the DB connections. I tried using the setting the options

svn commit: r1471024 - /tomcat/trunk/java/org/apache/tomcat/websocket/BackgroundProcessManager.java

2013-04-23 Thread markt
Author: markt Date: Tue Apr 23 16:10:06 2013 New Revision: 1471024 URL: http://svn.apache.org/r1471024 Log: Avoid a memory leak with the background processing thread Modified: tomcat/trunk/java/org/apache/tomcat/websocket/BackgroundProcessManager.java Modified: tomcat/trunk/java/org/apache/

svn commit: r1471029 - in /tomcat/trunk/java/org/apache/tomcat/websocket: LocalStrings.properties WsWebSocketContainer.java

2013-04-23 Thread markt
Author: markt Date: Tue Apr 23 16:23:20 2013 New Revision: 1471029 URL: http://svn.apache.org/r1471029 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54800 Fix memory leaks when using WebSocket client triggered by JVM created threads not having the correct context class loader set.

[Bug 54800] Possible thread/memory leak with use of WebSocketContainer

2013-04-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54800 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1471031 - /tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/chat/ChatAnnotation.java

2013-04-23 Thread markt
Author: markt Date: Tue Apr 23 16:34:04 2013 New Revision: 1471031 URL: http://svn.apache.org/r1471031 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54792 Application shouldn't be trying to close the session in an @onClose method. Modified: tomcat/trunk/webapps/examples/WEB-INF

[Bug 54792] IllegalStateException with chat sample

2013-04-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54792 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1471123 - in /tomcat/trunk/java/org/apache/tomcat/websocket/server: WsFilter.java WsServerContainer.java

2013-04-23 Thread markt
Author: markt Date: Tue Apr 23 19:58:34 2013 New Revision: 1471123 URL: http://svn.apache.org/r1471123 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54781 Fix NPE if no matching Endpoint is found. Handle forwarded requests as well. Modified: tomcat/trunk/java/org/apache/tomcat/w

[Bug 54781] NPE in WsServerContainer if there is no matching path

2013-04-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54781 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1471127 - /tomcat/trunk/java/org/apache/catalina/core/StandardContext.java

2013-04-23 Thread markt
Author: markt Date: Tue Apr 23 20:06:02 2013 New Revision: 1471127 URL: http://svn.apache.org/r1471127 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54708 Handle ROOT##version as well Suggestion by kkolinko Modified: tomcat/trunk/java/org/apache/catalina/core/StandardContext.jav

[Bug 54708] Use base file name ("ROOT") as the work directory for the default webapp instead of "_"

2013-04-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54708 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug 54854] java.lang.UnsatisfiedLinkError tcnative-1.dll can't load IA 32-bit .dll on a 64-bit platform

2013-04-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54854 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

RE: [VOTE] Tighten up wiki security to reduce spam

2013-04-23 Thread Caldarale, Charles R
> From: Mark Thomas [mailto:ma...@apache.org] > Subject: [VOTE] Tighten up wiki security to reduce spam I've been out of town, so this is somewhat belated. Not sure I get a vote, but... > Should the changes described in [1] be applied to the Tomcat wiki? > [x] +1 Make it so > [ ] 0 No opinion

svn commit: r1471259 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/ha/deploy/ java/org/apache/catalina/startup/ webapps/docs/ webapps/docs/config/

2013-04-23 Thread kfujino
Author: kfujino Date: Wed Apr 24 05:54:52 2013 New Revision: 1471259 URL: http://svn.apache.org/r1471259 Log: Add several improvements for FarmWarDeployer. Merged following revisions from /trunk. includes r1467891, r1467893, r1468290, r1468311, r1469138, r1469144, r1469703, r1469708, r1470852, r1

buildbot success in ASF Buildbot on tomcat-7-trunk

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