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

2011-11-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52121 --- Comment #14 from Konstantin Kolinko 2011-11-11 04:34:39 UTC --- (In reply to comment #11) >> Debugging with trunk, there is problem in OutputBuffer.close(). >> It does: >> doFlush(false); >> closed = true; >> >> It clo

svn commit: r1200728 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/AprLifecycleListener.java webapps/docs/changelog.xml webapps/docs/config/listeners.xml

2011-11-10 Thread kkolinko
Author: kkolinko Date: Fri Nov 11 03:53:53 2011 New Revision: 1200728 URL: http://svn.apache.org/viewvc?rev=1200728&view=rev Log: Merged revision 1200725 from tomcat/trunk: If FIPSMode="on", treat its initialization failure as fatal, regardless of the cause, be it implementation failure or missin

svn commit: r1200725 - in /tomcat/trunk: java/org/apache/catalina/core/AprLifecycleListener.java webapps/docs/config/listeners.xml

2011-11-10 Thread kkolinko
Author: kkolinko Date: Fri Nov 11 03:42:47 2011 New Revision: 1200725 URL: http://svn.apache.org/viewvc?rev=1200725&view=rev Log: If FIPSMode="on", treat its initialization failure as fatal, regardless of the cause, be it implementation failure or missing tc-native. Implementation note: - Messag

buildbot success in ASF Buildbot on tomcat-trunk

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

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

2011-11-10 Thread kkolinko
Author: kkolinko Date: Fri Nov 11 02:41:11 2011 New Revision: 1200703 URL: http://svn.apache.org/viewvc?rev=1200703&view=rev Log: Propose updated patch 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/

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

2011-11-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52121 --- Comment #13 from Konstantin Kolinko 2011-11-11 02:38:54 UTC --- Created attachment 27924 --> https://issues.apache.org/bugzilla/attachment.cgi?id=27924 2011-11-11_tc6_FlushableGZIPOutputStream-v2.patch Updated patch for 6.0.x. --

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

2011-11-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52121 --- Comment #12 from Konstantin Kolinko 2011-11-11 02:28:26 UTC --- The issue in comment 11 fixed in trunk and 7.0 with r1200696 and r1200698 respectively, will be in 7.0.23. -- Configure bugmail: https://issues.apache.org/bugzilla/userp

svn commit: r1200698 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/filters/FlushableGZIPOutputStream.java

2011-11-10 Thread kkolinko
Author: kkolinko Date: Fri Nov 11 02:22:56 2011 New Revision: 1200698 URL: http://svn.apache.org/viewvc?rev=1200698&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52121 Merged revision 1200696 from tomcat/trunk: Fix bug in FlushableGZIPOutputStream: - It could not flush the l

svn commit: r1200696 - /tomcat/trunk/java/org/apache/coyote/http11/filters/FlushableGZIPOutputStream.java

2011-11-10 Thread kkolinko
Author: kkolinko Date: Fri Nov 11 02:19:31 2011 New Revision: 1200696 URL: http://svn.apache.org/viewvc?rev=1200696&view=rev Log: Fix bug in FlushableGZIPOutputStream: - It could not flush the last byte, because it should have been done in finish(). Note that GzipOutputFilter.end() calls finish()

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

2011-11-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52121 Konstantin Kolinko changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|F

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

2011-11-10 Thread rjung
Author: rjung Date: Thu Nov 10 23:55:31 2011 New Revision: 1200641 URL: http://svn.apache.org/viewvc?rev=1200641&view=rev Log: Revoke proposal. Need to think better about null values. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.

svn commit: r1200634 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/ha/session/ClusterManagerBase.java webapps/docs/changelog.xml

2011-11-10 Thread rjung
Author: rjung Date: Thu Nov 10 23:48:52 2011 New Revision: 1200634 URL: http://svn.apache.org/viewvc?rev=1200634&view=rev Log: Use setters when cloning cluster managers (at least in ClusterManagerBase). Be consistent and don't be afraid of property change listeners. The digester calls the setter

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

2011-11-10 Thread Konstantin Kolinko
2011/11/11 Rainer Jung : > On 10.11.2011 15:08, Konstantin Kolinko wrote: >> >> 2011/11/11: >>> >>> Author: rjung >>> Date: Thu Nov 10 21:46:32 2011 >>> New Revision: 1200582 >>> >>> URL: http://svn.apache.org/viewvc?rev=1200582&view=rev >>> Log: >>> Add proposal. >>> >>> Modified: >>>    tomcat/tc

