DO NOT REPLY [Bug 52163] New: Wide classpath for DeployTask

2011-11-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52163 Bug #: 52163 Summary: Wide classpath for DeployTask Product: Tomcat 7 Version: 7.0.19 Platform: PC OS/Version: Linux Status: NEW Severity: normal

svn commit: r1199846 - /tomcat/jk/trunk/native/iis/jk_isapi_plugin.c

2011-11-09 Thread mturk
Author: mturk Date: Wed Nov 9 16:58:49 2011 New Revision: 1199846 URL: http://svn.apache.org/viewvc?rev=1199846view=rev Log: Bail out early from the loop. No functional change Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c URL:

svn commit: r1199862 - /tomcat/jk/trunk/native/iis/jk_isapi_plugin.c

2011-11-09 Thread mturk
Author: mturk Date: Wed Nov 9 17:07:24 2011 New Revision: 1199862 URL: http://svn.apache.org/viewvc?rev=1199862view=rev Log: close workers before we close the map so we have a worker list to close. Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c Modified:

svn commit: r1199891 - in /tomcat/jk/trunk/native/common: jk_ajp_common.c jk_ajp_common.h

2011-11-09 Thread mturk
Author: mturk Date: Wed Nov 9 17:39:01 2011 New Revision: 1199891 URL: http://svn.apache.org/viewvc?rev=1199891view=rev Log: Use a special flag for endpoint cache slot instead setting the slot to zero. It allows to close all sockets on ajp_destory and to speed up ajp_done, since there is no

[Tomcat Wiki] Update of PoweredBy by BrunoScatolin

2011-11-09 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The PoweredBy page has been changed by BrunoScatolin: http://wiki.apache.org/tomcat/PoweredBy?action=diffrev1=379rev2=380 === Institute for Tourism and Geographic Information Systems

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

2011-11-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51181 jfclere jfcl...@gmail.com changed: What|Removed |Added CC||jfcl...@gmail.com --

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

2011-11-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51181 --- Comment #17 from jfclere jfcl...@gmail.com 2011-11-09 21:13:06 UTC --- See http://svn.apache.org/repos/asf/labs/monsoon/trunk/ too -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are

tagging 6.0.34 tomorrow?

2011-11-09 Thread jean-frederic clere
Hi, I plan to prepare the 6.0.34 tomorrow, any important commits to wait for? Cheers Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

DO NOT REPLY [Bug 51073] Misconfigured SSLProtocol with an AprEndpoint silently falls back to ALL

2011-11-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51073 Mark Thomas ma...@apache.org changed: What|Removed |Added Component|Servlet JSP API |Connector:Coyote

Re: tagging 6.0.34 tomorrow?

2011-11-09 Thread Mark Thomas
On 09/11/2011 21:20, jean-frederic clere wrote: Hi, I plan to prepare the 6.0.34 tomorrow, any important commits to wait for? The parameters handling changes. I need to update the patch. Konstantin's review comments list the additional commits that need to be added. The performance issue

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

2011-11-09 Thread markt
Author: markt Date: Wed Nov 9 21:34:01 2011 New Revision: 1199979 URL: http://svn.apache.org/viewvc?rev=1199979view=rev Log: Votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

svn commit: r1199980 - in /tomcat/trunk/java/org/apache: catalina/core/AprLifecycleListener.java catalina/core/LocalStrings.properties tomcat/jni/SSL.java

2011-11-09 Thread schultz
Author: schultz Date: Wed Nov 9 21:34:31 2011 New Revision: 1199980 URL: http://svn.apache.org/viewvc?rev=1199980view=rev Log: Fixed bug #50570 - Allow explicit use of FIPS mode in APR lifecycle listener - Added FIPSMode attribute to AprLifecycleListener that causes OpenSSL to go into FIPS mode

svn commit: r1199985 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/core/AprLifecycleListener.java java/org/apache/catalina/core/LocalStrings.properties java/org/apache/tomcat/jni/SSL.java webap

2011-11-09 Thread schultz
Author: schultz Date: Wed Nov 9 21:43:23 2011 New Revision: 1199985 URL: http://svn.apache.org/viewvc?rev=1199985view=rev Log: Fixed bug #50570 - Allow explicit use of FIPS mode in APR lifecycle listener - Added FIPSMode attribute to AprLifecycleListener that causes OpenSSL to go into FIPS mode

buildbot failure in ASF Buildbot on tomcat-7-trunk

2011-11-09 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/159 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

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

2011-11-09 Thread schultz
Author: schultz Date: Wed Nov 9 21:52:44 2011 New Revision: 111 URL: http://svn.apache.org/viewvc?rev=111view=rev Log: Added backport proposal. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

DO NOT REPLY [Bug 50570] Allow explicit use of FIPS mode in APR lifecycle listener

2011-11-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50570 Christopher Schultz ch...@christopherschultz.net changed: What|Removed |Added Status|NEW

svn commit: r1199996 - /tomcat/trunk/java/org/apache/catalina/core/AprLifecycleListener.java

2011-11-09 Thread kkolinko
Author: kkolinko Date: Wed Nov 9 22:02:19 2011 New Revision: 116 URL: http://svn.apache.org/viewvc?rev=116view=rev Log: Followup to r1199980 Fix broken checkstyle validation (imports order) Format new code Cache result of i18n message lookup Add getter for the new FIPSMode property

svn commit: r1199998 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2011-11-09 Thread schultz
Author: schultz Date: Wed Nov 9 22:04:16 2011 New Revision: 118 URL: http://svn.apache.org/viewvc?rev=118view=rev Log: Fixed poorly-formed XML in changelog. Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL:

Re: svn commit: r1199980 - in /tomcat/trunk/java/org/apache: catalina/core/AprLifecycleListener.java catalina/core/LocalStrings.properties tomcat/jni/SSL.java

2011-11-09 Thread Mark Thomas
On 09/11/2011 21:34, schu...@apache.org wrote: Author: schultz Date: Wed Nov 9 21:34:31 2011 New Revision: 1199980 URL: http://svn.apache.org/viewvc?rev=1199980view=rev Log: Fixed bug #50570 - Allow explicit use of FIPS mode in APR lifecycle listener - Added FIPSMode attribute to

Re: svn commit: r1199996 - /tomcat/trunk/java/org/apache/catalina/core/AprLifecycleListener.java

2011-11-09 Thread Christopher Schultz
Konstantin, On 11/9/11 2:02 PM, kkoli...@apache.org wrote: Fix broken checkstyle validation (imports order) Format new code Cache result of i18n message lookup Add getter for the new FIPSMode property Thanks. Documentation in listeners.xml still needs updating. I will update this

svn commit: r1200004 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/AprLifecycleListener.java

2011-11-09 Thread kkolinko
Author: kkolinko Date: Wed Nov 9 22:08:08 2011 New Revision: 124 URL: http://svn.apache.org/viewvc?rev=124view=rev Log: Merged revision 116 from tomcat/trunk: Followup to r1199980 Fix broken checkstyle validation (imports order) Format new code Cache result of i18n message lookup

Re: svn commit: r1199980 - in /tomcat/trunk/java/org/apache: catalina/core/AprLifecycleListener.java catalina/core/LocalStrings.properties tomcat/jni/SSL.java

2011-11-09 Thread Christopher Schultz
Mark, On 11/9/11 2:06 PM, Mark Thomas wrote: On 09/11/2011 21:34, schu...@apache.org wrote: Author: schultz Date: Wed Nov 9 21:34:31 2011 New Revision: 1199980 URL: http://svn.apache.org/viewvc?rev=1199980view=rev Log: Fixed bug #50570 - Allow explicit use of FIPS mode in APR lifecycle

Re: svn commit: r1199980 - in /tomcat/trunk/java/org/apache: catalina/core/AprLifecycleListener.java catalina/core/LocalStrings.properties tomcat/jni/SSL.java

2011-11-09 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/11/2011 22:09, Christopher Schultz wrote: Mark, On 11/9/11 2:06 PM, Mark Thomas wrote: On 09/11/2011 21:34, schu...@apache.org wrote: Author: schultz Date: Wed Nov 9 21:34:31 2011 New Revision: 1199980 URL:

buildbot success in ASF Buildbot on tomcat-7-trunk

2011-11-09 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/160 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

Re: svn commit: r1199980 - in /tomcat/trunk/java/org/apache: catalina/core/AprLifecycleListener.java catalina/core/LocalStrings.properties tomcat/jni/SSL.java

2011-11-09 Thread Konstantin Kolinko
2011/11/10 Mark Thomas ma...@apache.org: On 09/11/2011 21:34, schu...@apache.org wrote: Author: schultz Date: Wed Nov  9 21:34:31 2011 New Revision: 1199980 URL: http://svn.apache.org/viewvc?rev=1199980view=rev Log: Fixed bug #50570 - Allow explicit use of FIPS mode in APR lifecycle

svn commit: r1200029 - in /tomcat/site/trunk: docs/svn.html xdocs/svn.xml

2011-11-09 Thread kkolinko
Author: kkolinko Date: Wed Nov 9 23:15:46 2011 New Revision: 1200029 URL: http://svn.apache.org/viewvc?rev=1200029view=rev Log: Add TOC. Add link to subversion.apache.org. Correct wording and links. Modified: tomcat/site/trunk/docs/svn.html tomcat/site/trunk/xdocs/svn.xml Modified:

Re: svn commit: r1199980 - in /tomcat/trunk/java/org/apache: catalina/core/AprLifecycleListener.java catalina/core/LocalStrings.properties tomcat/jni/SSL.java

2011-11-09 Thread Christopher Schultz
Konstantin, On 11/9/11 2:24 PM, Konstantin Kolinko wrote: 2011/11/10 Mark Thomas ma...@apache.org: On 09/11/2011 21:34, schu...@apache.org wrote: Author: schultz Date: Wed Nov 9 21:34:31 2011 New Revision: 1199980 URL: http://svn.apache.org/viewvc?rev=1199980view=rev Log: Fixed bug #50570

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

2011-11-09 Thread jfclere
Author: jfclere Date: Wed Nov 9 23:34:28 2011 New Revision: 1200038 URL: http://svn.apache.org/viewvc?rev=1200038view=rev Log: My votes. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

Re: svn commit: r1199980 - in /tomcat/trunk/java/org/apache: catalina/core/AprLifecycleListener.java catalina/core/LocalStrings.properties tomcat/jni/SSL.java

2011-11-09 Thread Konstantin Kolinko
2011/11/10 Christopher Schultz ch...@christopherschultz.net: There is java.lang.UnsatisfiedLinkError (and not the IllegalStateException that the code throws). Despite this error, Tomcat startup sequence continues. I guess that from FIPS PoV the failure to initialize FIPS mode should be

svn commit: r1200048 - /tomcat/trunk/java/org/apache/catalina/Globals.java

2011-11-09 Thread kkolinko
Author: kkolinko Date: Wed Nov 9 23:55:13 2011 New Revision: 1200048 URL: http://svn.apache.org/viewvc?rev=1200048view=rev Log: Add constant for the org.apache.tomcat. attribute name prefix. Move ASYNC_SUPPORTED_ATTR up to other *_ATTR constants. Modified:

svn commit: r1200056 - /tomcat/trunk/java/org/apache/catalina/connector/Request.java

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 00:10:04 2011 New Revision: 1200056 URL: http://svn.apache.org/viewvc?rev=1200056view=rev Log: Change implementation of PARAMETER_PARSE_FAILED_ATTR attribute, to align with other special attributes. It is now implemented in Request.getAttribute(). Modified:

Re: svn commit: r1199980 - in /tomcat/trunk/java/org/apache: catalina/core/AprLifecycleListener.java catalina/core/LocalStrings.properties tomcat/jni/SSL.java

2011-11-09 Thread Christopher Schultz
Mark, On 11/9/11 2:12 PM, Mark Thomas wrote: What happens if I try this with 1.1.22? Here is the behavior under various circumstances: 1.1.23, openssl-fips, FIPSMode!=on : regular startup 1.1.23, openssl-fips, FIPSMode=on : enter FIPS mode 1.1.23, openssl, FIPSMode!=on : regular startup

Re: svn commit: r1199980 - in /tomcat/trunk/java/org/apache: catalina/core/AprLifecycleListener.java catalina/core/LocalStrings.properties tomcat/jni/SSL.java

2011-11-09 Thread Christopher Schultz
All, On 11/9/11 4:32 PM, Christopher Schultz wrote: I see several ways to move forward, here, not necessarily mutually exclusive: 1. terminate SSL on FIPS error 2. set sslInitialized after initialization is complete (including FIPS), not before 3. set error state in SSL class to

DO NOT REPLY [Bug 52165] New: javax.naming.NameNotFoundException: Name name is not bound in this Context

2011-11-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52165 Bug #: 52165 Summary: javax.naming.NameNotFoundException: Name name is not bound in this Context Product: Tomcat 6 Version: 6.0.33 Platform: PC OS/Version:

Re: svn commit: r1199980 - in /tomcat/trunk/java/org/apache: catalina/core/AprLifecycleListener.java catalina/core/LocalStrings.properties tomcat/jni/SSL.java

2011-11-09 Thread Christopher Schultz
Konstantin, On 11/9/11 3:39 PM, Konstantin Kolinko wrote: 2011/11/10 Christopher Schultz ch...@christopherschultz.net: There is java.lang.UnsatisfiedLinkError (and not the IllegalStateException that the code throws). Despite this error, Tomcat startup sequence continues. I guess that from

DO NOT REPLY [Bug 52165] javax.naming.NameNotFoundException: Name name is not bound in this Context

2011-11-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52165 --- Comment #1 from Konstantin Kolinko knst.koli...@gmail.com 2011-11-10 01:20:06 UTC --- If you are able to reproduce this with a simple example on a clean Tomcat installation, then attach configuration file + code + source code here.

svn commit: r1200089 - /tomcat/trunk/java/org/apache/catalina/connector/Request.java

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 01:50:53 2011 New Revision: 1200089 URL: http://svn.apache.org/viewvc?rev=1200089view=rev Log: Refactor special attribute names handling, to use hash table lookup + adapter class, instead of series of name.equals() tests. Extracted add/change/remove notification

svn commit: r1200106 - /tomcat/trunk/webapps/docs/config/filter.xml

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 02:57:07 2011 New Revision: 1200106 URL: http://svn.apache.org/viewvc?rev=1200106view=rev Log: Reformat and rearrange code samples to reduce the width of the document, for better readability. Modified: tomcat/trunk/webapps/docs/config/filter.xml Modified:

svn commit: r1200107 - in /tomcat/trunk: conf/web.xml webapps/docs/config/filter.xml

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 03:00:29 2011 New Revision: 1200107 URL: http://svn.apache.org/viewvc?rev=1200107view=rev Log: Document FailedRequestFilter and add sample configuration to conf/web.xml. Modified: tomcat/trunk/conf/web.xml tomcat/trunk/webapps/docs/config/filter.xml

svn commit: r1200115 - in /tomcat/tc7.0.x/trunk/webapps/ROOT: WEB-INF/web.xml index.jsp tomcat.css tomcat.svg

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 03:54:53 2011 New Revision: 1200115 URL: http://svn.apache.org/viewvc?rev=1200115view=rev Log: Merging r1187809 - Trailing whitespace removal from /webapps Part 1 of n. - /webapps/ROOT Modified: tomcat/tc7.0.x/trunk/webapps/ROOT/WEB-INF/web.xml

svn commit: r1200116 - in /tomcat/tc7.0.x/trunk/webapps/manager/WEB-INF: jsp/403.jsp jsp/sessionDetail.jsp jsp/sessionsList.jsp web.xml

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 03:55:47 2011 New Revision: 1200116 URL: http://svn.apache.org/viewvc?rev=1200116view=rev Log: Merging r1187809 - Trailing whitespace removal from /webapps Part 2. - /webapps/manager Modified: tomcat/tc7.0.x/trunk/webapps/manager/WEB-INF/jsp/403.jsp

svn commit: r1200117 - in /tomcat/tc7.0.x/trunk/webapps/host-manager/WEB-INF: jsp/403.jsp web.xml

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 03:56:23 2011 New Revision: 1200117 URL: http://svn.apache.org/viewvc?rev=1200117view=rev Log: Merging r1187809 - Trailing whitespace removal from /webapps /webapps/host-manager Modified: tomcat/tc7.0.x/trunk/webapps/host-manager/WEB-INF/jsp/403.jsp

svn commit: r1200118 - in /tomcat/tc7.0.x/trunk/webapps/examples/jsp: ./ async/ cal/ checkbox/ colors/ error/ forward/ include/

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 03:57:58 2011 New Revision: 1200118 URL: http://svn.apache.org/viewvc?rev=1200118view=rev Log: Merging r1187809 - Trailing whitespace removal from /webapps /webapps/examples, 1 of n Modified: tomcat/tc7.0.x/trunk/webapps/examples/jsp/async/index.jsp

svn commit: r1200119 - in /tomcat/tc7.0.x/trunk/webapps/examples/jsp/jsp2: el/ jspattribute/ jspx/ misc/ simpletag/ tagfiles/

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 03:59:06 2011 New Revision: 1200119 URL: http://svn.apache.org/viewvc?rev=1200119view=rev Log: Merging r1187809 - Trailing whitespace removal from /webapps /webapps/examples, 2 Modified: tomcat/tc7.0.x/trunk/webapps/examples/jsp/jsp2/el/basic-arithmetic.jsp

svn commit: r1200120 - in /tomcat/tc7.0.x/trunk/webapps/examples: jsp/jsptoserv/ jsp/plugin/ jsp/sessions/ jsp/snp/ jsp/tagplugin/ jsp/xml/ servlets/

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 04:00:19 2011 New Revision: 1200120 URL: http://svn.apache.org/viewvc?rev=1200120view=rev Log: Merging r1187809 - Trailing whitespace removal from /webapps /webapps/examples, 3 Modified: tomcat/tc7.0.x/trunk/webapps/examples/jsp/jsptoserv/jts.html

svn commit: r1200121 - in /tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/classes: ./ async/ cal/ chat/ colors/ compressionFilters/ dates/ examples/

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 04:01:40 2011 New Revision: 1200121 URL: http://svn.apache.org/viewvc?rev=1200121view=rev Log: Merging r1187809 - Trailing whitespace removal from /webapps /webapps/examples, 4 Modified:

svn commit: r1200123 - in /tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF: ./ classes/ classes/jsp2/examples/ classes/jsp2/examples/el/ classes/jsp2/examples/simpletag/ classes/listeners/ classes/sessi

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 04:03:27 2011 New Revision: 1200123 URL: http://svn.apache.org/viewvc?rev=1200123view=rev Log: Merging r1187809 - Trailing whitespace removal from /webapps /webapps/examples, 5 Modified:

svn commit: r1200125 - in /tomcat/tc7.0.x/trunk/webapps/docs/appdev: build.xml.txt project.xml sample/index.html sample/src/mypackage/Hello.java source.xml web.xml.txt

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 04:05:48 2011 New Revision: 1200125 URL: http://svn.apache.org/viewvc?rev=1200125view=rev Log: Merging r1187809 - Trailing whitespace removal from /webapps /webapps/docs, part 1 of n Modified: tomcat/tc7.0.x/trunk/webapps/docs/appdev/build.xml.txt

svn commit: r1200126 - in /tomcat/tc7.0.x/trunk/webapps/docs: WEB-INF/ api/ architecture/ architecture/startup/ elapi/ images/ jspapi/ servletapi/

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 04:06:54 2011 New Revision: 1200126 URL: http://svn.apache.org/viewvc?rev=1200126view=rev Log: Merging r1187809 - Trailing whitespace removal from /webapps /webapps/docs, 2 Modified: tomcat/tc7.0.x/trunk/webapps/docs/WEB-INF/web.xml

svn commit: r1200127 - in /tomcat/tc7.0.x/trunk/webapps/docs: config/ tribes/

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 04:08:49 2011 New Revision: 1200127 URL: http://svn.apache.org/viewvc?rev=1200127view=rev Log: Merging r1187809 - Trailing whitespace removal from /webapps /webapps/docs, 3 Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/cluster-channel.xml

DO NOT REPLY [Bug 52165] javax.naming.NameNotFoundException: Name name is not bound in this Context

2011-11-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52165 --- Comment #2 from maxie maksim.likha...@thomson.com 2011-11-10 04:09:26 UTC --- plain vanila simple example works, real app consistently doesn't, I wonder if spring context somehow affecting this. I'll try to comeup with the example. --

svn commit: r1200130 - in /tomcat/tc7.0.x/trunk/webapps/docs/config: listeners.xml manager.xml project.xml realm.xml resources.xml server.xml systemprops.xml valve.xml

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 04:11:35 2011 New Revision: 1200130 URL: http://svn.apache.org/viewvc?rev=1200130view=rev Log: Merging r1187809 - Trailing whitespace removal from /webapps /webapps/docs, 5 Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/listeners.xml

svn commit: r1200131 - in /tomcat/tc7.0.x/trunk/webapps/docs: aio.xml apr.xml balancer-howto.xml building.xml cgi-howto.xml class-loader-howto.xml cluster-howto.xml connectors.xml

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 04:12:37 2011 New Revision: 1200131 URL: http://svn.apache.org/viewvc?rev=1200131view=rev Log: Merging r1187809 - Trailing whitespace removal from /webapps /webapps/docs, 6 Modified: tomcat/tc7.0.x/trunk/webapps/docs/aio.xml

svn commit: r1200133 - in /tomcat/tc7.0.x/trunk/webapps/docs: default-servlet.xml deployer-howto.xml developers.xml extras.xml html-manager-howto.xml jasper-howto.xml jndi-datasource-examples-howto.xm

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 04:13:59 2011 New Revision: 1200133 URL: http://svn.apache.org/viewvc?rev=1200133view=rev Log: Merging r1187809 - Trailing whitespace removal from /webapps /webapps/docs, 7 Modified: tomcat/tc7.0.x/trunk/webapps/docs/default-servlet.xml

svn commit: r1200134 - in /tomcat/tc7.0.x/trunk/webapps/docs: logging.xml manager-howto.xml maven-jars.xml mbeans-descriptor-howto.xml monitoring.xml proxy-howto.xml realm-howto.xml

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 04:15:34 2011 New Revision: 1200134 URL: http://svn.apache.org/viewvc?rev=1200134view=rev Log: Merging r1187809 - Trailing whitespace removal from /webapps /webapps/docs, 8 Modified: tomcat/tc7.0.x/trunk/webapps/docs/logging.xml

svn commit: r1200135 - in /tomcat/tc7.0.x/trunk/webapps/docs: security-howto.xml security-manager-howto.xml setup.xml ssi-howto.xml ssl-howto.xml virtual-hosting-howto.xml windows-auth-howto.xml windo

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 04:16:47 2011 New Revision: 1200135 URL: http://svn.apache.org/viewvc?rev=1200135view=rev Log: Merging r1187809 - Trailing whitespace removal from /webapps /webapps/docs, 9 Modified: tomcat/tc7.0.x/trunk/webapps/docs/security-howto.xml

svn commit: r1200139 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/index.xml webapps/docs/project.xml webapps/docs/tomcat-docs.xsl

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 04:19:11 2011 New Revision: 1200139 URL: http://svn.apache.org/viewvc?rev=1200139view=rev Log: Merging r1187809 - Trailing whitespace removal from /webapps Last remaining files. Updated mergeinfo. Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1200143 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/config/filter.xml

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 04:22:15 2011 New Revision: 1200143 URL: http://svn.apache.org/viewvc?rev=1200143view=rev Log: Merged revision 1200106 from tomcat/trunk: Reformat and rearrange code samples to reduce the width of the document, for better readability. Modified:

svn commit: r1200155 - /tomcat/tc7.0.x/trunk/

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 05:19:48 2011 New Revision: 1200155 URL: http://svn.apache.org/viewvc?rev=1200155view=rev Log: Followup to schultz's r1199985: Update mergeinfo marking r1199980 as merged Modified: tomcat/tc7.0.x/trunk/ (props changed) Propchange: tomcat/tc7.0.x/trunk/

svn commit: r1200156 - in /tomcat/tc7.0.x/trunk/java/org/apache/catalina: AccessLog.java Authenticator.java CatalinaFactory.java Cluster.java

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 05:30:28 2011 New Revision: 1200156 URL: http://svn.apache.org/viewvc?rev=1200156view=rev Log: Merging revision 1187801 from tomcat/trunk: Whitespace removal from remaining /java/org/apache/catalina Part 1 of n Modified:

svn commit: r1200157 - in /tomcat/tc7.0.x/trunk/java/org/apache/catalina: comet/CometEvent.java comet/CometFilter.java comet/CometFilterChain.java comet/CometProcessor.java connector/mbeans-descriptor

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 05:31:27 2011 New Revision: 1200157 URL: http://svn.apache.org/viewvc?rev=1200157view=rev Log: Merging revision 1187801 from tomcat/trunk: Whitespace removal from remaining /java/org/apache/catalina Part 2 Modified:

svn commit: r1200158 - in /tomcat/tc7.0.x/trunk/java/org/apache/catalina: Contained.java Container.java ContainerEvent.java ContainerListener.java ContainerServlet.java Context.java DistributedManager

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 05:32:22 2011 New Revision: 1200158 URL: http://svn.apache.org/viewvc?rev=1200158view=rev Log: Merging revision 1187801 from tomcat/trunk: Whitespace removal from remaining /java/org/apache/catalina Part 3 Modified:

svn commit: r1200159 - in /tomcat/tc7.0.x/trunk/java/org/apache/catalina: Engine.java Executor.java Globals.java Group.java Host.java InstanceEvent.java InstanceListener.java Lifecycle.java

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 05:33:31 2011 New Revision: 1200159 URL: http://svn.apache.org/viewvc?rev=1200159view=rev Log: Merging revision 1187801 from tomcat/trunk: Whitespace removal from remaining /java/org/apache/catalina Part 4 Modified:

svn commit: r1200160 - in /tomcat/tc7.0.x/trunk/java/org/apache/catalina: LifecycleEvent.java LifecycleException.java LifecycleListener.java LifecycleState.java Loader.java Manager.java Pipeline.java

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 05:35:13 2011 New Revision: 1200160 URL: http://svn.apache.org/viewvc?rev=1200160view=rev Log: Merging revision 1187801 from tomcat/trunk: Whitespace removal from remaining /java/org/apache/catalina Part 5 Modified:

