svn commit: r1066756 - in /tomcat/trunk/test/org/apache: catalina/startup/TestTomcatSSL.java tomcat/util/net/TestSsl.java

2011-02-03 Thread markt
Author: markt Date: Thu Feb 3 08:36:03 2011 New Revision: 1066756 URL: http://svn.apache.org/viewvc?rev=1066756&view=rev Log: Move/rename to better location Added: tomcat/trunk/test/org/apache/tomcat/util/net/TestSsl.java - copied, changed from r1066568, tomcat/trunk/test/org/apache/c

svn commit: r1066759 - in /tomcat/trunk/test/org/apache/tomcat/util/net: TestSsl.java TesterSupport.java

2011-02-03 Thread markt
Author: markt Date: Thu Feb 3 08:44:37 2011 New Revision: 1066759 URL: http://svn.apache.org/viewvc?rev=1066759&view=rev Log: Factor out support code prior to splitting up the TestSsl class Added: tomcat/trunk/test/org/apache/tomcat/util/net/TesterSupport.java (with props) Modified: t

svn commit: r1066766 - in /tomcat/trunk/test/org/apache/tomcat/util/net: TestSsl.java TesterSupport.java

2011-02-03 Thread markt
Author: markt Date: Thu Feb 3 09:20:34 2011 New Revision: 1066766 URL: http://svn.apache.org/viewvc?rev=1066766&view=rev Log: Hmm. Can't see a way (without changing the connector code) to test SSL renegotiation failure if the JVM supports RFC5746. Need to think about this some more. In the mean

Re: [VOTE] Release build 6.0.32

2011-02-03 Thread Peter Rossbach
+1 Peter Am 02.02.2011 um 20:37 schrieb jean-frederic clere: > The candidates binaries are available here: > http://people.apache.org/~jfclere/tomcat-6/v6.0.32/ > > According to the release process, the 6.0.32 build corresponding to the > tag TOMCAT_6_0_32 is: > [ ] Broken > [ ] Alpha > [ ] Beta

Re: Tagging 7.0.7

2011-02-03 Thread Peter Rossbach
+1 Peter Am 02.02.2011 um 16:26 schrieb Mark Thomas: > All, > > I'd like to stick to my plan to release Tomcat 7 every month or so. The > last release was ~ 3 weeks ago so that suggests next week. However, I > have some commitments next week that would make tagging and rolling a > release diffic

svn commit: r1066772 - in /tomcat/trunk/java/org/apache/coyote/ajp: AjpAprProcessor.java AjpProcessor.java

2011-02-03 Thread mturk
Author: mturk Date: Thu Feb 3 10:23:20 2011 New Revision: 1066772 URL: http://svn.apache.org/viewvc?rev=1066772&view=rev Log: Make sure flush packet is not send after END_RESPONSE packet. Should handle BZ49929 Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProcessor.java tomcat

DO NOT REPLY [Bug 48208] allow to configure a custom client certificate Trust Manager in server.xml per connector attribute "trustManagerClassName"

2011-02-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48208 --- Comment #8 from Ralf Hauser 2011-02-03 05:24:46 EST --- Just another application scenario the mandates a custom TrustManager as suggested by Mark: There is a restriction that depending on the time-of-the-day, a different set of certifi

DO NOT REPLY [Bug 49929] AJP APR connector to mod_jk can result in SEND_BODY_CHUNK message after END_RESPONSE message

2011-02-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49929 --- Comment #12 from Mladen Turk 2011-02-03 05:25:24 EST --- Can you check if r1066772 fixes the issue? It's for trunk, but applying it for 6.0.x should be trivial -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab

DO NOT REPLY [Bug 49929] AJP APR connector to mod_jk can result in SEND_BODY_CHUNK message after END_RESPONSE message

2011-02-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49929 --- Comment #13 from brett.dellegra...@intact-is.com 2011-02-03 05:32:12 EST --- Hi Mladen, We switched from using Apache HTTPD to HAproxy late last year because of this issue... therefore it might take me quite a while to verify this. I'll

svn commit: r1066773 - in /tomcat/tc7.0.x/tags/TOMCAT_7_0_7: ./ build.properties.default modules/

2011-02-03 Thread markt
Author: markt Date: Thu Feb 3 10:34:25 2011 New Revision: 1066773 URL: http://svn.apache.org/viewvc?rev=1066773&view=rev Log: Tag 7.0.7 Added: tomcat/tc7.0.x/tags/TOMCAT_7_0_7/ (props changed) - copied from r1066772, tomcat/trunk/ Removed: tomcat/tc7.0.x/tags/TOMCAT_7_0_7/modules

svn commit: r1066774 - /tomcat/trunk/build.properties.default

2011-02-03 Thread markt
Author: markt Date: Thu Feb 3 10:35:53 2011 New Revision: 1066774 URL: http://svn.apache.org/viewvc?rev=1066774&view=rev Log: Bump version number Modified: tomcat/trunk/build.properties.default Modified: tomcat/trunk/build.properties.default URL: http://svn.apache.org/viewvc/tomcat/trunk/b

svn commit: r1066796 - in /tomcat/site/trunk: docs/download-60.html docs/index.html docs/oldnews.html docs/whichversion.html xdocs/download-60.xml xdocs/index.xml xdocs/oldnews.xml xdocs/whichversion.

2011-02-03 Thread jfclere
Author: jfclere Date: Thu Feb 3 12:39:59 2011 New Revision: 1066796 URL: http://svn.apache.org/viewvc?rev=1066796&view=rev Log: Release 6.0.32 Modified: tomcat/site/trunk/docs/download-60.html tomcat/site/trunk/docs/index.html tomcat/site/trunk/docs/oldnews.html tomcat/site/trunk

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

2011-02-03 Thread jfclere
Author: jfclere Date: Thu Feb 3 13:10:47 2011 New Revision: 1066803 URL: http://svn.apache.org/viewvc?rev=1066803&view=rev Log: Oops a bit better english.. Modified: tomcat/site/trunk/docs/index.html tomcat/site/trunk/xdocs/index.xml Modified: tomcat/site/trunk/docs/index.html URL: htt

[VOTE] Release Apache Tomcat 7.0.7

2011-02-03 Thread Mark Thomas
The proposed Apache Tomcat 7.0.7 release is now available for voting. It can be obtained from: http://people.apache.org/~markt/dev/tomcat-7/v7.0.7/ The svn tag is: http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_7/ The proposed 7.0.7 release is: [ ] Broken - do not release [ ] Alp

Re: [VOTE] Release build 6.0.32

2011-02-03 Thread Jim Jagielski
On Feb 2, 2011, at 2:37 PM, jean-frederic clere wrote: > The candidates binaries are available here: > http://people.apache.org/~jfclere/tomcat-6/v6.0.32/ > > According to the release process, the 6.0.32 build corresponding to the > tag TOMCAT_6_0_32 is: > [ ] Broken > [ ] Alpha > [ ] Beta > [X]

[ANN] Apache Tomcat 6.0.32 released

2011-02-03 Thread jean-frederic clere
The Apache Tomcat team announces the immediate availability of Apache Tomcat 6.0.32 stable. Apache Tomcat 6.0.32 is primarily a security and bug fix release. All users of older versions of the Tomcat 6.0 family should upgrade to 6.0.32. Note that is version has 4 zip binaries: a generic one a

Re: [VOTE] Release Apache Tomcat 7.0.7

2011-02-03 Thread Konstantin Kolinko
2011/2/3 Mark Thomas : > The proposed Apache Tomcat 7.0.7 release is now available for voting. > > It can be obtained from: > http://people.apache.org/~markt/dev/tomcat-7/v7.0.7/ > The svn tag is: > http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_7/ > > The proposed 7.0.7 release is:

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

2011-02-03 Thread kkolinko
Author: kkolinko Date: Thu Feb 3 18:46:31 2011 New Revision: 1066908 URL: http://svn.apache.org/viewvc?rev=1066908&view=rev Log: 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.txt?re

DO NOT REPLY [Bug 44408] EL-expression evaluation slow due to synchronization caused by JspFactory.getDefaultFactory

2011-02-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44408 --- Comment #4 from Xiaoming Shi 2011-02-03 14:48:07 EST --- Hi Robert, I find that this similar bug can be found in other Apache projects: ./openwebbeans-1.0.0/webbeans-web/src/main/java/org/apache/webbeans/web/lifecycle/WebContainerLif

Re: [VOTE] Release Apache Tomcat 7.0.7

2011-02-03 Thread Rainer Jung
On 03.02.2011 14:32, Mark Thomas wrote: The proposed Apache Tomcat 7.0.7 release is now available for voting. It can be obtained from: http://people.apache.org/~markt/dev/tomcat-7/v7.0.7/ The svn tag is: http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_7/ The proposed 7.0.7 releas

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

2011-02-03 Thread rjung
Author: rjung Date: Thu Feb 3 20:13:03 2011 New Revision: 1066937 URL: http://svn.apache.org/viewvc?rev=1066937&view=rev Log: Vote. 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?rev=1066

Re: [VOTE] Release Apache Tomcat 7.0.7

2011-02-03 Thread Yoav Shapira
On Thu, Feb 3, 2011 at 8:32 AM, Mark Thomas wrote: > The proposed Apache Tomcat 7.0.7 release is now available for voting. > > It can be obtained from: > http://people.apache.org/~markt/dev/tomcat-7/v7.0.7/ > The svn tag is: > http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_7/ > > T

svn commit: r1066996 - in /tomcat/tc5.5.x/trunk: ./ connectors/util/java/org/apache/tomcat/util/ container/catalina/src/share/org/apache/catalina/connector/ container/webapps/docs/

2011-02-03 Thread kkolinko
Author: kkolinko Date: Thu Feb 3 21:54:51 2011 New Revision: 1066996 URL: http://svn.apache.org/viewvc?rev=1066996&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50620 Exceptions calling session.endAccess should not prevent recycle() from completing normally Added: to

DO NOT REPLY [Bug 50620] Session related errors prevent clean recycle of Request and Response objects by CoyoteAdapter

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

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

2011-02-03 Thread markt
Author: markt Date: Thu Feb 3 23:56:55 2011 New Revision: 1067039 URL: http://svn.apache.org/viewvc?rev=1067039&view=rev Log: Reduce severity level. The ASF Jira instance logs were filling with these Modified: tomcat/trunk/java/org/apache/tomcat/util/http/Parameters.java Modified: tomcat/tr

svn commit: r1067072 - in /tomcat/trunk: java/org/apache/catalina/connector/CoyoteAdapter.java webapps/docs/changelog.xml

2011-02-03 Thread kkolinko
Author: kkolinko Date: Fri Feb 4 03:07:37 2011 New Revision: 1067072 URL: http://svn.apache.org/viewvc?rev=1067072&view=rev Log: Fix NPE in CoyoteAdapter when postParseRequest() call fails. That was caused by mappingData.context being null. This NPE occurence in 7.0.7 was reported on the users l

svn commit: r1067075 - in /tomcat/trunk: res/confinstall/server_2.xml webapps/docs/changelog.xml

2011-02-03 Thread kkolinko
Author: kkolinko Date: Fri Feb 4 03:22:53 2011 New Revision: 1067075 URL: http://svn.apache.org/viewvc?rev=1067075&view=rev Log: Align server.xml installed by the Windows installer with the one bundled in zip/tar.gz files. Modified: tomcat/trunk/res/confinstall/server_2.xml tomcat/trunk

svn commit: r1067076 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

2011-02-03 Thread kkolinko
Author: kkolinko Date: Fri Feb 4 03:36:40 2011 New Revision: 1067076 URL: http://svn.apache.org/viewvc?rev=1067076&view=rev Log: Add release date Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/v

Re: [VOTE] Release Apache Tomcat 7.0.7

2011-02-03 Thread Peter Rossbach
+1 Peter Am 03.02.2011 um 14:32 schrieb Mark Thomas: > The proposed Apache Tomcat 7.0.7 release is now available for voting. > > It can be obtained from: > http://people.apache.org/~markt/dev/tomcat-7/v7.0.7/ > The svn tag is: > http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_7/ >