svn commit: r1200627 - /tomcat/trunk/java/org/apache/catalina/ha/session/ClusterManagerBase.java

2011-11-10 Thread rjung
Author: rjung Date: Thu Nov 10 23:44:18 2011 New Revision: 1200627 URL: http://svn.apache.org/viewvc?rev=1200627&view=rev Log: Use setters when cloning cluster managers (at least in ClusterManagerBase). Be consistent and don't be afraid of property change listeners. The digester calls the setter

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

2011-11-10 Thread Rainer Jung
On 10.11.2011 15:08, Konstantin Kolinko wrote: 2011/11/11: Author: rjung Date: Thu Nov 10 21:46:32 2011 New Revision: 1200582 URL: http://svn.apache.org/viewvc?rev=1200582&view=rev Log: Add proposal. Modified: tomcat/tc6.0.x/trunk/STATUS.txt +* Fix setting of some standard attributes on c

svn commit: r1200620 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/coyote/http11/filters/FlushableGZIPOutputStream.java webapps/docs/changelog.xml

2011-11-10 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 23:30:18 2011 New Revision: 1200620 URL: http://svn.apache.org/viewvc?rev=1200620&view=rev Log: Revert r1200603 Something is broken. Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/filters/FlushableGZIPOutputS

Re: buildbot failure in ASF Buildbot on tomcat-trunk

2011-11-10 Thread Rainer Jung
On 10.11.2011 14:52, Konstantin Kolinko wrote: 2011/11/11 Rainer Jung: On 10.11.2011 13:46, build...@apache.org wrote: 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

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

2011-11-10 Thread Konstantin Kolinko
2011/11/11 : > Author: rjung > Date: Thu Nov 10 21:46:32 2011 > New Revision: 1200582 > > URL: http://svn.apache.org/viewvc?rev=1200582&view=rev > Log: > Add proposal. > > Modified: >    tomcat/tc6.0.x/trunk/STATUS.txt > > +* Fix setting of some standard attributes on cluster managers. > +  Backpo

Re: buildbot failure in ASF Buildbot on tomcat-trunk

2011-11-10 Thread Konstantin Kolinko
2011/11/11 Rainer Jung : > On 10.11.2011 13:46, build...@apache.org wrote: >> >> 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/2492 >> >> Buildbot URL: http://ci

Re: buildbot failure in ASF Buildbot on tomcat-trunk

2011-11-10 Thread Rainer Jung
On 10.11.2011 13:46, build...@apache.org wrote: 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/2492 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb

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

2011-11-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52121 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1200603 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/coyote/http11/filters/FlushableGZIPOutputStream.java webapps/docs/changelog.xml

2011-11-10 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 22:33:16 2011 New Revision: 1200603 URL: http://svn.apache.org/viewvc?rev=1200603&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52121 Fix possible output corruption when compression is enabled for a connector and the response is flushed. M

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

2011-11-10 Thread rjung
Author: rjung Date: Thu Nov 10 21:56:11 2011 New Revision: 1200588 URL: http://svn.apache.org/viewvc?rev=1200588&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=1200

buildbot failure in ASF Buildbot on tomcat-trunk

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

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

2011-11-10 Thread rjung
Author: rjung Date: Thu Nov 10 21:46:32 2011 New Revision: 1200582 URL: http://svn.apache.org/viewvc?rev=1200582&view=rev Log: Add 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?

svn commit: r1200573 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/ha/session/ClusterManagerBase.java webapps/docs/changelog.xml

2011-11-10 Thread rjung
Author: rjung Date: Thu Nov 10 21:35:53 2011 New Revision: 1200573 URL: http://svn.apache.org/viewvc?rev=1200573&view=rev Log: Add more attributes to manager cloneing when initializing via a cluster configuration: - maxInactiveInterval - sessionIdLength - processExpiresFrequency Backport of r1200

svn commit: r1200555 - /tomcat/trunk/java/org/apache/catalina/ha/session/ClusterManagerBase.java

2011-11-10 Thread rjung
Author: rjung Date: Thu Nov 10 21:20:23 2011 New Revision: 1200555 URL: http://svn.apache.org/viewvc?rev=1200555&view=rev Log: Add more attributes to manager cloneing when initializing via a cluster configuration: - maxInactiveInterval - sessionIdLength - processExpiresFrequency Modified: tom

DO NOT REPLY [Bug 48903] ClassLoader deadlock when compiling JSP pages in 6.0.26

2011-11-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48903 Rainer Jung changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

DO NOT REPLY [Bug 48903] ClassLoader deadlock when compiling JSP pages in 6.0.26

2011-11-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48903 Greg Walters changed: What|Removed |Added Version|6.0.26 |6.0.33 OS/Version|Windows X

DO NOT REPLY [Bug 48903] ClassLoader deadlock when compiling JSP pages in 6.0.26

2011-11-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48903 --- Comment #13 from Greg Walters 2011-11-10 18:56:49 UTC --- Created attachment 27920 --> https://issues.apache.org/bugzilla/attachment.cgi?id=27920 Thread dump of tomcat showing blocked threads -- Configure bugmail: https://issues.ap

DO NOT REPLY [Bug 48903] ClassLoader deadlock when compiling JSP pages in 6.0.26

2011-11-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48903 Greg Walters changed: What|Removed |Added CC||greg.walt...@contegix.com -- Confi

DO NOT REPLY [Bug 48903] ClassLoader deadlock when compiling JSP pages in 6.0.26

2011-11-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48903 Greg Walters changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

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

2011-11-10 Thread schultz
Author: schultz Date: Thu Nov 10 17:48:18 2011 New Revision: 1200450 URL: http://svn.apache.org/viewvc?rev=1200450&view=rev Log: Updated backport 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/tr

svn commit: r1200448 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/core/AprLifecycleListener.java webapps/docs/config/listeners.xml

2011-11-10 Thread schultz
Author: schultz Date: Thu Nov 10 17:43:07 2011 New Revision: 1200448 URL: http://svn.apache.org/viewvc?rev=1200448&view=rev Log: Back-ported documentation and error-handling improvements for AprLifecycleListener FIPSMode. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/AprLifecy

svn commit: r1200446 - /tomcat/trunk/webapps/docs/config/listeners.xml

2011-11-10 Thread schultz
Author: schultz Date: Thu Nov 10 17:39:45 2011 New Revision: 1200446 URL: http://svn.apache.org/viewvc?rev=1200446&view=rev Log: Added documentation for "FIPSMode" attribute in AprLifecycleListener. Modified: tomcat/trunk/webapps/docs/config/listeners.xml Modified: tomcat/trunk/webapps/docs/

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

2011-11-10 Thread schultz
Author: schultz Date: Thu Nov 10 17:35:22 2011 New Revision: 1200445 URL: http://svn.apache.org/viewvc?rev=1200445&view=rev Log: Made FIPS-related errors fatal to AprLifecycleListener. Modified: tomcat/trunk/java/org/apache/catalina/core/AprLifecycleListener.java Modified: tomcat/trunk/java/

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

2011-11-10 Thread Christopher Schultz
Mark, On 11/10/11 6:28 AM, Mark Thomas wrote: > On 09/11/2011 23:39, Konstantin Kolinko wrote: >> Maybe add explicit FIPS mode status check below the above error >> handling? Something like: >> >> if ("on".equalsIgnoreCase(FIPSMode) && !fipsModeActive) { >> fail fatally; >> } > > +1 Sounds goo

DO NOT REPLY [Bug 52163] Wide classpath for DeployTask

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

svn commit: r1200401 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/HostConfig.java

2011-11-10 Thread markt
Author: markt Date: Thu Nov 10 16:09:45 2011 New Revision: 1200401 URL: http://svn.apache.org/viewvc?rev=1200401&view=rev Log: When deploying a specific named app, don't try and deploy it multiple ways. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache

Re: Redeploy on context.xml changes (Was: Tagging 7.0.23)

2011-11-10 Thread Mark Thomas
On 08/11/2011 22:49, Mark Thomas wrote: > I found some time today to look at this. Summarising the issues so far: > > 1. I have separately applied a couple of minor fixes that were included > in the larger patch. > > 2. Renaming watchedResources -> reloadResoucres > Agree with reverting this chan

svn commit: r1200400 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/HostConfig.java

2011-11-10 Thread markt
Author: markt Date: Thu Nov 10 16:07:16 2011 New Revision: 1200400 URL: http://svn.apache.org/viewvc?rev=1200400&view=rev Log: Correct comment Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/HostConfig.java Propchange: tomcat/tc7.0.

