svn commit: r1195848 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/ha/session/ webapps/docs/

2011-11-01 Thread kfujino
Author: kfujino Date: Tue Nov 1 07:00:21 2011 New Revision: 1195848 URL: http://svn.apache.org/viewvc?rev=1195848&view=rev Log: When Context manager does not exist, no context manager message is replied in order to avoid timeout (default 60 sec) of GET_ALL_SESSIONS sync phase. Modified: to

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

2011-11-01 Thread mturk
Author: mturk Date: Tue Nov 1 07:01:29 2011 New Revision: 1195850 URL: http://svn.apache.org/viewvc?rev=1195850&view=rev Log: Refactor main filter handler. Do not limit the size of header data (fixes BZ50233) by using jk_pool for huge headers Modified: tomcat/jk/trunk/native/iis/jk_isapi_pl

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

2011-11-01 Thread mturk
Author: mturk Date: Tue Nov 1 07:06:33 2011 New Revision: 1195851 URL: http://svn.apache.org/viewvc?rev=1195851&view=rev Log: Use only valid port numbers Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c URL: http://svn.apache.org

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

2011-11-01 Thread mturk
Author: mturk Date: Tue Nov 1 07:36:07 2011 New Revision: 1195856 URL: http://svn.apache.org/viewvc?rev=1195856&view=rev Log: Suppress size_t -> int warning Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c URL: http://svn.apache.

[GUMP@vmgump]: Project tomcat-tc7.0.x-validate (in module tomcat-7.0.x) failed

2011-11-01 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-tc7.0.x-validate has an issue affecting its community integration.

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

2011-11-01 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-validate has an issue affecting its community integration. Th

svn commit: r1195899 - /tomcat/trunk/build.xml

2011-11-01 Thread kkolinko
Author: kkolinko Date: Tue Nov 1 09:47:42 2011 New Revision: 1195899 URL: http://svn.apache.org/viewvc?rev=1195899&view=rev Log: Fix checkstyle validation for startup/catalina.properties: validation runs before compile and the file must be copied before validation runs. Reconfigured the build so

svn commit: r1195900 - in /tomcat/tc7.0.x/trunk: ./ build.xml

2011-11-01 Thread kkolinko
Author: kkolinko Date: Tue Nov 1 09:50:23 2011 New Revision: 1195900 URL: http://svn.apache.org/viewvc?rev=1195900&view=rev Log: Merged revision 1195899 from tomcat/trunk: Fix checkstyle validation for startup/catalina.properties: validation runs before compile and the file must be copied before

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

2011-11-01 Thread kkolinko
Author: kkolinko Date: Tue Nov 1 09:59:13 2011 New Revision: 1195905 URL: http://svn.apache.org/viewvc?rev=1195905&view=rev Log: Followup to r1195531 Use standard Collections.enumeration() wrapper instead of our Enumerator class. Modified: tomcat/trunk/java/org/apache/tomcat/util/http/Parame

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

2011-11-01 Thread kkolinko
Author: kkolinko Date: Tue Nov 1 10:01:36 2011 New Revision: 1195909 URL: http://svn.apache.org/viewvc?rev=1195909&view=rev Log: Merged revision 1195905 from tomcat/trunk: Followup to r1195531 (r1195537 in tc7) Use standard Collections.enumeration() wrapper instead of our Enumerator class. Modif

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

2011-11-01 Thread kkolinko
Author: kkolinko Date: Tue Nov 1 11:10:25 2011 New Revision: 1195927 URL: http://svn.apache.org/viewvc?rev=1195927&view=rev Log: Remove proposal that was applied in r1195848 Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewv

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

2011-11-01 Thread kkolinko
Author: kkolinko Date: Tue Nov 1 12:03:49 2011 New Revision: 1195943 URL: http://svn.apache.org/viewvc?rev=1195943&view=rev Log: Followup to parameter parsing improvements. urlDecode() sets bc.charset. If decoding is skipped (because there is no '%' in the string) we shouldn't forget to set the

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

