svn commit: r1202570 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/filters/ java/org/apache/catalina/valves/ webapps/docs/ webapps/docs/config/

2011-11-16 Thread kkolinko
Author: kkolinko Date: Wed Nov 16 08:02:09 2011 New Revision: 1202570 URL: http://svn.apache.org/viewvc?rev=1202570&view=rev Log: Merged revision 1202565 from tomcat/trunk: Add "denyStatus" attribute to RequestFilterValve, RequestFilter. Add overridable denyRequest() method to RequestFilterValve.

svn commit: r1202576 - /tomcat/jk/trunk/native/common/jk_pool.c

2011-11-16 Thread mturk
Author: mturk Date: Wed Nov 16 08:13:41 2011 New Revision: 1202576 URL: http://svn.apache.org/viewvc?rev=1202576&view=rev Log: Directly use dyn_alloc code in alloc function instead having separate function Modified: tomcat/jk/trunk/native/common/jk_pool.c Modified: tomcat/jk/trunk/native/com

buildbot success in ASF Buildbot on tomcat-trunk

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

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

2011-11-16 Thread kkolinko
Author: kkolinko Date: Wed Nov 16 08:18:49 2011 New Revision: 1202577 URL: http://svn.apache.org/viewvc?rev=1202577&view=rev Log: proposal 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?re

svn commit: r1202578 - /tomcat/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml

2011-11-16 Thread kkolinko
Author: kkolinko Date: Wed Nov 16 08:22:02 2011 New Revision: 1202578 URL: http://svn.apache.org/viewvc?rev=1202578&view=rev Log: Followup to r1202565 Correct description for one of valves. (Already done for the second one). Modified: tomcat/trunk/java/org/apache/catalina/valves/mbeans-descri

svn commit: r1202579 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/valves/mbeans-descriptors.xml

2011-11-16 Thread kkolinko
Author: kkolinko Date: Wed Nov 16 08:24:06 2011 New Revision: 1202579 URL: http://svn.apache.org/viewvc?rev=1202579&view=rev Log: Merged revision 1202578 from tomcat/trunk: Followup to r1202565 Correct description for one of valves. (Already done for the second one). Modified: tomcat/tc7.0.x/

svn commit: r1202582 - /tomcat/jk/trunk/native/common/jk_ajp_common.c

2011-11-16 Thread mturk
Author: mturk Date: Wed Nov 16 08:31:14 2011 New Revision: 1202582 URL: http://svn.apache.org/viewvc?rev=1202582&view=rev Log: Be more informative when logging message overflow Modified: tomcat/jk/trunk/native/common/jk_ajp_common.c Modified: tomcat/jk/trunk/native/common/jk_ajp_common.c URL

svn commit: r1202585 - in /tomcat/jk/trunk/native/common: jk_ajp14.c jk_ajp_common.c jk_msg_buff.c jk_msg_buff.h

2011-11-16 Thread mturk
Author: mturk Date: Wed Nov 16 08:42:18 2011 New Revision: 1202585 URL: http://svn.apache.org/viewvc?rev=1202585&view=rev Log: No need for that many casts. Use simpler string api Modified: tomcat/jk/trunk/native/common/jk_ajp14.c tomcat/jk/trunk/native/common/jk_ajp_common.c tomcat/jk

Re: svn commit: r1202556 - in /tomcat/jk/trunk/native: README.txt TODO.txt apache-2.0/bldjk.qclsrc apache-2.0/bldjk54.qclsrc build.xml netscape/Makefile.linux

2011-11-16 Thread Konstantin Kolinko
2011/11/16 : > Author: mturk > Date: Wed Nov 16 07:07:10 2011 > New Revision: 1202556 > > URL: http://svn.apache.org/viewvc?rev=1202556&view=rev > Log: > Axe deprecated JNI references from more places > > Modified: >    tomcat/jk/trunk/native/README.txt >    tomcat/jk/trunk/native/TODO.txt >    to

Re: [VOTE] Release build 6.0.34

2011-11-16 Thread Konstantin Kolinko
2011/11/15 jean-frederic clere : > The candidates binaries are available here: > http://people.apache.org/~jfclere/tomcat-6/v6.0.34/ > > According to the release process, the 6.0.34 build corresponding to the > tag TOMCAT_6_0_34 is: > [x] Broken http://localhost:8080/examples/servlets/servlet/Requ

svn commit: r1202645 - /tomcat/jk/trunk/native/netscape/Makefile.linux