Re: Problem deploying WAR with manager app in trunk

2011-11-10 Thread Mark Thomas
On 07/11/2011 14:02, Konstantin Kolinko wrote: > 07-Nov-2011 16:38:01.718 SEVERE [http-bio-8080-exec-2] > org.apache.catalina.startup.HostConfig.deployDirectory Error deploying > web application directory C:\(...)\build\webapps\examples3 > java.lang.IllegalArgumentException: addChild: Child name

svn commit: r1200399 - /tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java

2011-11-10 Thread markt
Author: markt Date: Thu Nov 10 16:05:24 2011 New Revision: 1200399 URL: http://svn.apache.org/viewvc?rev=1200399&view=rev Log: When deploying a specific named app, don't try and deploy it multiple ways. Modified: tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java Modified: tomcat/

svn commit: r1200398 - /tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java

2011-11-10 Thread markt
Author: markt Date: Thu Nov 10 16:04:46 2011 New Revision: 1200398 URL: http://svn.apache.org/viewvc?rev=1200398&view=rev Log: Correct comment Modified: tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java Modified: tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java 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-10 Thread Mark Thomas
On 09/11/2011 23:39, Konstantin Kolinko wrote: > Maybe add explicit FIPS mode status check below the above error > handling? Something like: > > if ("on".equalsIgnoreCase(FIPSMode) && !fipsModeActive) { > fail fatally; > } +1 Mark --

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

2011-11-10 Thread markt
Author: markt Date: Thu Nov 10 14:20:50 2011 New Revision: 1200339 URL: http://svn.apache.org/viewvc?rev=1200339&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=12003

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

2011-11-10 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 13:25:35 2011 New Revision: 1200323 URL: http://svn.apache.org/viewvc?rev=1200323&view=rev Log: Propose updated patch All revisions up to r1200321 should be covered by this. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt

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

2011-11-10 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 13:15:51 2011 New Revision: 1200321 URL: http://svn.apache.org/viewvc?rev=1200321&view=rev Log: Merged revision 1200320 from tomcat/trunk: Fix typo in message name Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/tom

svn commit: r1200320 - in /tomcat/trunk/java/org/apache/tomcat/util/http: LocalStrings.properties Parameters.java

2011-11-10 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 13:14:23 2011 New Revision: 1200320 URL: http://svn.apache.org/viewvc?rev=1200320&view=rev Log: Fix typo in message name Modified: tomcat/trunk/java/org/apache/tomcat/util/http/LocalStrings.properties tomcat/trunk/java/org/apache/tomcat/util/http/Paramete

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

2011-11-10 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 13:08:59 2011 New Revision: 1200318 URL: http://svn.apache.org/viewvc?rev=1200318&view=rev Log: Merged revision 1200316 from tomcat/trunk: Do not log invalid parameter value unless debug logging is enabled Modified: tomcat/tc7.0.x/trunk/ (props changed)

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

2011-11-10 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 13:07:12 2011 New Revision: 1200316 URL: http://svn.apache.org/viewvc?rev=1200316&view=rev Log: Do not log invalid parameter value unless debug logging is enabled Modified: tomcat/trunk/java/org/apache/tomcat/util/http/Parameters.java Modified: tomcat/trunk/

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

2011-11-10 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 12:50:29 2011 New Revision: 1200308 URL: http://svn.apache.org/viewvc?rev=1200308&view=rev Log: Revert r1200302. Adding parameter with no values is allowed - see getParameter(). Sorry for the noise. Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/

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

2011-11-10 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 12:41:33 2011 New Revision: 1200302 URL: http://svn.apache.org/viewvc?rev=1200302&view=rev Log: Add sanity check. This method is absent in trunk. Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http/Parameters.java Modified: tomcat/tc7.0.x/trunk/j

[Tomcat Wiki] Update of "PoweredBy" by Explore To

