svn commit: r1242254 - in /tomcat/trunk/java/org/apache: catalina/connector/RequestFacade.java catalina/util/LifecycleMBeanBase.java tomcat/jni/Poll.java

2012-02-09 Thread markt
Author: markt Date: Thu Feb 9 09:41:13 2012 New Revision: 1242254 URL: http://svn.apache.org/viewvc?rev=1242254view=rev Log: Fix Javadoc warnings Modified: tomcat/trunk/java/org/apache/catalina/connector/RequestFacade.java

DO NOT REPLY [Bug 52629] New: minIdle property behaviour is not the described one

2012-02-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52629 Bug #: 52629 Summary: minIdle property behaviour is not the described one Product: Tomcat Modules Version: unspecified Platform: PC Status: NEW Severity: normal

Re: WebSocket progress report

2012-02-09 Thread Jeremy brown
Hi Jonathan and Petr, I'm an Application Development Graduate Student at Illinois Institute of Technology and I'd like to get started contributing to Tomcat. If you have any tasks I can help out with please let me know. I'd even be happy to start with simple tasks in order begin to familiarize

Re: WebSocket progress report

2012-02-09 Thread Mark Thomas
On 09/02/2012 02:41, Petr Praus wrote: Our initial idea was some form of a streaming API where the reader code receiving the message fills a stream that's somehow connected to a client code that would be consuming it. Hence the Piped[Input|Output]Stream stuff. I also think the individual

Re: WebSocket progress report

2012-02-09 Thread Mark Thomas
On 09/02/2012 15:07, Jeremy brown wrote: Hi Jonathan and Petr, I'm an Application Development Graduate Student at Illinois Institute of Technology and I'd like to get started contributing to Tomcat. If you have any tasks I can help out with please let me know. I'd even be happy to start

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

2012-02-09 Thread markt
Author: markt Date: Thu Feb 9 16:07:47 2012 New Revision: 1242370 URL: http://svn.apache.org/viewvc?rev=1242370view=rev Log: Remove JMX registration of removed StandardClassLoader (note no attributes or methods were exposed anyway). Modified:

svn commit: r1242371 - in /tomcat/trunk: ./ java/org/apache/juli/logging/ java/org/apache/tomcat/util/http/ java/org/apache/tomcat/util/log/

2012-02-09 Thread markt
Author: markt Date: Thu Feb 9 16:08:49 2012 New Revision: 1242371 URL: http://svn.apache.org/viewvc?rev=1242371view=rev Log: Fix a couple of issues with the UserDataHelper 1. Packaging. It should have been packaged with juli-adapters.jar. The class has been moved so this is no longer an issue.

svn commit: r1242374 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/juli/logging/ java/org/apache/tomcat/util/http/ java/org/apache/tomcat/util/log/ webapps/docs/

2012-02-09 Thread markt
Author: markt Date: Thu Feb 9 16:16:49 2012 New Revision: 1242374 URL: http://svn.apache.org/viewvc?rev=1242374view=rev Log: Fix a couple of issues with the UserDataHelper 1. Packaging. It should have been packaged with juli-adapters.jar. The class has been moved so this is no longer an issue.

Timing for 7.0.26

2012-02-09 Thread Mark Thomas
FYI: I intend to start the 7.0.26 release process once Commons Daemon 1.0.9 is released. Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: svn commit: r1242374 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/juli/logging/ java/org/apache/tomcat/util/http/ java/org/apache/tomcat/util/log/ webapps/docs/

2012-02-09 Thread Konstantin Kolinko
2012/2/9 ma...@apache.org: Author: markt Date: Thu Feb  9 16:16:49 2012 New Revision: 1242374 URL: http://svn.apache.org/viewvc?rev=1242374view=rev Log: Fix a couple of issues with the UserDataHelper 1. Packaging. It should have been packaged with juli-adapters.jar. The class has been

svn commit: r1242434 - /tomcat/trunk/java/org/apache/juli/logging/DirectJDKLog.java

2012-02-09 Thread markt
Author: markt Date: Thu Feb 9 18:16:23 2012 New Revision: 1242434 URL: http://svn.apache.org/viewvc?rev=1242434view=rev Log: Fix comment Modified: tomcat/trunk/java/org/apache/juli/logging/DirectJDKLog.java Modified: tomcat/trunk/java/org/apache/juli/logging/DirectJDKLog.java URL:

svn commit: r1242437 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/juli/logging/DirectJDKLog.java

2012-02-09 Thread markt
Author: markt Date: Thu Feb 9 18:21:01 2012 New Revision: 1242437 URL: http://svn.apache.org/viewvc?rev=1242437view=rev Log: Fix ocmment Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/juli/logging/DirectJDKLog.java Propchange:

DO NOT REPLY [Bug 52634] New: Typos in Examples

2012-02-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52634 Bug #: 52634 Summary: Typos in Examples Product: Tomcat 7 Version: trunk Platform: All OS/Version: All Status: NEW Severity: trivial Priority:

svn commit: r1242495 - in /tomcat/trunk/webapps/examples/jsp: jsp2/el/implicit-objects.jsp tagplugin/howto.html tagplugin/notes.html

2012-02-09 Thread rjung
Author: rjung Date: Thu Feb 9 19:56:54 2012 New Revision: 1242495 URL: http://svn.apache.org/viewvc?rev=1242495view=rev Log: BZ 52634: Typos in Examples. Patch provided by Felix Schumacher. Modified: tomcat/trunk/webapps/examples/jsp/jsp2/el/implicit-objects.jsp

svn commit: r1242499 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml webapps/examples/jsp/jsp2/el/implicit-objects.jsp webapps/examples/jsp/tagplugin/howto.html webapps/examples/jsp/tagplugi

2012-02-09 Thread rjung
Author: rjung Date: Thu Feb 9 20:01:41 2012 New Revision: 1242499 URL: http://svn.apache.org/viewvc?rev=1242499view=rev Log: BZ 52634: Fix typos in JSP examples. Patch provided by Felix Schumacher. Backport of r1242495 from trunk. Modified: tomcat/tc7.0.x/trunk/ (props changed)

DO NOT REPLY [Bug 52634] Typos in Examples

2012-02-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52634 --- Comment #1 from Rainer Jung rainer.j...@kippdata.de 2012-02-09 20:03:22 UTC --- Thanks Felix. Applied to trunk in r1242495 and to TC 7 in r1242499. Will be part of 7.0.26. Keep the contributions coming :) Regards, Rainer --

Misconfigured Git-SVN once again

2012-02-09 Thread Konstantin Kolinko
Hi! Some recent Mark's commits once again caused several new files to have wrong line ends at the server side. This is a technical issue where the pristine texts for the files that have svn:eol-style=native property set at the server side have CRLF line ends, instead of LFs as required by svn.

svn commit: r1242584 - in /tomcat/trunk: java/org/apache/coyote/http11/upgrade/ webapps/examples/websocket/

2012-02-09 Thread kkolinko
Author: kkolinko Date: Thu Feb 9 22:50:52 2012 New Revision: 1242584 URL: http://svn.apache.org/viewvc?rev=1242584view=rev Log: Fix line ends in the files. This is technical commit to recover from eoln brokeness from commits via svn-git intergration. See thread on dev@. This commit should not

Re: Misconfigured Git-SVN once again

2012-02-09 Thread Konstantin Kolinko
2012/2/10 Konstantin Kolinko knst.koli...@gmail.com: Hi! Some recent Mark's commits once again caused several new files to have wrong line ends at the server side. This is a technical issue where the pristine texts for the files that have svn:eol-style=native property set at the server side

DO NOT REPLY [Bug 51181] Add support for Web Sockets

2012-02-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51181 --- Comment #32 from Adam Walczak m...@adamwalczak.info 2012-02-09 23:53:16 UTC --- PS. Oracle just put out JSR-356 for WebSockect: http://jcp.org/en/jsr/detail?id=356 might come in handy for this issue -- Configure bugmail:

svn commit: r1242669 - /tomcat/taglibs/site/src/site/xdoc/site/using.xml

2012-02-09 Thread bayard
Author: bayard Date: Fri Feb 10 04:51:55 2012 New Revision: 1242669 URL: http://svn.apache.org/viewvc?rev=1242669view=rev Log: Removing link to Jakarta download pag Modified: tomcat/taglibs/site/src/site/xdoc/site/using.xml Modified: tomcat/taglibs/site/src/site/xdoc/site/using.xml URL:

svn commit: r1242671 - /tomcat/taglibs/site/src/site/xdoc/site/news.xml

2012-02-09 Thread bayard
Author: bayard Date: Fri Feb 10 04:56:24 2012 New Revision: 1242671 URL: http://svn.apache.org/viewvc?rev=1242671view=rev Log: Pointing links to archive downloads Modified: tomcat/taglibs/site/src/site/xdoc/site/news.xml Modified: tomcat/taglibs/site/src/site/xdoc/site/news.xml URL:

svn commit: r1242673 - /tomcat/taglibs/rdc/trunk/src/site/xdoc/index.xml

2012-02-09 Thread bayard
Author: bayard Date: Fri Feb 10 04:59:42 2012 New Revision: 1242673 URL: http://svn.apache.org/viewvc?rev=1242673view=rev Log: Fixing download link to point to archives Modified: tomcat/taglibs/rdc/trunk/src/site/xdoc/index.xml Modified: tomcat/taglibs/rdc/trunk/src/site/xdoc/index.xml URL:

svn commit: r1242674 - /tomcat/taglibs/standard/trunk/src/site/xdoc/index.xml

2012-02-09 Thread bayard
Author: bayard Date: Fri Feb 10 05:00:55 2012 New Revision: 1242674 URL: http://svn.apache.org/viewvc?rev=1242674view=rev Log: Fix the download link to point to the archives Modified: tomcat/taglibs/standard/trunk/src/site/xdoc/index.xml Modified:

DO NOT REPLY [Bug 51382] Link to download pages are broken

2012-02-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51382 --- Comment #3 from Henri Yandell bay...@apache.org 2012-02-10 05:02:14 UTC --- I've pointed the various site links away from Jakarta and to the Archives. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email

svn commit: r1242676 - /tomcat/taglibs/rdc/trunk/src/site/xdoc/index.xml

2012-02-09 Thread bayard
Author: bayard Date: Fri Feb 10 05:06:33 2012 New Revision: 1242676 URL: http://svn.apache.org/viewvc?rev=1242676view=rev Log: Fixing links Modified: tomcat/taglibs/rdc/trunk/src/site/xdoc/index.xml Modified: tomcat/taglibs/rdc/trunk/src/site/xdoc/index.xml URL:

DO NOT REPLY [Bug 50825] Site still has links to Jakarta for mailing lists etc

2012-02-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50825 --- Comment #1 from Henri Yandell bay...@apache.org 2012-02-10 05:10:18 UTC --- I've judiciously regexped it: perl -pi -e 's/jakarta.apache.org\/taglibs/tomcat.apache.org\/taglibs/' * */* perl -pi -e