DO NOT REPLY [Bug 52853] @HandlesTypes not resolving classes when added as repository directory

2012-03-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52853 Benjamin Muschko changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INV

DO NOT REPLY [Bug 52853] @HandlesTypes not resolving classes when added as repository directory

2012-03-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52853 --- Comment #3 from Benjamin Muschko 2012-03-14 23:31:53 UTC --- Unfortunately, I didn't get a satisfying answer on the Tomcat user mailing list: http://tomcat.10.n6.nabble.com/HandlesTypes-not-resolving-classes-when-added-as-repository-di

DO NOT REPLY [Bug 52833] NPE with 7.0.26

2012-03-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52833 --- Comment #6 from olamy 2012-03-14 22:14:02 UTC --- Sorry didn't have time to do more testing. I will try to find change something to make that work again with version 7.0.26. BTW what prevent you to do a simple null check in the code ?

Re: WebSocket status

2012-03-14 Thread Filip Hanik - Dev Lists
On 3/14/2012 8:14 AM, Mark Thomas wrote: On 14/03/2012 10:15, Johno Crawford wrote: On 8/03/2012 9:10 PM, Mark Thomas wrote: On 08/03/2012 09:12, Johno Crawford wrote: What's next / left on the TODO list Mark? Anything I can help out with? Porting the generic HTTP upgrade followed by the WebS

DO NOT REPLY [Bug 52500] Improve client certificate authentication

2012-03-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52500 --- Comment #36 from Michael 2012-03-14 19:17:59 UTC --- Dear Christopher, I will really appreciate if you will rename the X509SubjectDnRetriever class to X509DefaultSubjectDnRetriever. Please, please do it for me – it take about 3 min to

Re: SPDY support

2012-03-14 Thread Costin Manolache
Yes. Chrome is enabled by default and used for all connections to google, and it has a nice debug interface (chrome://net-internals/#sockets ). You can select 'capture -> include bytes', than in events you can see all frames, and in 'spdy' you see the live connections. Also can start it with "--us

WebSockets in Tomcat 6

2012-03-14 Thread Filip Hanik Mailing Lists
http://people.apache.org/~fhanik/reports/servers/ Attached is a patch that leverages the Tomcat WebSocket API with minimalistic changes and uses that to implement WebSockets in Tomcat 6.0.x http://people.apache.org/~fhanik/websockets-for-tomcat-6.patch This implementation doesn't touch the endp

DO NOT REPLY [Bug 52899] JMXProxy Servlet MBeanDumper exposing non-properties causing exceptions/memory leak

2012-03-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52899 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 52833] NPE with 7.0.26

2012-03-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52833 --- Comment #5 from Mark Thomas 2012-03-14 15:08:40 UTC --- Without any further input, this is going to get resolved as INVALID prior to the 7.0.27 release. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email

svn commit: r1300582 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/realm/RealmBase.java

2012-03-14 Thread markt
Author: markt Date: Wed Mar 14 15:05:27 2012 New Revision: 1300582 URL: http://svn.apache.org/viewvc?rev=1300582&view=rev Log: Fix Javadoc warning Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/realm/RealmBase.java Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/realm/RealmB

svn commit: r1300578 - in /tomcat/trunk/java/org/apache: catalina/websocket/WebSocketServlet.java tomcat/jni/socket/AprSocket.java tomcat/jni/socket/AprSocketContext.java tomcat/spdy/SpdyConnection.ja

2012-03-14 Thread markt
Author: markt Date: Wed Mar 14 15:00:22 2012 New Revision: 1300578 URL: http://svn.apache.org/viewvc?rev=1300578&view=rev Log: Fix Javadoc warnings Modified: tomcat/trunk/java/org/apache/catalina/websocket/WebSocketServlet.java tomcat/trunk/java/org/apache/tomcat/jni/socket/AprSocket.java

DO NOT REPLY [Bug 52905] Commons Daemon 1.0.9 can't find libcap.so

2012-03-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52905 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1300573 - in /tomcat/tc7.0.x/trunk: ./ build.properties.default res/ide-support/eclipse/eclipse.classpath webapps/docs/changelog.xml

2012-03-14 Thread markt
Author: markt Date: Wed Mar 14 14:51:56 2012 New Revision: 1300573 URL: http://svn.apache.org/viewvc?rev=1300573&view=rev Log: Update to JDT 3.7.2 Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/build.properties.default tomcat/tc7.0.x/trunk/res/ide-support/eclip

svn commit: r1300569 - in /tomcat/trunk: build.properties.default res/ide-support/eclipse/eclipse.classpath