2011-11-10 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 Explore To: http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=381&rev2=382 {{http://www.etools.ch/images/logo.gif}} [[http://www.etools

[Tomcat Wiki] Update of "PoweredBy" by Explore To

2011-11-10 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 Explore To: http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=380&rev2=381 === eTools.ch === {{http://www.etools.ch/images/logo.gif}}

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

2011-11-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51181 --- Comment #18 from Pid 2011-11-10 11:56:01 UTC --- Monsoon seems to have stalled somewhat -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the

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

2011-11-10 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 11:51:39 2011 New Revision: 1200280 URL: http://svn.apache.org/viewvc?rev=1200280&view=rev Log: Update note 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.txt

svn commit: r1200273 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/catalina/valves/RequestFilterValve.java java/org/apache/catalina/valves/mbeans-descriptors.xml webapps/docs/changelog.xml

2011-11-10 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 11:27:10 2011 New Revision: 1200273 URL: http://svn.apache.org/viewvc?rev=1200273&view=rev Log: RequestFilterValve (RemoteAddrValve, RemoteHostValve): - Refactor process() method separating value testing logic into a new method, isAllowed(String) - Expose isAllow

DO NOT REPLY [Bug 52091] TagHandlerPool is slow when high concurrently

2011-11-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52091 --- Comment #6 from Konstantin Kolinko 2011-11-10 11:18:43 UTC --- Fixed in 6.0 and will be in 6.0.34. r1200268 and r1200269 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this

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

2011-11-10 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 11:17:09 2011 New Revision: 1200270 URL: http://svn.apache.org/viewvc?rev=1200270&view=rev Log: Correct typos Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/view

svn commit: r1200269 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/catalina/core/StandardWrapper.java webapps/docs/changelog.xml

2011-11-10 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 11:16:01 2011 New Revision: 1200269 URL: http://svn.apache.org/viewvc?rev=1200269&view=rev Log: Merged revision 1190389 from tomcat/trunk: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52091 Address performance issues related to lock contention in Standar

svn commit: r1200268 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/jasper/runtime/TagHandlerPool.java webapps/docs/changelog.xml

2011-11-10 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 11:07:48 2011 New Revision: 1200268 URL: http://svn.apache.org/viewvc?rev=1200268&view=rev Log: Merged revision 1190388 from tomcat/trunk: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52091 Address performance issues related to log creation in TagHandler

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

2011-11-10 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 10:54:13 2011 New Revision: 1200265 URL: http://svn.apache.org/viewvc?rev=1200265&view=rev Log: Add notes 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?r

svn commit: r1200264 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/config/ajp.xml webapps/docs/config/filter.xml webapps/docs/config/http.xml webapps/docs/security-howto.xml

2011-11-10 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 10:50:31 2011 New Revision: 1200264 URL: http://svn.apache.org/viewvc?rev=1200264&view=rev Log: Merged revision 1200263 from tomcat/trunk: Add links to FailedRequestFilter in several places and do other small documentation improvements. Modified: tomcat/tc7.0

svn commit: r1200263 - in /tomcat/trunk/webapps/docs: config/ajp.xml config/filter.xml config/http.xml security-howto.xml

2011-11-10 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 10:48:27 2011 New Revision: 1200263 URL: http://svn.apache.org/viewvc?rev=1200263&view=rev Log: Add links to FailedRequestFilter in several places and do other small documentation improvements. Modified: tomcat/trunk/webapps/docs/config/ajp.xml tomcat/tru

[Tomcat Wiki] Update of "clarkstuart" by clarkstuart

2011-11-10 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "clarkstuart" page has been changed by clarkstuart: http://wiki.apache.org/tomcat/clarkstuart New page: '''Trotz Wirtschaftskrise: Plastikgeld boomt''' Die steigende Beliebtheit de

svn commit: r1200224 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/Request.java webapps/docs/changelog.xml

2011-11-10 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 08:53:39 2011 New Revision: 1200224 URL: http://svn.apache.org/viewvc?rev=1200224&view=rev Log: Merged revision 1200089 from tomcat/trunk: Refactor special attribute names handling, to use hash table lookup + adapter class, instead of series of name.equals() test

svn commit: r1200218 - in /tomcat/tc7.0.x/trunk: ./ conf/ java/org/apache/catalina/ java/org/apache/catalina/connector/ java/org/apache/catalina/filters/ java/org/apache/tomcat/util/http/ webapps/docs

2011-11-10 Thread kkolinko
Author: kkolinko Date: Thu Nov 10 08:44:03 2011 New Revision: 1200218 URL: http://svn.apache.org/viewvc?rev=1200218&view=rev Log: Merged revisions r1198696 r1198707 r1200056 r1200107 from tomcat/trunk: - Introduce new request attribute to be used to mark request if there was a failure during para