DO NOT REPLY [Bug 52500] Improve client certificate authentication

2012-02-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52500 Michael michael_fur...@hotmail.com changed: What|Removed |Added Attachment #28308|0 |1 is

DO NOT REPLY [Bug 52500] Improve client certificate authentication

2012-02-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52500 Michael michael_fur...@hotmail.com changed: What|Removed |Added Attachment #28309|0 |1 is

DO NOT REPLY [Bug 52500] Improve client certificate authentication

2012-02-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52500 --- Comment #27 from Michael michael_fur...@hotmail.com 2012-02-18 08:39:43 UTC --- Dear Christopher, Thank you for your comments! Please find attached patch. 1)I have renamed my classes to X509UserNameRetriever and to

Re: [VOTE] Release Apache Tomcat 7.0.26

2012-02-18 Thread Mladen Turk
On 02/17/2012 09:00 PM, Mark Thomas wrote: The proposed 7.0.26 release is: [ ] Broken - do not release [X] Stable - go ahead and release as 7.0.26 Stable Looks good ... nothing much to say :) Regards -- ^TM - To

Re: [VOTE] Release Apache Tomcat 7.0.26

2012-02-18 Thread Mark Thomas
On 17/02/2012 20:00, Mark Thomas wrote: The proposed Apache Tomcat 7.0.26 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.26/ The Maven staging repo is:

Re: [VOTE] Release Apache Tomcat 7.0.26

2012-02-18 Thread Henri Gomez
Works for me (tested on some house projects including Jenkins instances) +1 2012/2/18 Mark Thomas ma...@apache.org: On 17/02/2012 20:00, Mark Thomas wrote: The proposed Apache Tomcat 7.0.26 release is now available for voting. It can be obtained from:

Re: [VOTE] Release Apache Tomcat 7.0.26

2012-02-18 Thread Yoav Shapira
On Fri, Feb 17, 2012 at 3:00 PM, Mark Thomas ma...@apache.org wrote: The proposed Apache Tomcat 7.0.26 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.26/ The Maven staging repo is:

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

2012-02-18 Thread kkolinko
Author: kkolinko Date: Sat Feb 18 18:44:19 2012 New Revision: 1290842 URL: http://svn.apache.org/viewvc?rev=1290842view=rev Log: Replace list of direct links to tools with ones to sections with their results. Add links to *-validate-eoln projects on Gump. Modified:

svn commit: r1290844 - in /tomcat/tc7.0.x/trunk: ./ build.xml webapps/docs/changelog.xml

2012-02-18 Thread kkolinko
Author: kkolinko Date: Sat Feb 18 19:02:03 2012 New Revision: 1290844 URL: http://svn.apache.org/viewvc?rev=1290844view=rev Log: Merged revision 1245849 from tomcat/trunk: Remove dependency on compile in validate-eoln target so that it can be run ahead of compilation. It does not need to download

svn commit: r1290875 - /tomcat/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java

2012-02-18 Thread markt
Author: markt Date: Sat Feb 18 21:11:35 2012 New Revision: 1290875 URL: http://svn.apache.org/viewvc?rev=1290875view=rev Log: Expand the test case to cover called sendError() in the same thread and a separate thread. Modified:

DO NOT REPLY [Bug 51197] sendError/sendRedirect don't work with AsyncContext

2012-02-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51197 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

DO NOT REPLY [Bug 52489] Enhancement request for code signing of war files

2012-02-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52489 Mark Thomas ma...@apache.org changed: What|Removed |Added Attachment #28177|0 |1 is

Re: [VOTE] Release Apache Tomcat 7.0.26

2012-02-18 Thread Olivier Lamy
+1 Tested with the maven plugin and Archiva project. 2012/2/17 Mark Thomas ma...@apache.org: The proposed Apache Tomcat 7.0.26 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.26/ The Maven staging repo is:

svn commit: r1290879 - in /tomcat/maven-plugin/trunk: pom.xml tomcat-maven-archetype/src/main/resources/archetype-resources/pom.xml

2012-02-18 Thread olamy
Author: olamy Date: Sat Feb 18 21:27:23 2012 New Revision: 1290879 URL: http://svn.apache.org/viewvc?rev=1290879view=rev Log: add a convenient profile to test the plugin with staged tomcat artifacts downloaded from staged repository Modified: tomcat/maven-plugin/trunk/pom.xml

svn commit: r1290880 - /tomcat/maven-plugin/trunk/README.txt

2012-02-18 Thread olamy
Author: olamy Date: Sat Feb 18 21:27:31 2012 New Revision: 1290880 URL: http://svn.apache.org/viewvc?rev=1290880view=rev Log: improve README: note on how to test staged Tomcat maven artifacts Modified: tomcat/maven-plugin/trunk/README.txt Modified: tomcat/maven-plugin/trunk/README.txt URL:

svn commit: r1290903 - /tomcat/trunk/test/org/apache/catalina/websocket/TestWebSocket.java

2012-02-18 Thread markt
Author: markt Date: Sat Feb 18 23:13:26 2012 New Revision: 1290903 URL: http://svn.apache.org/viewvc?rev=1290903view=rev Log: Simple WebSocket test client that demonstrates that fragmentation support is working. There is lots of scope for refactoring this test client for reuse. The client makes

svn commit: r1290904 - /tomcat/maven-plugin/trunk/README.txt

2012-02-18 Thread kkolinko
Author: kkolinko Date: Sat Feb 18 23:18:49 2012 New Revision: 1290904 URL: http://svn.apache.org/viewvc?rev=1290904view=rev Log: Correct several typos Modified: tomcat/maven-plugin/trunk/README.txt Modified: tomcat/maven-plugin/trunk/README.txt URL:

svn commit: r1290911 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/util/SessionConfig.java

2012-02-18 Thread rjung
Author: rjung Date: Sun Feb 19 00:24:07 2012 New Revision: 1290911 URL: http://svn.apache.org/viewvc?rev=1290911view=rev Log: Fix svn:eol-style. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/util/SessionConfig.java (contents, props changed) Modified:

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

2012-02-18 Thread kkolinko
Author: kkolinko Date: Sun Feb 19 00:34:45 2012 New Revision: 1290913 URL: http://svn.apache.org/viewvc?rev=1290913view=rev Log: vote Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL:

Re: [VOTE] Release Apache Tomcat 7.0.26

2012-02-18 Thread Rainer Jung
On 17.02.2012 21:00, Mark Thomas wrote: The proposed Apache Tomcat 7.0.26 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.26/ The Maven staging repo is:

Re: Maven meta-data still incomplete for Tomcat 6

2012-02-18 Thread Konstantin Kolinko
2012/2/17 Mark Thomas ma...@apache.org: Jean-Frederic, Post [1] the Tomcat 6 Maven metadata is still incomplete. I thought the point of going through all that upheaval was to resolve [2]. How come things are still broken and what is the plan to fix [2]? If anyone knows how to poke Nexus to

Bug report for Taglibs [2012/02/19]

2012-02-18 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 7 [2012/02/19]

2012-02-18 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 6 [2012/02/19]

2012-02-18 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2012/02/19]

2012-02-18 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2012/02/19]

2012-02-18 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 5 [2012/02/19]

2012-02-18 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Modules [2012/02/19]

2012-02-18 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned