Re: Tomcat-native patch for NPN support

2012-02-02 Thread jean-frederic clere
On 02/01/2012 09:59 PM, Costin Manolache wrote: Hi, I have a patch to the jni library, I uploaded it to github for easy commenting: https://github.com/costinm/tomcat-native/commit/5e7d4b45bfa542e4b099bfdc2bda423b9a6cc85d Please let me know if it looks ok - I included a 'cmake' build, which

svn commit: r1239483 - /tomcat/trunk/java/org/apache/catalina/startup/Catalina.java

2012-02-02 Thread markt
Author: markt Date: Thu Feb 2 08:39:26 2012 New Revision: 1239483 URL: http://svn.apache.org/viewvc?rev=1239483view=rev Log: Remove code that was added for handling the embedded case. Modified: tomcat/trunk/java/org/apache/catalina/startup/Catalina.java Modified:

svn commit: r1239485 - /tomcat/trunk/java/org/apache/tomcat/util/IntrospectionUtils.java

2012-02-02 Thread markt
Author: markt Date: Thu Feb 2 08:40:04 2012 New Revision: 1239485 URL: http://svn.apache.org/viewvc?rev=1239485view=rev Log: Deprecated code that is no longer used. Modified: tomcat/trunk/java/org/apache/tomcat/util/IntrospectionUtils.java Modified:

svn commit: r1239486 - /tomcat/trunk/java/org/apache/tomcat/util/IntrospectionUtils.java

2012-02-02 Thread markt
Author: markt Date: Thu Feb 2 08:40:41 2012 New Revision: 1239486 URL: http://svn.apache.org/viewvc?rev=1239486view=rev Log: Remove deprecated methods. Modified: tomcat/trunk/java/org/apache/tomcat/util/IntrospectionUtils.java Modified:

svn commit: r1239487 - /tomcat/trunk/java/org/apache/tomcat/util/IntrospectionUtils.java

2012-02-02 Thread markt
Author: markt Date: Thu Feb 2 08:41:18 2012 New Revision: 1239487 URL: http://svn.apache.org/viewvc?rev=1239487view=rev Log: Remove deprecated method Modified: tomcat/trunk/java/org/apache/tomcat/util/IntrospectionUtils.java Modified:

svn commit: r1239493 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/IntrospectionUtils.java

2012-02-02 Thread markt
Author: markt Date: Thu Feb 2 09:01:06 2012 New Revision: 1239493 URL: http://svn.apache.org/viewvc?rev=1239493view=rev Log: Add deprecation missed in r1239489 Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/IntrospectionUtils.java

[jira] [Created] (MTOMCAT-118) tomcat7:run wont accept additionalClasspathDir arguments

2012-02-02 Thread Dave Lund (Created) (JIRA)
tomcat7:run wont accept additionalClasspathDir arguments Key: MTOMCAT-118 URL: https://issues.apache.org/jira/browse/MTOMCAT-118 Project: Apache Tomcat Maven Plugin Issue Type: Bug

DO NOT REPLY [Bug 52579] New: Tomcat5.5.35+Java1.5 cannot return proper value of a request parameter

2012-02-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52579 Bug #: 52579 Summary: Tomcat5.5.35+Java1.5 cannot return proper value of a request parameter Product: Tomcat 5 Version: 5.5.35 Platform: All OS/Version: All

[jira] [Commented] (MTOMCAT-118) tomcat7:run wont accept additionalClasspathDir arguments

2012-02-02 Thread Olivier Lamy (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13198652#comment-13198652 ] Olivier Lamy commented on MTOMCAT-118: -- which maven version are you using ?

Re: SPDY support

2012-02-02 Thread Remy Maucherat
On Wed, 2012-02-01 at 13:54 -0800, Costin Manolache wrote: Hi, Some initial patch for SPDY - using the NPN SSL extension, as required by chrome/firefox. I used github so it's easy to add comments or test: https://github.com/costinm/tomcat/commit/e97def3314216c083cc4b68ad9731e5a94b2af28

[jira] [Updated] (MTOMCAT-118) tomcat7:run wont accept additionalClasspathDir arguments

2012-02-02 Thread Dave Lund (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Lund updated MTOMCAT-118: -- Environment: Apache Maven 3.0 (r1004208; 2010-10-04 12:50:56+0100) Java version: 1.6.0_24 Java home:

[jira] [Commented] (MTOMCAT-118) tomcat7:run wont accept additionalClasspathDir arguments

2012-02-02 Thread Dave Lund (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13198657#comment-13198657 ] Dave Lund commented on MTOMCAT-118: --- apologizes mvn --version output attached to

svn commit: r1239516 - in /tomcat/trunk/java/org/apache/catalina: Container.java core/ContainerBase.java startup/FailedContext.java

2012-02-02 Thread markt
Author: markt Date: Thu Feb 2 10:28:48 2012 New Revision: 1239516 URL: http://svn.apache.org/viewvc?rev=1239516view=rev Log: Add the plumbing to make a canonical CATALINA_BASE File available via every Container. Modified: tomcat/trunk/java/org/apache/catalina/Container.java

svn commit: r1239518 - in /tomcat/trunk/java/org/apache/catalina: Container.java core/ContainerBase.java core/StandardContext.java core/StandardEngine.java mbeans/MBeanFactory.java startup/ContextConf

2012-02-02 Thread markt
Author: markt Date: Thu Feb 2 10:29:44 2012 New Revision: 1239518 URL: http://svn.apache.org/viewvc?rev=1239518view=rev Log: Start to pull out the various custom methods to obtain CATALINA_BASE and replace them with a call to the Container. Modified:

svn commit: r1239520 - in /tomcat/trunk/java/org/apache/catalina: core/ ha/deploy/ manager/ manager/host/ realm/ users/ valves/

2012-02-02 Thread markt
Author: markt Date: Thu Feb 2 10:30:58 2012 New Revision: 1239520 URL: http://svn.apache.org/viewvc?rev=1239520view=rev Log: Obtain CATALINA_BASE in consistent way (though Container). Note: still some direct access to system property to review. Modified:

svn commit: r1239521 - in /tomcat/trunk/java/org/apache/catalina/startup: ContextConfig.java HostConfig.java

2012-02-02 Thread markt
Author: markt Date: Thu Feb 2 10:31:39 2012 New Revision: 1239521 URL: http://svn.apache.org/viewvc?rev=1239521view=rev Log: Couple more container based locations. Really need to move setting this to the server. Modified: tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java

svn commit: r1239522 - in /tomcat/trunk/java/org/apache/catalina: Server.java core/ContainerBase.java core/StandardEngine.java core/StandardServer.java mbeans/MBeanFactory.java startup/Tomcat.java

2012-02-02 Thread markt
Author: markt Date: Thu Feb 2 10:32:34 2012 New Revision: 1239522 URL: http://svn.apache.org/viewvc?rev=1239522view=rev Log: Extend clean-up to Server Modified: tomcat/trunk/java/org/apache/catalina/Server.java tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java

svn commit: r1239523 - /tomcat/trunk/java/org/apache/catalina/startup/Bootstrap.java

2012-02-02 Thread markt
Author: markt Date: Thu Feb 2 10:33:12 2012 New Revision: 1239523 URL: http://svn.apache.org/viewvc?rev=1239523view=rev Log: Deprecate unused methods. Modified: tomcat/trunk/java/org/apache/catalina/startup/Bootstrap.java Modified:

svn commit: r1239524 - /tomcat/trunk/java/org/apache/catalina/startup/Bootstrap.java

2012-02-02 Thread markt
Author: markt Date: Thu Feb 2 10:33:50 2012 New Revision: 1239524 URL: http://svn.apache.org/viewvc?rev=1239524view=rev Log: Remove unused code. Modified: tomcat/trunk/java/org/apache/catalina/startup/Bootstrap.java Modified: tomcat/trunk/java/org/apache/catalina/startup/Bootstrap.java

svn commit: r1239525 - /tomcat/trunk/java/org/apache/catalina/authenticator/SpnegoAuthenticator.java

2012-02-02 Thread markt
Author: markt Date: Thu Feb 2 10:34:27 2012 New Revision: 1239525 URL: http://svn.apache.org/viewvc?rev=1239525view=rev Log: Remove dependency on Bootstrap Modified: tomcat/trunk/java/org/apache/catalina/authenticator/SpnegoAuthenticator.java Modified:

svn commit: r1239526 - /tomcat/trunk/java/org/apache/catalina/startup/CatalinaProperties.java

2012-02-02 Thread markt
Author: markt Date: Thu Feb 2 10:35:04 2012 New Revision: 1239526 URL: http://svn.apache.org/viewvc?rev=1239526view=rev Log: Remove duplicated code Modified: tomcat/trunk/java/org/apache/catalina/startup/CatalinaProperties.java Modified:

svn commit: r1239527 - in /tomcat/trunk/java/org/apache/catalina/startup: Bootstrap.java Catalina.java

2012-02-02 Thread markt
Author: markt Date: Thu Feb 2 10:35:44 2012 New Revision: 1239527 URL: http://svn.apache.org/viewvc?rev=1239527view=rev Log: Align the various parts of start-up code that read/set home/base in slightly different ways. Modified: tomcat/trunk/java/org/apache/catalina/startup/Bootstrap.java

svn commit: r1239528 - /tomcat/trunk/webapps/docs/changelog.xml

2012-02-02 Thread markt
Author: markt Date: Thu Feb 2 10:36:14 2012 New Revision: 1239528 URL: http://svn.apache.org/viewvc?rev=1239528view=rev Log: Update changelog Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL:

DO NOT REPLY [Bug 52579] Tomcat5.5.35+Java1.5 cannot return proper value of a request parameter

2012-02-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52579 --- Comment #1 from Konstantin Kolinko knst.koli...@gmail.com 2012-02-02 10:37:21 UTC --- Similar recent discussion on users@: (POST data (single character) cleared when using tomcat 6.0.33 and Character Encoding Filter)

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

2012-02-02 Thread markt
Author: markt Date: Thu Feb 2 10:38:43 2012 New Revision: 1239531 URL: http://svn.apache.org/viewvc?rev=1239531view=rev Log: Add the all important '!' missed in r1239082 Modified: tomcat/trunk/java/org/apache/catalina/core/StandardContext.java Modified:

svn commit: r1239533 - /tomcat/trunk/java/org/apache/catalina/core/StandardEngine.java

2012-02-02 Thread markt
Author: markt Date: Thu Feb 2 10:44:09 2012 New Revision: 1239533 URL: http://svn.apache.org/viewvc?rev=1239533view=rev Log: Remove unused code Modified: tomcat/trunk/java/org/apache/catalina/core/StandardEngine.java Modified: tomcat/trunk/java/org/apache/catalina/core/StandardEngine.java

[jira] [Commented] (MTOMCAT-118) tomcat7:run wont accept additionalClasspathDir arguments

2012-02-02 Thread Olivier Lamy (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13198682#comment-13198682 ] Olivier Lamy commented on MTOMCAT-118: -- argh I see this can work only with 3.0.3+ I

[jira] [Updated] (MTOMCAT-118) tomcat7:run wont accept additionalClasspathDir arguments

2012-02-02 Thread Olivier Lamy (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy updated MTOMCAT-118: - Fix Version/s: 2.0 tomcat7:run wont accept additionalClasspathDir arguments

buildbot failure in ASF Buildbot on tomcat-trunk

2012-02-02 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/2700 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

DO NOT REPLY [Bug 52579] Tomcat5.5.35+Java1.5 cannot return proper value of a request parameter

2012-02-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52579 --- Comment #2 from Konstantin Kolinko knst.koli...@gmail.com 2012-02-02 11:00:11 UTC --- Created attachment 28252 -- https://issues.apache.org/bugzilla/attachment.cgi?id=28252 Test.java - Test Charset.decode() I am attaching a test

DO NOT REPLY [Bug 52580] New: javax.el.CompositeELResolver getValue throws NullPointerException

2012-02-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52580 Bug #: 52580 Summary: javax.el.CompositeELResolver getValue throws NullPointerException Product: Tomcat 7 Version: 7.0.22 Platform: PC OS/Version: Linux

DO NOT REPLY [Bug 52580] javax.el.CompositeELResolver getValue throws NullPointerException

2012-02-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52580 --- Comment #1 from qiuyunzh...@hotmail.com 2012-02-02 11:20:36 UTC --- javax.el.CompositeELResolver resides in el-api.jar file. I use myfaces 1.2.9. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ---

Re: POST data (single character) cleared when using tomcat 6.0.33 and Character Encoding Filter

2012-02-02 Thread Konstantin Kolinko
cc: dev 2012/1/23 kitagawa kitagawawo...@gmail.com: While developing using ubuntu 11.04, tomcat 6.0.33 and java 1.5 I ran into a problem after setting the character encoding filter for requests. When posting a request, the value of any field with only a single character submitted is

[jira] [Commented] (MTOMCAT-118) tomcat7:run wont accept additionalClasspathDir arguments

2012-02-02 Thread Dave Lund (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13198702#comment-13198702 ] Dave Lund commented on MTOMCAT-118: --- Thanks for the work around - I've no problem with

Re: POST data (single character) cleared when using tomcat 6.0.33 and Character Encoding Filter

2012-02-02 Thread Mark Thomas
On 02/02/2012 11:25, Konstantin Kolinko wrote: cc: dev 2012/1/23 kitagawa kitagawawo...@gmail.com: While developing using ubuntu 11.04, tomcat 6.0.33 and java 1.5 I ran into a problem after setting the character encoding filter for requests. When posting a request, the value of any field

Re: SPDY support

2012-02-02 Thread Mark Thomas
On 02/02/2012 10:05, Remy Maucherat wrote: On Wed, 2012-02-01 at 13:54 -0800, Costin Manolache wrote: Hi, Some initial patch for SPDY - using the NPN SSL extension, as required by chrome/firefox. I used github so it's easy to add comments or test:

DO NOT REPLY [Bug 51235] Access Violation in httpd.exe originating in mod_jk code while getting sessionid from headers

2012-02-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51235 --- Comment #10 from Pierre Boudreau pierre.boudr...@t4g.com 2012-02-02 11:58:41 UTC --- Sorry Rainer for the delay in getting back to you on this. The bad news is that the patch did not work. But the good news is that we upgraded to the

Re: POST data (single character) cleared when using tomcat 6.0.33 and Character Encoding Filter

2012-02-02 Thread Konstantin Kolinko
2012/2/2 Mark Thomas ma...@apache.org: On 02/02/2012 11:25, Konstantin Kolinko wrote: cc: dev 2012/1/23 kitagawa kitagawawo...@gmail.com: While developing using ubuntu 11.04, tomcat 6.0.33 and java 1.5 I ran into a problem after setting the character encoding filter for requests. When

DO NOT REPLY [Bug 51235] Access Violation in httpd.exe originating in mod_jk code while getting sessionid from headers

2012-02-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51235 --- Comment #11 from Pierre Boudreau pierre.boudr...@t4g.com 2012-02-02 12:02:47 UTC --- Actually, now that I look at it, we did not upgrade mod_jk. We are still running 1.2.28 which is the same version we had when I submitted this

Re: SPDY support

2012-02-02 Thread Pid
On 02/02/2012 10:05, Remy Maucherat wrote: On Wed, 2012-02-01 at 13:54 -0800, Costin Manolache wrote: Hi, Some initial patch for SPDY - using the NPN SSL extension, as required by chrome/firefox. I used github so it's easy to add comments or test:

Re: SPDY support

2012-02-02 Thread Remy Maucherat
On Thu, 2012-02-02 at 12:28 +, Pid wrote: Of course, I'm even less sure about websockets since it's kind of a mess. I'd say it was the other way round. WebSockets finalised before Xmas, and there's lots of interest from various communities to judge from the BZ. Websocrap is a bad

Re: SPDY support

2012-02-02 Thread Costin Manolache
On Thu, Feb 2, 2012 at 3:33 AM, Mark Thomas ma...@apache.org wrote: On 02/02/2012 10:05, Remy Maucherat wrote: On Wed, 2012-02-01 at 13:54 -0800, Costin Manolache wrote: Hi, Some initial patch for SPDY - using the NPN SSL extension, as required by chrome/firefox. I used github so

Re: Tomcat-native patch for NPN support

2012-02-02 Thread Costin Manolache
On Thu, Feb 2, 2012 at 12:21 AM, jean-frederic clere jfcl...@gmail.comwrote: On 02/01/2012 09:59 PM, Costin Manolache wrote: Hi, I have a patch to the jni library, I uploaded it to github for easy commenting: https://github.com/costinm/**tomcat-native/commit/**

Re: SPDY support

2012-02-02 Thread Mark Thomas
On 02/02/2012 14:14, Costin Manolache wrote: On Thu, Feb 2, 2012 at 3:33 AM, Mark Thomas ma...@apache.org wrote: On 02/02/2012 10:05, Remy Maucherat wrote: Ok, I think your light protocol concept to group any upgraded connections is appropriate. Agreed. I'll see if I can wrap this into

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

2012-02-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51294 Philippe Busque pbus...@mediagrif.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[GUMP@vmgump]: Project tomcat-trunk-test (in module tomcat-trunk) failed

2012-02-02 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-test has an issue affecting its community integration. This

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

2012-02-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51294 Tiago Cruz tiago.tuxkil...@gmail.com changed: What|Removed |Added CC|

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

2012-02-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51294 Mark Thomas ma...@apache.org changed: What|Removed |Added Severity|minor |enhancement ---

Re: buildbot failure in ASF Buildbot on tomcat-trunk

2012-02-02 Thread Konstantin Kolinko
Nearly all tests at both Gump and Buildbot are currently failing with null java.lang.NullPointerException at java.io.File.init(File.java:239) at org.apache.catalina.startup.Tomcat.initBaseDir(Tomcat.java:609) at org.apache.catalina.startup.Tomcat.getServer(Tomcat.java:466)

Re: buildbot failure in ASF Buildbot on tomcat-trunk

2012-02-02 Thread Mark Thomas
On 02/02/2012 18:10, Konstantin Kolinko wrote: Nearly all tests at both Gump and Buildbot are currently failing with null java.lang.NullPointerException at java.io.File.init(File.java:239) at org.apache.catalina.startup.Tomcat.initBaseDir(Tomcat.java:609) at

DO NOT REPLY [Bug 52500] Improve client certificate authentication

2012-02-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52500 --- Comment #17 from Michael michael_fur...@hotmail.com 2012-02-02 18:31:36 UTC --- Dear Christopher, Thank you for your comments! I need couple of clarifications 1)I do not like the place that I use now to call to

DO NOT REPLY [Bug 52586] New: When requests are forwarded, the request attribute javax.servlet.forward.path_info is assigned an incorrect value.

2012-02-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52586 Bug #: 52586 Summary: When requests are forwarded, the request attribute javax.servlet.forward.path_info is assigned an incorrect value. Product: Tomcat 7

svn commit: r1239784 - /tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java

2012-02-02 Thread markt
Author: markt Date: Thu Feb 2 19:39:31 2012 New Revision: 1239784 URL: http://svn.apache.org/viewvc?rev=1239784view=rev Log: Correct typo that broke nearly all the tests Modified: tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java Modified:

DO NOT REPLY [Bug 52587] New: NPE in authenticator when no realm/resource is defined

2012-02-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52587 Bug #: 52587 Summary: NPE in authenticator when no realm/resource is defined Product: Tomcat 7 Version: 7.0.25 Platform: PC OS/Version: Mac OS X 10.4 Status: NEW

buildbot success in ASF Buildbot on tomcat-trunk

2012-02-02 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/2702 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

DO NOT REPLY [Bug 51235] Access Violation in httpd.exe originating in mod_jk code while getting sessionid from headers

2012-02-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51235 Rainer Jung rainer.j...@kippdata.de changed: What|Removed |Added Status|NEEDINFO|RESOLVED

DO NOT REPLY [Bug 52586] When requests are forwarded, the request attribute javax.servlet.forward.path_info is assigned an incorrect value.

2012-02-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52586 --- Comment #1 from diego.rivera...@gmail.com diego.rivera...@gmail.com 2012-02-02 21:48:48 UTC --- The problem seems to be in StandardHostValve, on (or about) line 438: private boolean custom(Request request, Response response,

svn commit: r1239899 - in /tomcat/trunk: java/org/apache/catalina/manager/JMXProxyServlet.java webapps/docs/manager-howto.xml

2012-02-02 Thread schultz
Author: schultz Date: Thu Feb 2 22:46:38 2012 New Revision: 1239899 URL: http://svn.apache.org/viewvc?rev=1239899view=rev Log: Added support to the JMXProxyServlet for fetching a specific key from a CompositeData value. Added documentation for the entire 'get' command for the JMXProxyServlet,

WebSocket implementation - patch incoming

2012-02-02 Thread Mark Thomas
I've have a patch [1] that uses a much lighter Processor object, while broadly keeping in line with the previous integration points. It is a little more invasive therefore I wanted to give folks a chance to look at it - particularly the integration points before I hit commit. There is scope to

Re: svn commit: r1239522 - in /tomcat/trunk/java/org/apache/catalina: Server.java core/ContainerBase.java core/StandardEngine.java core/StandardServer.java mbeans/MBeanFactory.java startup/Tomcat.java

2012-02-02 Thread Konstantin Kolinko
2012/2/2 ma...@apache.org: Author: markt Date: Thu Feb  2 10:32:34 2012 New Revision: 1239522 URL: http://svn.apache.org/viewvc?rev=1239522view=rev Log: Extend clean-up to Server Modified:    tomcat/trunk/java/org/apache/catalina/Server.java