2011-11-01 Thread kkolinko
Author: kkolinko Date: Tue Nov 1 12:06:35 2011 New Revision: 1195944 URL: http://svn.apache.org/viewvc?rev=1195944&view=rev Log: Merged revision 1195943 from tomcat/trunk: Followup to parameter parsing improvements. urlDecode() sets bc.charset. If decoding is skipped (because there is no '%' in

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

2011-11-01 Thread kkolinko
Author: kkolinko Date: Tue Nov 1 12:08:48 2011 New Revision: 1195946 URL: http://svn.apache.org/viewvc?rev=1195946&view=rev Log: Add a note 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?

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

2011-11-01 Thread kkolinko
Author: kkolinko Date: Tue Nov 1 12:13:43 2011 New Revision: 1195949 URL: http://svn.apache.org/viewvc?rev=1195949&view=rev Log: Followup to r1195943 Simplify code. Move toString() call out of urlDecode() method. No functional change. Modified: tomcat/trunk/java/org/apache/tomcat/util/http/P

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

2011-11-01 Thread kkolinko
Author: kkolinko Date: Tue Nov 1 12:16:04 2011 New Revision: 1195951 URL: http://svn.apache.org/viewvc?rev=1195951&view=rev Log: Merged revision 1195949 from tomcat/trunk: Followup to r1195943 (r1195944 in TC7) Simplify code. Move toString() call out of urlDecode() method. No functional change.

svn commit: r1195953 - in /tomcat/trunk/java/org/apache/catalina: connector/ core/ ha/context/ session/ util/

2011-11-01 Thread markt
Author: markt Date: Tue Nov 1 12:23:28 2011 New Revision: 1195953 URL: http://svn.apache.org/viewvc?rev=1195953&view=rev Log: Deprecate o.a.catalina.util.Enumerator and switch to Collections.enumeration Modified: tomcat/trunk/java/org/apache/catalina/connector/Request.java tomcat/trunk/j

svn commit: r1195954 - /tomcat/trunk/java/org/apache/catalina/util/Enumerator.java

2011-11-01 Thread markt
Author: markt Date: Tue Nov 1 12:24:09 2011 New Revision: 1195954 URL: http://svn.apache.org/viewvc?rev=1195954&view=rev Log: Remove unused code Removed: tomcat/trunk/java/org/apache/catalina/util/Enumerator.java - To unsu

svn commit: r1195955 - in /tomcat/trunk/java/org/apache/jasper: runtime/JspContextWrapper.java runtime/PageContextImpl.java util/Enumerator.java

2011-11-01 Thread markt
Author: markt Date: Tue Nov 1 12:24:53 2011 New Revision: 1195955 URL: http://svn.apache.org/viewvc?rev=1195955&view=rev Log: Deprecate o.a.jasper.util.Enumerator. Use Collections.enumeration() Modified: tomcat/trunk/java/org/apache/jasper/runtime/JspContextWrapper.java tomcat/trunk/java

svn commit: r1195956 - /tomcat/trunk/java/org/apache/jasper/util/Enumerator.java

2011-11-01 Thread markt
Author: markt Date: Tue Nov 1 12:25:29 2011 New Revision: 1195956 URL: http://svn.apache.org/viewvc?rev=1195956&view=rev Log: Remove unused code Removed: tomcat/trunk/java/org/apache/jasper/util/Enumerator.java - To unsubs

svn commit: r1195962 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/catalina/ha/context/ java/org/apache/catalina/session/ java/org/a

2011-11-01 Thread markt
Author: markt Date: Tue Nov 1 12:37:24 2011 New Revision: 1195962 URL: http://svn.apache.org/viewvc?rev=1195962&view=rev Log: Deprecate use of o.a.[catalina|jasper].util.enumeration and replace with Collections.enumeration Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x

svn commit: r1195965 - /tomcat/trunk/webapps/docs/config/http.xml

