[Bug 54746] Cannot obtain information from Session in onClose method

2013-03-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54746 --- Comment #1 from Nick Williams --- More information here: http://java.net/jira/browse/WEBSOCKET_SPEC-174 -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 54746] New: Cannot obtain information from Session in onClose method

2013-03-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54746 Bug ID: 54746 Summary: Cannot obtain information from Session in onClose method Product: Tomcat 8 Version: trunk Hardware: All OS: All Sta

buildbot failure in ASF Buildbot on tomcat-trunk

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

svn commit: r1460237 - /tomcat/tc6.0.x/trunk/STATUS.txt

2013-03-23 Thread kkolinko
Author: kkolinko Date: Sat Mar 23 21:36:40 2013 New Revision: 1460237 URL: http://svn.apache.org/r1460237 Log: Update proposal. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1460237&r

svn commit: r1460234 - /tomcat/trunk/java/org/apache/tomcat/util/http/Parameters.java

2013-03-23 Thread kkolinko
Author: kkolinko Date: Sat Mar 23 21:15:40 2013 New Revision: 1460234 URL: http://svn.apache.org/r1460234 Log: No need to create a new String if data length is 0. Modified: tomcat/trunk/java/org/apache/tomcat/util/http/Parameters.java Modified: tomcat/trunk/java/org/apache/tomcat/util/http/P

svn commit: r1460229 - /tomcat/trunk/java/org/apache/tomcat/util/log/UserDataHelper.java

2013-03-23 Thread kkolinko
Author: kkolinko Date: Sat Mar 23 20:50:04 2013 New Revision: 1460229 URL: http://svn.apache.org/r1460229 Log: Remove unneeded ';' Modified: tomcat/trunk/java/org/apache/tomcat/util/log/UserDataHelper.java Modified: tomcat/trunk/java/org/apache/tomcat/util/log/UserDataHelper.java URL: http:

svn commit: r1460228 - /tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/log/UserDataHelper.java

2013-03-23 Thread kkolinko
Author: kkolinko Date: Sat Mar 23 20:48:03 2013 New Revision: 1460228 URL: http://svn.apache.org/r1460228 Log: Add deprecation markers to unused method that was removed in r1448103 Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/log/UserDataHelper.java Modified: tomcat/tc7.0.x/tr

svn commit: r1460221 - in /tomcat/tc7.0.x/trunk: ./ conf/catalina.policy webapps/docs/changelog.xml

2013-03-23 Thread kkolinko
Author: kkolinko Date: Sat Mar 23 20:17:29 2013 New Revision: 1460221 URL: http://svn.apache.org/r1460221 Log: Merged revision 1460115 from tomcat/trunk: Remove read permissions for UserDataHelper properties from "tomcat-juli.jar" section of catalina.policy. The class using them was moved in r124

[Tomcat Wiki] Update of "LocalBadContent" by KonstantinKolinko

2013-03-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=101&rev2=102 zyseo\.com # Temporary measures (my)[

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

2013-03-23 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "BarneyRoa" page has been changed by BarneyRoa: http://wiki.apache.org/tomcat/BarneyRoa New page: authorities. No matter if in modern times they may have mastered precisely what th

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

2013-03-23 Thread igaz
OK, did a quick check of the servlet spec - and I could find nothing that proscribes the kind of thing I was thinking about (in fact it has nothing to say even about the semantics of using the javax.servlet.ServletInputStream) Here is some pseudocode for what I had in mind (I'm eliding quite a bit

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

2013-03-23 Thread igaz
Ah, in doing a little bit more thinking I realize there is some unfortunate naivete (OK ignorance) in my original post, so let me clarify. I should not have focussed on *parsing* of the full HTTP Request. Of course that has to be 'deferred' at some level (think SOAP, file uploads, and of course w

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

2013-03-23 Thread Nick Williams
On Mar 23, 2013, at 10:05 AM, igaz wrote: > So I won't bury the lede: what exactly (and why) is Tomcat doing 'simulated' > read blocking when using the NIO connector? > > I've done some due diligence including downloading the latest source > (7.0.37) and searching the tomcat mailing lists. > Fi

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

2013-03-23 Thread igaz
So I won't bury the lede: what exactly (and why) is Tomcat doing 'simulated' read blocking when using the NIO connector? I've done some due diligence including downloading the latest source (7.0.37) and searching the tomcat mailing lists. Firstly, to make things simpler, let's take comet processi

buildbot success in ASF Buildbot on tomcat-trunk

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

svn commit: r1460140 - /tomcat/trunk/SVN-MERGE.txt

2013-03-23 Thread kkolinko
Author: kkolinko Date: Sat Mar 23 13:26:36 2013 New Revision: 1460140 URL: http://svn.apache.org/r1460140 Log: Update the doc, as Apache Commons Codec classes were added in r1459218 Modified: tomcat/trunk/SVN-MERGE.txt (contents, props changed) Modified: tomcat/trunk/SVN-MERGE.txt URL: ht

Re: svn commit: r1459288 - in /tomcat/trunk/java: javax/servlet/http/ org/apache/coyote/http11/upgrade/ org/apache/tomcat/websocket/server/

2013-03-23 Thread Konstantin Kolinko
2013/3/21 : > Author: markt > Date: Thu Mar 21 13:09:41 2013 > New Revision: 1459288 > > URL: http://svn.apache.org/r1459288 > Log: > Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54734 > Partial fix > javax.servlet.http.WebConnection needs to extend AutoCloseable > Based on a patch by Ni

Re: [VOTE] Release Apache Tomcat 7.0.39

2013-03-23 Thread Rainer Jung
On 22.03.2013 17:48, Mark Thomas wrote: > The proposed Apache Tomcat 7.0.39 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.39/ > The Maven staging repo is: > https://repository.apache.org/content/repositories/orgapach

svn commit: r1460115 - /tomcat/trunk/conf/catalina.policy

2013-03-23 Thread kkolinko
Author: kkolinko Date: Sat Mar 23 07:53:06 2013 New Revision: 1460115 URL: http://svn.apache.org/r1460115 Log: Remove UserDataHelper properties read permissions from "tomcat-juli.jar" section of catalina.policy The class using them was moved to o.a.t.util.log package and is now in tomcat-coyote.

Re: Unable to generate thread dumps with Tomcat service

2013-03-23 Thread Mladen Turk
On 03/22/2013 01:55 PM, Mark Thomas wrote: Before I raise this as a DAEMON bug could someone else on Windows confirm that triggering a thread dump doesn't work. I get: [2013-03-22 12:54:04] [error] [ 3408] The handle is invalid. Fixed in the r1460101 Weird but it seems that AllocConsole if ca

svn commit: r1460107 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2013-03-23 Thread kkolinko
Author: kkolinko Date: Sat Mar 23 07:21:37 2013 New Revision: 1460107 URL: http://svn.apache.org/r1460107 Log: Add 'final' Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java URL: http://svn.apache.o