2011-11-16 Thread mturk
Author: mturk Date: Wed Nov 16 11:35:44 2011 New Revision: 1202645 URL: http://svn.apache.org/viewvc?rev=1202645&view=rev Log: Make sure we have correct variable after jni removal Modified: tomcat/jk/trunk/native/netscape/Makefile.linux Modified: tomcat/jk/trunk/native/netscape/Makefile.linu

URLDecoding not occurring for '+'

2011-11-16 Thread Willem Fibbe
Hi, With the HEAD revision of tc7.0.x/trunk I get that spaces are translated into + symbols. After binary searching which SVN rev in tomcat introduced this error, I found the following: - 1189876 correctly URL-decodes the + sign into a space - 1189899 doesn't URL-decode the + sign into a space

Re: svn commit: r1202556 - in /tomcat/jk/trunk/native: README.txt TODO.txt apache-2.0/bldjk.qclsrc apache-2.0/bldjk54.qclsrc build.xml netscape/Makefile.linux

2011-11-16 Thread Mladen Truk
On 11/16/2011 10:05 AM, Konstantin Kolinko wrote: 2011/11/16: I do not 100% understand this file, but it looks like it can be replaced it with JK_OBJECTS. Good catch. Fixed. Cheers -- ^TM - To unsubscribe, e-mail: dev-unsu

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

2011-11-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51181 --- Comment #19 from Suresh Karuppannan 2011-11-16 12:06:59 UTC --- +1, I'm looking into use it in our new product and I always prefer Tomcat. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You a

Re: URLDecoding not occurring for '+'

2011-11-16 Thread Rainer Jung
On 16.11.2011 12:41, Willem Fibbe wrote: Hi, With the HEAD revision of tc7.0.x/trunk I get that spaces are translated into + symbols. After binary searching which SVN rev in tomcat introduced this error, I found the following: - 1189876 correctly URL-decodes the + sign into a space - 1189899

svn commit: r1202705 - in /tomcat/trunk: java/org/apache/tomcat/util/http/Parameters.java test/org/apache/tomcat/util/http/TestParameters.java

2011-11-16 Thread kkolinko
Author: kkolinko Date: Wed Nov 16 13:43:53 2011 New Revision: 1202705 URL: http://svn.apache.org/viewvc?rev=1202705&view=rev Log: Parameters.java: - Fix regression in urldecoding of parameters that contain spaces Patch by Willem Fibbe TestParameters.java: - Improve the test to cover parameters th

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

2011-11-16 Thread kkolinko
Author: kkolinko Date: Wed Nov 16 13:47:29 2011 New Revision: 1202708 URL: http://svn.apache.org/viewvc?rev=1202708&view=rev Log: Merged revision 1202705 from tomcat/trunk: Parameters.java: - Fix regression in urldecoding of parameters that contain spaces Patch by Willem Fibbe TestParameters.java

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

2011-11-16 Thread kkolinko
Author: kkolinko Date: Wed Nov 16 13:51:31 2011 New Revision: 1202711 URL: http://svn.apache.org/viewvc?rev=1202711&view=rev Log: proposal 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?re

svn commit: r1202712 - /tomcat/tc5.5.x/trunk/STATUS.txt

2011-11-16 Thread kkolinko
Author: kkolinko Date: Wed Nov 16 13:53:54 2011 New Revision: 1202712 URL: http://svn.apache.org/viewvc?rev=1202712&view=rev Log: update proposal Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS

svn commit: r1202748 - /tomcat/jk/trunk/native/common/jk_shm.c

2011-11-16 Thread mturk
Author: mturk Date: Wed Nov 16 15:47:09 2011 New Revision: 1202748 URL: http://svn.apache.org/viewvc?rev=1202748&view=rev Log: Clean few extra unlonck macros with now extra retval Modified: tomcat/jk/trunk/native/common/jk_shm.c Modified: tomcat/jk/trunk/native/common/jk_shm.c URL: http://s

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

2011-11-16 Thread rjung
Author: rjung Date: Wed Nov 16 16:10:56 2011 New Revision: 1202761 URL: http://svn.apache.org/viewvc?rev=1202761&view=rev Log: Vote. 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?rev=1202

[jira] [Created] (MTOMCAT-106) tomcat7-maven-plugin extraDependency not working with class not found

2011-11-16 Thread William Ghelfi (Created) (JIRA)
tomcat7-maven-plugin extraDependency not working with class not found - Key: MTOMCAT-106 URL: https://issues.apache.org/jira/browse/MTOMCAT-106 Project: Apache Tomcat Maven Plugin

[jira] [Commented] (MTOMCAT-106) tomcat7-maven-plugin extraDependency not working with class not found

2011-11-16 Thread Olivier Lamy (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13151313#comment-13151313 ] Olivier Lamy commented on MTOMCAT-106: -- please attach a patch file and check "Grant

[jira] [Updated] (MTOMCAT-106) tomcat7-maven-plugin extraDependency not working with class not found

2011-11-16 Thread William Ghelfi (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] William Ghelfi updated MTOMCAT-106: --- Attachment: 0001-extraDependencies-didn-t-really-work-exiting-with-er.patch For a prettified

[jira] [Issue Comment Edited] (MTOMCAT-106) tomcat7-maven-plugin extraDependency not working with class not found

2011-11-16 Thread William Ghelfi (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13151357#comment-13151357 ] William Ghelfi edited comment on MTOMCAT-106 at 11/16/11 5:34 PM: -

[jira] [Commented] (MTOMCAT-106) tomcat7-maven-plugin extraDependency not working with class not found

2011-11-16 Thread Olivier Lamy (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13151378#comment-13151378 ] Olivier Lamy commented on MTOMCAT-106: -- to prevent too much complicated xml configur

[jira] [Commented] (MTOMCAT-106) tomcat7-maven-plugin extraDependency not working with class not found

2011-11-16 Thread William Ghelfi (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13151396#comment-13151396 ] William Ghelfi commented on MTOMCAT-106: Me too! But due to my (great) lack of s

DO NOT REPLY [Bug 52184] Reduce log level for invalid cookies

2011-11-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52184 Mark Thomas changed: What|Removed |Added OS/Version||All --- Comment #1 from Mark Thomas

svn commit: r1202828 - /tomcat/trunk/test/org/apache/catalina/comet/TestCometProcessor.java

2011-11-16 Thread markt
Author: markt Date: Wed Nov 16 18:39:07 2011 New Revision: 1202828 URL: http://svn.apache.org/viewvc?rev=1202828&view=rev Log: Increase time between PINGs in an attempt to reduce false test failures Modified: tomcat/trunk/test/org/apache/catalina/comet/TestCometProcessor.java Modified: tomca

svn commit: r1202832 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/comet/TestCometProcessor.java

2011-11-16 Thread markt
Author: markt Date: Wed Nov 16 18:45:42 2011 New Revision: 1202832 URL: http://svn.apache.org/viewvc?rev=1202832&view=rev Log: Increase time between PINGs in an attempt to reduce false test failures Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/test/org/apache/cat

buildbot failure in ASF Buildbot on tomcat-trunk

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

svn commit: r1202860 - /tomcat/trunk/test/org/apache/catalina/comet/TestCometProcessor.java

2011-11-16 Thread markt
Author: markt Date: Wed Nov 16 19:51:14 2011 New Revision: 1202860 URL: http://svn.apache.org/viewvc?rev=1202860&view=rev Log: Adjust timing limits for new PING delay Modified: tomcat/trunk/test/org/apache/catalina/comet/TestCometProcessor.java Modified: tomcat/trunk/test/org/apache/catalina

svn commit: r1202864 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/comet/TestCometProcessor.java

2011-11-16 Thread markt
Author: markt Date: Wed Nov 16 19:56:08 2011 New Revision: 1202864 URL: http://svn.apache.org/viewvc?rev=1202864&view=rev Log: Adjust timing limits for new PING delay Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/test/org/apache/catalina/comet/TestCometProcessor.j

buildbot success in ASF Buildbot on tomcat-trunk

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

question on IP for VirtualContext

2011-11-16 Thread Sylvain Laurent
Hello, To fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51741 (Eclipse WTP "Serve modules without publishing" broken with tc7), I'd like to enhance the existing org.apache.naming.resources.VirtualDirContext with some features very much like in org.eclipse.jst.server.tomcat.loader.WtpDi

Re: question on IP for VirtualContext

2011-11-16 Thread Mark Thomas
On 16/11/2011 20:31, Sylvain Laurent wrote: > Hello, > > To fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51741 > (Eclipse WTP "Serve modules without publishing" broken with tc7), I'd > like to enhance the existing > org.apache.naming.resources.VirtualDirContext with some features very >

Re: question on IP for VirtualContext

2011-11-16 Thread Sylvain Laurent
On 16 nov. 2011, at 21:34, Mark Thomas wrote: > On 16/11/2011 20:31, Sylvain Laurent wrote: >> Hello, >> >> To fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51741 >> (Eclipse WTP "Serve modules without publishing" broken with tc7), I'd >> like to enhance the existing >> org.apache.namin

Re: question on IP for VirtualContext

2011-11-16 Thread Mark Thomas
On 16/11/2011 20:38, Sylvain Laurent wrote: > > On 16 nov. 2011, at 21:34, Mark Thomas wrote: > >> On 16/11/2011 20:31, Sylvain Laurent wrote: >>> Hello, >>> >>> To fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51741 >>> (Eclipse WTP "Serve modules without publishing" broken with tc7), I

DO NOT REPLY [Bug 52191] SHM file name for ISAPI Redirector is not unique when multiple ISAPI Redirectors on Website

2011-11-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52191 --- Comment #1 from Tim Whittington 2011-11-16 21:11:54 UTC --- Created attachment 27960 --> https://issues.apache.org/bugzilla/attachment.cgi?id=27960 Make shm filename unique based on extension_uri Attached a patch for option 1, using

Re: svn commit: r1158991 - in /tomcat/jk/trunk: native/iis/jk_isapi_plugin.c xdocs/miscellaneous/changelog.xml

2011-11-16 Thread Tim Whittington
OK, finally getting time to have another look at this... https://issues.apache.org/bugzilla/show_bug.cgi?id=52191 summarises the situation - basically the SHM filename used now is not unique enough when there are multiple ISAPI Redirectors on a single website. My current proposal is to use the ext

[Tomcat Wiki] Update of "PoweredBy" by MattFogel

2011-11-16 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 MattFogel: http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=382&rev2=383 Comment: Adding Agendize to list === AccesStream === {{ht

Re: svn commit: r1198553 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/net/AbstractEndpoint.java test/org/apache/catalina/startup/TomcatBaseTest.java webapps/docs/changelog.xml webapps/do

2011-11-16 Thread Mark Thomas
On 06/11/2011 20:52, kkoli...@apache.org wrote: > Author: kkolinko > Date: Sun Nov 6 20:52:33 2011 > New Revision: 1198553 > > URL: http://svn.apache.org/viewvc?rev=1198553&view=rev > Log: > Merged revisions r1197158, r1198552 from tomcat/trunk: > Add new attribute to AbstractEndpoint and use it

[jira] [Commented] (MTOMCAT-106) tomcat7-maven-plugin extraDependency not working with class not found

2011-11-16 Thread Olivier Lamy (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13151588#comment-13151588 ] Olivier Lamy commented on MTOMCAT-106: -- you are using mvn 2.x ? > t

[Tomcat Wiki] Update of "PoweredBy" by MattFogel

2011-11-16 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 MattFogel: http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=383&rev2=384 Comment: Adding some links for more info === Agendize ===

[jira] [Commented] (MTOMCAT-106) tomcat7-maven-plugin extraDependency not working with class not found

2011-11-16 Thread William Ghelfi (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13151599#comment-13151599 ] William Ghelfi commented on MTOMCAT-106: Yep, 2.2.1 > tomcat7-ma

[jira] [Commented] (MTOMCAT-106) tomcat7-maven-plugin extraDependency not working with class not found

2011-11-16 Thread Olivier Lamy (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13151608#comment-13151608 ] Olivier Lamy commented on MTOMCAT-106: -- ok. fyi You won't have this issue with 3.x B

[jira] [Commented] (MTOMCAT-106) tomcat7-maven-plugin extraDependency not working with class not found

2011-11-16 Thread William Ghelfi (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13151628#comment-13151628 ] William Ghelfi commented on MTOMCAT-106: Thank you :) At the moment I have to kee

Change in behavior for Connector maxKeepAliveRequests in 7.0.21+

2011-11-16 Thread Ryan Morgan
Hey everyone, As part of the HTTP connector refactoring that occurred in 7.0.21 (see http://svn.apache.org/viewvc?diff_format=h&view=revision&revision=1158367) the Connector behavior has changed when maxKeepAliveRequests is set to 0. In Tomcat 7.0.20 and earlier, a setting of 0 would disable

Re: svn commit: r1198553 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/net/AbstractEndpoint.java test/org/apache/catalina/startup/TomcatBaseTest.java webapps/docs/changelog.xml webapps/do

2011-11-16 Thread Konstantin Kolinko
2011/11/17 Mark Thomas : > On 06/11/2011 20:52, kkoli...@apache.org wrote: >> Author: kkolinko >> Date: Sun Nov  6 20:52:33 2011 >> New Revision: 1198553 >> >> URL: http://svn.apache.org/viewvc?rev=1198553&view=rev >> Log: >> Merged revisions r1197158, r1198552 from tomcat/trunk: >> Add new attribu

svn commit: r1203047 - in /tomcat/trunk/java/org/apache/tomcat/util: buf/UDecoder.java http/Parameters.java

2011-11-16 Thread kkolinko
Author: kkolinko Date: Thu Nov 17 04:50:41 2011 New Revision: 1203047 URL: http://svn.apache.org/viewvc?rev=1203047&view=rev Log: Rearrange code. No functional change. Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/UDecoder.java tomcat/trunk/java/org/apache/tomcat/util/http/Parame

svn commit: r1203049 - /tomcat/trunk/java/org/apache/tomcat/util/buf/UDecoder.java

2011-11-16 Thread kkolinko
Author: kkolinko Date: Thu Nov 17 05:05:17 2011 New Revision: 1203049 URL: http://svn.apache.org/viewvc?rev=1203049&view=rev Log: Small optimization. Use findByte() instead of indexOf(). Implementation is the same, but it is more fair to its arguments. Limit second string scan using results from

svn commit: r1203052 - /tomcat/trunk/java/org/apache/tomcat/util/buf/UDecoder.java

2011-11-16 Thread kkolinko
Author: kkolinko Date: Thu Nov 17 05:21:04 2011 New Revision: 1203052 URL: http://svn.apache.org/viewvc?rev=1203052&view=rev Log: Reduce overhead from exception handling, using ProxyDirContext.NOT_FOUND_EXCEPTION as an example. Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/UDecoder.

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

2011-11-16 Thread kkolinko
Author: kkolinko Date: Thu Nov 17 05:25:06 2011 New Revision: 1203054 URL: http://svn.apache.org/viewvc?rev=1203054&view=rev Log: Merged revisions r1203047 r1203049 r1203052 from tomcat/trunk: Reduce overhead from exception handling, using ProxyDirContext.NOT_FOUND_EXCEPTION as an example. Limit

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

2011-11-16 Thread kkolinko
Author: kkolinko Date: Thu Nov 17 06:35:18 2011 New Revision: 1203077 URL: http://svn.apache.org/viewvc?rev=1203077&view=rev Log: proposal 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?re

svn commit: r1203078 - /tomcat/trunk/java/org/apache/tomcat/util/buf/UDecoder.java

2011-11-16 Thread kkolinko
Author: kkolinko Date: Thu Nov 17 06:38:08 2011 New Revision: 1203078 URL: http://svn.apache.org/viewvc?rev=1203078&view=rev Log: Correct typo in a comment Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/UDecoder.java Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/UDecoder.jav

svn commit: r1203080 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/buf/UDecoder.java

2011-11-16 Thread kkolinko
Author: kkolinko Date: Thu Nov 17 06:44:08 2011 New Revision: 1203080 URL: http://svn.apache.org/viewvc?rev=1203080&view=rev Log: Correct typo in a comment Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/buf/UDecoder.java Propchange: tom

svn commit: r1203089 - /tomcat/tc5.5.x/trunk/STATUS.txt

2011-11-16 Thread kkolinko
Author: kkolinko Date: Thu Nov 17 07:25:21 2011 New Revision: 1203089 URL: http://svn.apache.org/viewvc?rev=1203089&view=rev Log: Update proposal: include recent fixes for Parameters and UDecoder Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http:/

DO NOT REPLY [Bug 52191] SHM file name for ISAPI Redirector is not unique when multiple ISAPI Redirectors on Website

2011-11-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52191 --- Comment #2 from Mladen Turk 2011-11-17 07:34:49 UTC --- Have you checked the latest trunk. I added shmemName now has APP_POOL_ID which should allow more unique name. Also could you explain the purpose of having multiple ISAPI redirecto

Re: svn commit: r1198553 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/net/AbstractEndpoint.java test/org/apache/catalina/startup/TomcatBaseTest.java webapps/docs/changelog.xml webapps/do

2011-11-16 Thread Mark Thomas
On 17/11/2011 00:39, Konstantin Kolinko wrote: > 2011/11/17 Mark Thomas : >> On 06/11/2011 20:52, kkoli...@apache.org wrote: >>> Author: kkolinko >>> Date: Sun Nov 6 20:52:33 2011 >>> New Revision: 1198553 >>> >>> URL: http://svn.apache.org/viewvc?rev=1198553&view=rev >>> Log: >>> Merged revisions

svn commit: r1203091 - /tomcat/trunk/java/org/apache/tomcat/util/buf/UDecoder.java

2011-11-16 Thread kkolinko
Author: kkolinko Date: Thu Nov 17 07:55:08 2011 New Revision: 1203091 URL: http://svn.apache.org/viewvc?rev=1203091&view=rev Log: - Align %2f handling (aka CVE-2007-0450 fix) between implementations of UDecoder.convert(). - Make convert(MessageBytes) to consistently throw an IOException, even if