2011-11-01 Thread markt
Author: markt Date: Tue Nov 1 12:40:04 2011 New Revision: 1195965 URL: http://svn.apache.org/viewvc?rev=1195965&view=rev Log: Clarify behaviour if limit is reached Modified: tomcat/trunk/webapps/docs/config/http.xml Modified: tomcat/trunk/webapps/docs/config/http.xml URL: http://svn.apache

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

2011-11-01 Thread markt
Author: markt Date: Tue Nov 1 12:41:44 2011 New Revision: 1195967 URL: http://svn.apache.org/viewvc?rev=1195967&view=rev Log: Clarify behaviour if limit is reached Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/config/http.xml Propchange: tomcat/tc7.

svn commit: r1195968 - in /tomcat/trunk: java/org/apache/catalina/connector/LocalStrings.properties java/org/apache/catalina/connector/Request.java java/org/apache/tomcat/util/http/Parameters.java tes

2011-11-01 Thread markt
Author: markt Date: Tue Nov 1 12:49:53 2011 New Revision: 1195968 URL: http://svn.apache.org/viewvc?rev=1195968&view=rev Log: Extend the parameter limits to multi-part processing Modified: tomcat/trunk/java/org/apache/catalina/connector/LocalStrings.properties tomcat/trunk/java/org/apach

svn commit: r1195977 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/tomcat/util/http/ test/org/apache/tomcat/util/http/

2011-11-01 Thread markt
Author: markt Date: Tue Nov 1 13:09:56 2011 New Revision: 1195977 URL: http://svn.apache.org/viewvc?rev=1195977&view=rev Log: Extend the parameter limits to multi-part processing Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/connector/Lo

svn commit: r1195987 - /tomcat/tc7.0.x/trunk/modules/

2011-11-01 Thread markt
Author: markt Date: Tue Nov 1 13:26:21 2011 New Revision: 1195987 URL: http://svn.apache.org/viewvc?rev=1195987&view=rev Log: Update to latest jdbc-pool changes Modified: tomcat/tc7.0.x/trunk/modules/ (props changed) Propchange: tomcat/tc7.0.x/trunk/modules/ --

Tagging 7.0.23

2011-11-01 Thread Mark Thomas
It is that time again. I plan to tag 7.0.23 later today once I have run the unit tests and the TCKs to check all is well. If you have anything you want to get into this release, now is the time to commit it. Cheers, Mark - To u

DO NOT REPLY [Bug 52119] New: Add Diablo JDK to default JDK location search path

2011-11-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52119 Bug #: 52119 Summary: Add Diablo JDK to default JDK location search path Product: Tomcat Native Version: 1.1.22 Platform: PC OS/Version: FreeBSD Status: NEW

DO NOT REPLY [Bug 52119] Add Diablo JDK to default JDK location search path

2011-11-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52119 --- Comment #1 from Michael Osipov <1983-01...@gmx.net> 2011-11-01 14:14:17 UTC --- Created attachment 27884 --> https://issues.apache.org/bugzilla/attachment.cgi?id=27884 Patch for tcnative.m4 -- Configure bugmail: https://issues.apach

Re: Tagging 7.0.23

2011-11-01 Thread Konstantin Kolinko
2011/11/1 Mark Thomas : > It is that time again. I plan to tag 7.0.23 later today once I have run > the unit tests and the TCKs to check all is well. > > If you have anything you want to get into this release, now is the time > to commit it. 1) Re: http://svn.apache.org/viewvc?view=revision&revisi

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

2011-11-01 Thread mturk
Author: mturk Date: Tue Nov 1 14:33:14 2011 New Revision: 1196019 URL: http://svn.apache.org/viewvc?rev=1196019&view=rev Log: Escaped uri can in theory have max 3 times the original size. No need for extra alloc Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c Modified: tomcat/jk/tru

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

2011-11-01 Thread mturk
Author: mturk Date: Tue Nov 1 16:07:10 2011 New Revision: 1196077 URL: http://svn.apache.org/viewvc?rev=1196077&view=rev Log: Axe trailing spaces Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c URL: http://svn.apache.org/viewvc/

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