svn commit: r1200161 - in /tomcat/tc7.0.x/trunk/java/org/apache/catalina/security: Constants.java SecurityClassLoad.java SecurityConfig.java SecurityListener.java SecurityUtil.java

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 05:36:35 2011 New Revision: 1200161 URL: http://svn.apache.org/viewvc?rev=1200161view=rev Log: Merging revision 1187801 from tomcat/trunk: Whitespace removal from remaining /java/org/apache/catalina Part 6 Modified:

svn commit: r1200162 - in /tomcat/tc7.0.x/trunk/java/org/apache/catalina: Server.java Service.java Session.java SessionEvent.java SessionListener.java Store.java User.java UserDatabase.java

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 05:37:57 2011 New Revision: 1200162 URL: http://svn.apache.org/viewvc?rev=1200162view=rev Log: Merging revision 1187801 from tomcat/trunk: Whitespace removal from remaining /java/org/apache/catalina Part 7 Modified:

svn commit: r1200163 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/ java/org/apache/catalina/servlets/ java/org/apache/catalina/valves/

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 05:40:04 2011 New Revision: 1200163 URL: http://svn.apache.org/viewvc?rev=1200163view=rev Log: Merging revision 1187801 from tomcat/trunk: Whitespace removal from remaining /java/org/apache/catalina Part 8, the last one. Updated mergeinfo. Modified:

svn commit: r1200164 - in /tomcat/tc7.0.x/trunk/java/org/apache/tomcat: InstanceManager.java JarScanner.java JarScannerCallback.java PeriodicEventListener.java buildutil/Txt2Html.java jni/Directory.ja

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 05:46:02 2011 New Revision: 1200164 URL: http://svn.apache.org/viewvc?rev=1200164view=rev Log: Merging revision 1187781 from tomcat/trunk: Whitespace removal from /java/org/apache/tomcat I won't merge all of it (as it spans bcel etc.), but only our code. Part 1.

svn commit: r1200165 - in /tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util: DomUtil.java ExceptionUtils.java IntrospectionUtils.java buf/package.html file/Constants.java file/Matcher.java http/mapper

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 05:49:16 2011 New Revision: 1200165 URL: http://svn.apache.org/viewvc?rev=1200165view=rev Log: Merging revision 1187781 from tomcat/trunk: Whitespace removal from /java/org/apache/tomcat I won't merge all of it (as it spans bcel etc.), but only our code. Part 2.

svn commit: r1200166 - in /tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util: net/jsse/JSSEImplementation.java net/jsse/JSSEKeyManager.java net/jsse/JSSESocketFactory.java net/jsse/JSSESupport.java net

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 05:50:36 2011 New Revision: 1200166 URL: http://svn.apache.org/viewvc?rev=1200166view=rev Log: Merging revision 1187781 from tomcat/trunk: Whitespace removal from /java/org/apache/tomcat I won't merge all of it (as it spans bcel etc.), but only our code. Part 3.

svn commit: r1200167 - in /tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net: AbstractEndpoint.java AprEndpoint.java DefaultServerSocketFactory.java JIoEndpoint.java ServerSocketFactory.java Socket

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 05:52:22 2011 New Revision: 1200167 URL: http://svn.apache.org/viewvc?rev=1200167view=rev Log: Merging revision 1187781 from tomcat/trunk: Whitespace removal from /java/org/apache/tomcat I won't merge all of it (as it spans bcel etc.), but only our code. Part 4.

svn commit: r1200168 - in /tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net: NioBlockingSelector.java NioChannel.java NioEndpoint.java NioSelectorPool.java SecureNioChannel.java

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 05:53:21 2011 New Revision: 1200168 URL: http://svn.apache.org/viewvc?rev=1200168view=rev Log: Merging revision 1187781 from tomcat/trunk: Whitespace removal from /java/org/apache/tomcat I won't merge all of it (as it spans bcel etc.), but only our code. Part 5.

svn commit: r1200170 - in /tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util: net/ scan/

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 05:54:22 2011 New Revision: 1200170 URL: http://svn.apache.org/viewvc?rev=1200170view=rev Log: Merging revision 1187781 from tomcat/trunk: Whitespace removal from /java/org/apache/tomcat I won't merge all of it (as it spans bcel etc.), but only our code. Part 6.

svn commit: r1200171 - in /tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/threads: Constants.java LimitLatch.java ResizableExecutor.java TaskQueue.java TaskThread.java TaskThreadFactory.java ThreadP

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 05:55:40 2011 New Revision: 1200171 URL: http://svn.apache.org/viewvc?rev=1200171view=rev Log: Merging revision 1187781 from tomcat/trunk: Whitespace removal from /java/org/apache/tomcat I won't merge all of it (as it spans bcel etc.), but only our code. Part 7,

svn commit: r1200173 - in /tomcat/tc7.0.x/trunk/java/org/apache/catalina/connector: ClientAbortException.java CometEventImpl.java Connector.java Constants.java

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 06:11:10 2011 New Revision: 1200173 URL: http://svn.apache.org/viewvc?rev=1200173view=rev Log: Merged revision 1187753 from tomcat/trunk: Clean-up. No functional change. Part 1 of n. Modified:

svn commit: r1200174 - in /tomcat/tc7.0.x/trunk/java/org/apache/catalina/connector: CoyoteAdapter.java CoyoteInputStream.java CoyoteOutputStream.java CoyotePrincipal.java CoyoteReader.java CoyoteWrite

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 06:12:08 2011 New Revision: 1200174 URL: http://svn.apache.org/viewvc?rev=1200174view=rev Log: Merged revision 1187753 from tomcat/trunk: Clean-up. No functional change. Part 2. Modified:

svn commit: r1200175 - in /tomcat/tc7.0.x/trunk/java/org/apache/catalina/connector: InputBuffer.java MapperListener.java OutputBuffer.java

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 06:13:21 2011 New Revision: 1200175 URL: http://svn.apache.org/viewvc?rev=1200175view=rev Log: Merged revision 1187753 from tomcat/trunk: Clean-up. No functional change. Part 3. Modified:

svn commit: r1200176 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/connector/Request.java

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 06:14:08 2011 New Revision: 1200176 URL: http://svn.apache.org/viewvc?rev=1200176view=rev Log: Merged revision 1187753 from tomcat/trunk: Clean-up. No functional change. Part 4. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/connector/Request.java

svn commit: r1200178 - in /tomcat/tc7.0.x/trunk/java/org/apache/catalina/connector: RequestFacade.java Response.java ResponseFacade.java

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 06:14:46 2011 New Revision: 1200178 URL: http://svn.apache.org/viewvc?rev=1200178view=rev Log: Merged revision 1187753 from tomcat/trunk: Clean-up. No functional change. Part 5. Modified:

svn commit: r1200180 - in /tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/buf: Ascii.java B2CConverter.java Constants.java HexUtils.java

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 06:23:25 2011 New Revision: 1200180 URL: http://svn.apache.org/viewvc?rev=1200180view=rev Log: Merged revision 1187753 from tomcat/trunk: Clean-up. No functional change. Part 6. Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/buf/Ascii.java

svn commit: r1200181 - in /tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/buf: ByteChunk.java C2BConverter.java CharChunk.java

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 06:24:07 2011 New Revision: 1200181 URL: http://svn.apache.org/viewvc?rev=1200181view=rev Log: Merged revision 1187753 from tomcat/trunk: Clean-up. No functional change. Part 7. Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/buf/ByteChunk.java

svn commit: r1200182 - in /tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/buf: MessageBytes.java StringCache.java UDecoder.java UEncoder.java

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 06:24:38 2011 New Revision: 1200182 URL: http://svn.apache.org/viewvc?rev=1200182view=rev Log: Merged revision 1187753 from tomcat/trunk: Clean-up. No functional change. Part 8. Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/buf/MessageBytes.java

svn commit: r1200183 - in /tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http: ContentType.java CookieSupport.java Cookies.java ServerCookie.java

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 06:26:26 2011 New Revision: 1200183 URL: http://svn.apache.org/viewvc?rev=1200183view=rev Log: Merged revision 1187753 from tomcat/trunk: Clean-up. No functional change. Part 9 Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http/ContentType.java

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

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 06:27:27 2011 New Revision: 1200184 URL: http://svn.apache.org/viewvc?rev=1200184view=rev Log: Merged revision 1187753 from tomcat/trunk: Clean-up. No functional change. Part 10, the last one. Updating mergeinfo. Modified: tomcat/tc7.0.x/trunk/ (props

buildbot failure in ASF Buildbot on tomcat-7-trunk

2011-11-09 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/166 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

svn commit: r1200186 - /tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http/Parameters.java

2011-11-09 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 06:42:00 2011 New Revision: 1200186 URL: http://svn.apache.org/viewvc?rev=1200186view=rev Log: Fix compilation failure caused by r1200184 Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http/Parameters.java Modified:

buildbot success in ASF Buildbot on tomcat-7-trunk

2011-11-09 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/167 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build