2012-03-14 Thread markt
Author: markt Date: Wed Mar 14 14:48:50 2012 New Revision: 1300569 URL: http://svn.apache.org/viewvc?rev=1300569&view=rev Log: Update to JDT 3.7.2 Modified: tomcat/trunk/build.properties.default tomcat/trunk/res/ide-support/eclipse/eclipse.classpath Modified: tomcat/trunk/build.propertie

svn commit: r1300557 - in /tomcat/tc7.0.x/trunk: ./ build.properties.default build.xml webapps/docs/changelog.xml

2012-03-14 Thread markt
Author: markt Date: Wed Mar 14 14:25:04 2012 New Revision: 1300557 URL: http://svn.apache.org/viewvc?rev=1300557&view=rev Log: Daemon -> 1.1.10 native -> 1.1.23 Use simpler tomcat-native distribution which comes with 1.1.23+ Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x

Re: WebSocket status

2012-03-14 Thread Mark Thomas
On 14/03/2012 10:15, Johno Crawford wrote: > On 8/03/2012 9:10 PM, Mark Thomas wrote: >> On 08/03/2012 09:12, Johno Crawford wrote: >>> What's next / left on the TODO list Mark? Anything I can help out with? >> Porting the generic HTTP upgrade followed by the WebSocket code to >> 7.0.x. I don't thi

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

2012-03-14 Thread kkolinko
Author: kkolinko Date: Wed Mar 14 13:27:02 2012 New Revision: 1300538 URL: http://svn.apache.org/viewvc?rev=1300538&view=rev Log: index: Correct typo is section header: s/.23/.33/ oldnews: Correct ordering. Modified: tomcat/site/trunk/docs/index.html tomcat/site/trunk/docs/oldnews.html

Re: SPDY support

2012-03-14 Thread Konstantin Kolinko
2012/2/2 Costin Manolache : > > Some initial patch for SPDY - using the NPN SSL extension, as required by > chrome/firefox. > Firefox 11.0 that just has been released as stable has support for SPDY. It is disabled by default. According to the docs, "To use it right now you'll need to set network.

svn commit: r1300519 - in /tomcat/trunk/java/org/apache/tomcat: jni/socket/AprSocket.java jni/socket/AprSocketContext.java jni/socket/HostInfo.java spdy/SpdyContextJni.java

2012-03-14 Thread kkolinko
Author: kkolinko Date: Wed Mar 14 12:10:49 2012 New Revision: 1300519 URL: http://svn.apache.org/viewvc?rev=1300519&view=rev Log: svn:eol-style=native Modified: tomcat/trunk/java/org/apache/tomcat/jni/socket/AprSocket.java (props changed) tomcat/trunk/java/org/apache/tomcat/jni/socket/

[ANN] Apache Tomcat Connectors 1.2.33 released

2012-03-14 Thread Mladen Turk
The Apache Tomcat Project is proud to announce the release of version 1.2.33 of Apache Tomcat Connectors. This release includes both bug fixes and new features compared to version 1.2.32. Full details of these changes and new features, are available in the Apache Tomcat Connectors changelog: http

Re: [RESULT] Was: [VOTE] Release Apache Tomcat Connectors 1.2.33

2012-03-14 Thread Mladen Turk
On 03/14/2012 09:14 AM, Tim Whittington wrote: I see 1.2.33 ended up in the root of the /jk directory... Yeah, same as previous version. Regards -- ^TM - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additio

Re: WebSocket status

2012-03-14 Thread Johno Crawford
On 8/03/2012 9:10 PM, Mark Thomas wrote: On 08/03/2012 09:12, Johno Crawford wrote: What's next / left on the TODO list Mark? Anything I can help out with? Porting the generic HTTP upgrade followed by the WebSocket code to 7.0.x. I don't think there is much for you to do there. WebSocket needs

svn commit: r1300486 - in /tomcat/tc7.0.x/trunk: build.properties.default res/maven/mvn.properties.default

2012-03-14 Thread markt
Author: markt Date: Wed Mar 14 09:44:04 2012 New Revision: 1300486 URL: http://svn.apache.org/viewvc?rev=1300486&view=rev Log: Prep for next release Modified: tomcat/tc7.0.x/trunk/build.properties.default tomcat/tc7.0.x/trunk/res/maven/mvn.properties.default Modified: tomcat/tc7.0.x/trun

Re: [RESULT] Was: [VOTE] Release Apache Tomcat Connectors 1.2.33

2012-03-14 Thread Tim Whittington
I see 1.2.33 ended up in the root of the /jk directory... On Wed, Mar 14, 2012 at 10:07 AM, Tim Whittington wrote: > Thanks Mladen > > The source distribution for 1.2.32 ended up in the root of the jk > archive  [1] (which I've only just found now ;), but all the other > releases have gone into t