2011-11-01 Thread mturk
Author: mturk Date: Tue Nov 1 16:09:50 2011 New Revision: 1196081 URL: http://svn.apache.org/viewvc?rev=1196081&view=rev Log: Axe old default value. extension_uri param is required, so no point to have default value Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c Modified: tomcat/jk

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

2011-11-01 Thread mturk
Author: mturk Date: Tue Nov 1 16:39:24 2011 New Revision: 1196108 URL: http://svn.apache.org/viewvc?rev=1196108&view=rev Log: Fix log line endings. Having CR LF appended results in CR CR LF to get written. MSVCRT automatically sets CRLF instead LF unless the file is opened in binary mode Modif

DO NOT REPLY [Bug 50233] support long URLs (more than 2048)

2011-11-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50233 Mladen Turk changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1196151 - /tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml

2011-11-01 Thread mturk
Author: mturk Date: Tue Nov 1 17:17:22 2011 New Revision: 1196151 URL: http://svn.apache.org/viewvc?rev=1196151&view=rev Log: Mark BZ50233 as fixed Modified: tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml Modified: tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml URL: http://svn.apache

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

2011-11-01 Thread Konstantin Kolinko
2011/11/1 : > Author: mturk > Date: Tue Nov  1 16:07:10 2011 > New Revision: 1196077 > > URL: http://svn.apache.org/viewvc?rev=1196077&view=rev > Log: > Axe trailing spaces > > Modified: >    tomcat/jk/trunk/native/iis/jk_isapi_plugin.c > > Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c >

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

2011-11-01 Thread kkolinko
Author: kkolinko Date: Tue Nov 1 18:06:16 2011 New Revision: 1196175 URL: http://svn.apache.org/viewvc?rev=1196175&view=rev Log: Make sure that ISE thrown by parseParts() or by addParameter() is remembered and rethrown when getParts() is called. Modified: tomcat/trunk/java/org/apache/catali

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

2011-11-01 Thread kkolinko
Author: kkolinko Date: Tue Nov 1 18:09:00 2011 New Revision: 1196177 URL: http://svn.apache.org/viewvc?rev=1196177&view=rev Log: Merged revision 1196175 from tomcat/trunk: Make sure that ISE thrown by parseParts() or by addParameter() is remembered and rethrown when getParts() is called. Modifi

svn commit: r1196179 - in /tomcat/maven-plugin/trunk: tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractExecWarMojo.java tomcat7-war-runner/src/main/java/org/apache

2011-11-01 Thread olamy
Author: olamy Date: Tue Nov 1 18:10:01 2011 New Revision: 1196179 URL: http://svn.apache.org/viewvc?rev=1196179&view=rev Log: [MTOMCAT-103] Executable War fails to run with a NullPointerException do not record jar entry starting with / remove it. Modified: tomcat/maven-plugin/trunk/tomcat7-

[jira] [Closed] (MTOMCAT-103) Executable War fails to run with a NullPointerException

2011-11-01 Thread Olivier Lamy (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy closed MTOMCAT-103. Resolution: Fixed should be fixed now. issue with path started with / If you still have issues add

[jira] [Commented] (MTOMCAT-103) Executable War fails to run with a NullPointerException

2011-11-01 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141419#comment-13141419 ] Hudson commented on MTOMCAT-103: Integrated in TomcatMavenPlugin #56 (See [https://build

[jira] [Commented] (MTOMCAT-103) Executable War fails to run with a NullPointerException

2011-11-01 Thread Keith Corbin (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141454#comment-13141454 ] Keith Corbin commented on MTOMCAT-103: -- That fixed it for me. Thanks so much for yo

svn commit: r1196212 - in /tomcat/trunk/java/org/apache/coyote/http11: InternalNioInputBuffer.java LocalStrings.properties

2011-11-01 Thread kkolinko
Author: kkolinko Date: Tue Nov 1 19:04:36 2011 New Revision: 1196212 URL: http://svn.apache.org/viewvc?rev=1196212&view=rev Log: Add additional state in HTTP Nio connector non-blocking HTTP headers parsing as a self-guard against unexpected call to parseHeaders() after the parsing has already be

svn commit: r1196223 - in /tomcat/trunk/java/org/apache/coyote/http11: InternalAprInputBuffer.java InternalInputBuffer.java InternalNioInputBuffer.java

2011-11-01 Thread kkolinko
Author: kkolinko Date: Tue Nov 1 19:17:39 2011 New Revision: 1196223 URL: http://svn.apache.org/viewvc?rev=1196223&view=rev Log: Alternative implementation for r1196212 that covers all HTTP connectors. Self-guard against unexpected call to parseHeaders() after the parsing has already been comple

svn commit: r1196231 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/ webapps/docs/

2011-11-01 Thread kkolinko
Author: kkolinko Date: Tue Nov 1 19:29:30 2011 New Revision: 1196231 URL: http://svn.apache.org/viewvc?rev=1196231&view=rev Log: Merged revisions r1196212 r1196223 from tomcat/trunk: Implement self-guard against unexpected call to parseHeaders() after the parsing has already been completed with

Re: Tagging 7.0.23

2011-11-01 Thread Mark Thomas
On 01/11/2011 14:16, Konstantin Kolinko wrote: > 2011/11/1 Mark Thomas : >> It is that time again. I plan to tag 7.0.23 later today once I have run >> the unit tests and the TCKs to check all is well. >> >> If you have anything you want to get into this release, now is the time >> to commit it. >

Re: Tagging 7.0.23

2011-11-01 Thread Mark Thomas
On 01/11/2011 19:42, Mark Thomas wrote: > On 01/11/2011 14:16, Konstantin Kolinko wrote: >> 2) http://markmail.org/message/5k4urwimvvmeqees > > I'll see if I can get that fixed too. Hmm. The problem here is that the context.xml files are registered as resources that trigger reload rather than red

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

2011-11-01 Thread mturk
Author: mturk Date: Tue Nov 1 21:39:41 2011 New Revision: 1196297 URL: http://svn.apache.org/viewvc?rev=1196297&view=rev Log: Use size_t since we call the functions mostly with sizeof param. No functional change Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c Modified: tomcat/jk/tru

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

2011-11-01 Thread mturk
Author: mturk Date: Tue Nov 1 21:48:06 2011 New Revision: 1196303 URL: http://svn.apache.org/viewvc?rev=1196303&view=rev Log: Passing pointer to pointer and then getting its value just make no sense. Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c Modified: tomcat/jk/trunk/native/iis

svn commit: r1196304 - /tomcat/trunk/webapps/docs/config/ajp.xml

2011-11-01 Thread markt
Author: markt Date: Tue Nov 1 21:50:53 2011 New Revision: 1196304 URL: http://svn.apache.org/viewvc?rev=1196304&view=rev Log: Clarify behaviour if limit is reached Modified: tomcat/trunk/webapps/docs/config/ajp.xml Modified: tomcat/trunk/webapps/docs/config/ajp.xml URL: http://svn.apache.o

svn commit: r1196305 - /tomcat/trunk/java/org/apache/catalina/mbeans/MBeanFactory.java

2011-11-01 Thread markt
Author: markt Date: Tue Nov 1 21:51:32 2011 New Revision: 1196305 URL: http://svn.apache.org/viewvc?rev=1196305&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52113 Don't assume presence of context.xml file with JMX deployment Modified: tomcat/trunk/java/org/apache/cata

Re: Tagging 7.0.23

2011-11-01 Thread Konstantin Kolinko
2011/11/1 Mark Thomas : > On 01/11/2011 14:16, Konstantin Kolinko wrote: >> >> 1) Re: http://svn.apache.org/viewvc?view=revision&revision=1195965 > >> Is it possible to throw a runtime exception from parseParameters() >> when the limit is reached instead of dropping the parameters, or you >> think

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

2011-11-01 Thread markt
Author: markt Date: Tue Nov 1 22:01:04 2011 New Revision: 1196314 URL: http://svn.apache.org/viewvc?rev=1196314&view=rev Log: Clarify behaviour if limit is reached Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/config/ajp.xml Propchange: tomcat/tc7.0

Re: Tagging 7.0.23

2011-11-01 Thread Konstantin Kolinko
2011/11/2 Konstantin Kolinko : > 2011/11/1 Mark Thomas : >> On 01/11/2011 14:16, Konstantin Kolinko wrote: >>> >>> 1) Re: http://svn.apache.org/viewvc?view=revision&revision=1195965 >> >>> Is it possible to throw a runtime exception from parseParameters() >>> when the limit is reached instead of dr

svn commit: r1196316 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/mbeans/MBeanFactory.java webapps/docs/changelog.xml

2011-11-01 Thread markt
Author: markt Date: Tue Nov 1 22:05:15 2011 New Revision: 1196316 URL: http://svn.apache.org/viewvc?rev=1196316&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52113 Don't assume presence of context.xml file with JMX deployment Modified: tomcat/tc7.0.x/trunk/ (props ch

DO NOT REPLY [Bug 52113] Tomcat reports missing context xml at wrong location on JMX deployment

2011-11-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52113 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 52121] New: corrupt gzip output when compression=on in server.xml

2011-11-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52121 Bug #: 52121 Summary: corrupt gzip output when compression=on in server.xml Product: Tomcat 7 Version: 7.0.22 Platform: PC OS/Version: Linux Status: NEW Se

Re: Tagging 7.0.23

2011-11-01 Thread Mark Thomas
On 01/11/2011 22:01, Konstantin Kolinko wrote: > 2011/11/2 Konstantin Kolinko : >> 2011/11/1 Mark Thomas : >>> My current thinking is to add redeployResoucre and reloadResource to >>> Context and deprecate watchedResource, making it a synonym for >>> reloadResource. Thoughts? (I haven't tested this

DO NOT REPLY [Bug 52121] corrupt gzip output when compression=on in server.xml

2011-11-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52121 --- Comment #1 from David Marcks 2011-11-01 22:18:25 UTC --- Created attachment 27887 --> https://issues.apache.org/bugzilla/attachment.cgi?id=27887 Isolated Reproduction without using Tomcat -- Configure bugmail: https://issues.apache

Re: Tagging 7.0.23

2011-11-01 Thread Konstantin Kolinko
2011/11/2 Mark Thomas : > On 01/11/2011 22:01, Konstantin Kolinko wrote: >> 2011/11/2 Konstantin Kolinko : >>> 2011/11/1 Mark Thomas : My current thinking is to add redeployResoucre and reloadResource to Context and deprecate watchedResource, making it a synonym for reloadResource. T

Re: Tagging 7.0.23

2011-11-01 Thread Mark Thomas
On 01/11/2011 22:31, Konstantin Kolinko wrote: > 2011/11/2 Mark Thomas : >> On 01/11/2011 22:01, Konstantin Kolinko wrote: >>> 2011/11/2 Konstantin Kolinko : 2011/11/1 Mark Thomas : > My current thinking is to add redeployResoucre and reloadResource to > Context and deprecate watchedRe

Re: Tagging 7.0.23

2011-11-01 Thread Mark Thomas
On 01/11/2011 22:39, Mark Thomas wrote: > Changes to any context.xml have to trigger a redeploy else they won't > take effect as no new Context object will be created. My first stab at a patch for this is at [1]. Comments welcome. The one thing I don't like is that a change to conf/context.xml th

Re: Tagging 7.0.23

2011-11-01 Thread Konstantin Kolinko
2011/11/2 Mark Thomas : > On 01/11/2011 22:39, Mark Thomas wrote: >> Changes to any context.xml have to trigger a redeploy else they won't >> take effect as no new Context object will be created. > > My first stab at a patch for this is at [1]. Comments welcome. > > The one thing I don't like is th