Re: [VOTE] Release Apache Tomcat 7.0.45

2013-09-26 Thread Keiichi Fujino
2013/9/25 Violeta Georgieva miles...@gmail.com The proposed Apache Tomcat 7.0.45 release is now available for voting. This release candidate contains JSR-356 Java WebSocket 1.0 implementation. Note that use of this functionality requires Java 7. It can be obtained from:

Re: [VOTE] Release Apache Tomcat 7.0.45

2013-09-26 Thread Ognjen Blagojevic
Violeta, On 25.9.2013 15:37, Violeta Georgieva wrote: The proposed Apache Tomcat 7.0.45 release is now available for voting. This release candidate contains JSR-356 Java WebSocket 1.0 implementation. Note that use of this functionality requires Java 7. I have problems when I test Tomcat

svn commit: r1526408 - /tomcat/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java

2013-09-26 Thread kfujino
Author: kfujino Date: Thu Sep 26 08:03:03 2013 New Revision: 1526408 URL: http://svn.apache.org/r1526408 Log: Add support for notify periodic event of cluster. Modified: tomcat/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java Modified:

svn commit: r1526409 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java webapps/docs/changelog.xml

2013-09-26 Thread kfujino
Author: kfujino Date: Thu Sep 26 08:07:48 2013 New Revision: 1526409 URL: http://svn.apache.org/r1526409 Log: Add support for notify periodic event of cluster. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java

svn commit: r1526410 - /tomcat/trunk/java/org/apache/catalina/Lifecycle.java

2013-09-26 Thread kfujino
Author: kfujino Date: Thu Sep 26 08:10:41 2013 New Revision: 1526410 URL: http://svn.apache.org/r1526410 Log: Correct the javadoc for Lifecycle interface. Modified: tomcat/trunk/java/org/apache/catalina/Lifecycle.java Modified: tomcat/trunk/java/org/apache/catalina/Lifecycle.java URL:

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

2013-09-26 Thread kfujino
Author: kfujino Date: Thu Sep 26 08:14:14 2013 New Revision: 1526412 URL: http://svn.apache.org/r1526412 Log: Correct the javadoc for Lifecycle interface. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/Lifecycle.java tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified:

Re: Issue in AprEndpoint detected by TestCoyoteAdapter

2013-09-26 Thread Rainer Jung
Hi Mark, On 25.09.2013 01:50, Mark Thomas wrote: On 24/09/2013 16:19, Mark Thomas wrote: On 24/09/2013 08:16, Mark Thomas wrote: On 23/09/2013 00:54, Rainer Jung wrote: I agree that there's probably another problem further up the stack. I'm looking at this now. I've found a couple of

Broken links

2013-09-26 Thread Ognjen Blagojevic
Hi, I noticed several broken links in Tomcat 7.0 trunk. 1. On page: http://tomcat.apache.org/tomcat-7.0-doc/proxy-howto.html URL: http://tomcat.apache.org/tomcat-7.0-doc/config/coyote.html 2. On page: http://localhost:8080/docs/ URL:

[Bug 55595] Request parameter parsing is not thread-safe

2013-09-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55595 --- Comment #3 from Tim Funk funk...@apache.org --- In user land - the simple solution is to perform a request.getParameter(anything) before the multithreaded logic is executed. This will trigger the parsing of the request parameters.

svn commit: r1526460 - /tomcat/trunk/webapps/docs/tomcat-docs.xsl

2013-09-26 Thread kpreisser
Author: kpreisser Date: Thu Sep 26 12:37:07 2013 New Revision: 1526460 URL: http://svn.apache.org/r1526460 Log: Fix broken link to comments.html page when the directory of the docs is not tomcat-x.x-doc, as reported on the users list. Modified: tomcat/trunk/webapps/docs/tomcat-docs.xsl

svn commit: r1526466 - /tomcat/tc7.0.x/trunk/webapps/docs/tomcat-docs.xsl

2013-09-26 Thread kpreisser
Author: kpreisser Date: Thu Sep 26 12:39:36 2013 New Revision: 1526466 URL: http://svn.apache.org/r1526466 Log: Fix broken link to comments.html page when the directory of the docs is not tomcat-x.x-doc, as reported on the users list. Modified:

svn commit: r1526470 - /tomcat/tc7.0.x/trunk/webapps/docs/proxy-howto.xml

2013-09-26 Thread kpreisser
Author: kpreisser Date: Thu Sep 26 12:51:14 2013 New Revision: 1526470 URL: http://svn.apache.org/r1526470 Log: Fix broken link to HTTP connector in the Proxy HowTo, as reported on the users list. Modified: tomcat/tc7.0.x/trunk/webapps/docs/proxy-howto.xml Modified:

svn commit: r1526469 - /tomcat/trunk/webapps/docs/proxy-howto.xml

2013-09-26 Thread kpreisser
Author: kpreisser Date: Thu Sep 26 12:51:00 2013 New Revision: 1526469 URL: http://svn.apache.org/r1526469 Log: Fix broken link to HTTP connector in the Proxy HowTo, as reported on the users list. Modified: tomcat/trunk/webapps/docs/proxy-howto.xml Modified:

RE: Broken links

2013-09-26 Thread Konstantin Preißer
Hi Ognjen, -Original Message- From: Ognjen Blagojevic [mailto:ognjen.d.blagoje...@gmail.com] Sent: Thursday, September 26, 2013 12:13 PM To: dev@tomcat.apache.org Subject: Broken links Hi, I noticed several broken links in Tomcat 7.0 trunk. 1. On page:

RE: [VOTE] Release Apache Tomcat 7.0.45

2013-09-26 Thread Konstantin Preißer
Hi, -Original Message- From: Ognjen Blagojevic [mailto:ognjen.d.blagoje...@gmail.com] Sent: Thursday, September 26, 2013 9:42 AM I have problems when I test Tomcat 7.0.45 with APR (tcnative-1.1.28), using Oracle JDK 1.7.0_40 on Windows 7. I am able to reproduce that on Tomcat

[jira] [Commented] (MTOMCAT-127) tomcat:run - Configuring Logging with JULI

2013-09-26 Thread Xavier Dury (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13778796#comment-13778796 ] Xavier Dury commented on MTOMCAT-127: - Same problem here: I'm trying to use a custom

buildbot failure in ASF Buildbot on tomcat-trunk

2013-09-26 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/5011 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

[jira] [Comment Edited] (MTOMCAT-127) tomcat:run - Configuring Logging with JULI

2013-09-26 Thread Xavier Dury (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13778796#comment-13778796 ] Xavier Dury edited comment on MTOMCAT-127 at 9/26/13 1:56 PM:

[jira] [Updated] (MTOMCAT-127) tomcat:run - Configuring Logging with JULI

2013-09-26 Thread Xavier Dury (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xavier Dury updated MTOMCAT-127: Attachment: mtomcat-127.zip Sample project to demonstrate the problem. Run mvn and open

Re: Issue in AprEndpoint detected by TestCoyoteAdapter

2013-09-26 Thread Mark Thomas
On 26/09/2013 02:47, Rainer Jung wrote: The TestCoyoteAdapter now neither fails with tcnative 1.1.28 nor with the additional APR_NOTFOUND change. I did 50 runs for each of the two versions and also for bio/nio/apr and none failed. Good! +1 I'm still a bit nervous about coupling the

svn commit: r1526510 - in /tomcat/trunk/webapps/examples/websocket: chat.xhtml echo.xhtml index.xhtml snake.xhtml

2013-09-26 Thread kpreisser
Author: kpreisser Date: Thu Sep 26 14:29:33 2013 New Revision: 1526510 URL: http://svn.apache.org/r1526510 Log: r1524838 broke the history of the WebSocket Example HTML files. This is because my patch file didn't contain the info that the XHTML files were copied from the HTML files (maybe this

svn propchange: r1526510 - svn:log

2013-09-26 Thread kpreisser
Author: kpreisser Revision: 1526510 Modified property: svn:log Modified: svn:log at Thu Sep 26 14:37:37 2013 -- --- svn:log (original) +++ svn:log Thu Sep 26 14:37:37 2013 @@ -1,3 +1,6 @@ +Fix

Re: [VOTE] Release Apache Tomcat 7.0.45

2013-09-26 Thread Yoav Shapira
On Wed, Sep 25, 2013 at 9:37 AM, Violeta Georgieva miles...@gmail.com wrote: The proposed Apache Tomcat 7.0.45 release is now available for voting. This release candidate contains JSR-356 Java WebSocket 1.0 implementation. Note that use of this functionality requires Java 7. It can be

[Bug 55599] New: 403 error on Manager when using NonLoginAuthenticator disableProxyCaching=false on conetxt.xml

2013-09-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55599 Bug ID: 55599 Summary: 403 error on Manager when using NonLoginAuthenticator disableProxyCaching=false on conetxt.xml Product: Tomcat 7 Version: unspecified

buildbot success in ASF Buildbot on tomcat-trunk

2013-09-26 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/5012 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

[Bug 55599] 403 error on Manager when using NonLoginAuthenticator disableProxyCaching=false on conetxt.xml

2013-09-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55599 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

Re: [VOTE] Release Apache Tomcat 7.0.45

2013-09-26 Thread Jim Jagielski
On Sep 26, 2013, at 10:44 AM, Yoav Shapira yo...@apache.org wrote: On Wed, Sep 25, 2013 at 9:37 AM, Violeta Georgieva miles...@gmail.com wrote: The proposed Apache Tomcat 7.0.45 release is now available for voting. This release candidate contains JSR-356 Java WebSocket 1.0 implementation.

svn commit: r1526565 - in /tomcat/trunk/webapps/examples: WEB-INF/classes/websocket/snake/Snake.java WEB-INF/classes/websocket/snake/SnakeAnnotation.java WEB-INF/classes/websocket/snake/SnakeTimer.jav

2013-09-26 Thread kpreisser
Author: kpreisser Date: Thu Sep 26 15:21:06 2013 New Revision: 1526565 URL: http://svn.apache.org/r1526565 Log: Improve Snake Websocket example: - Fix invalid JSON syntax (Strings always need to be in double-quotes) - In JavaScript, use JSON.parse() instead of eval() to parse JSON strings, to

Re: [VOTE] Release Apache Tomcat 7.0.45

2013-09-26 Thread Christopher Schultz
Konstantin and Ognjen, On 9/26/13 9:14 AM, Konstantin Preißer wrote: Hi, -Original Message- From: Ognjen Blagojevic [mailto:ognjen.d.blagoje...@gmail.com] Sent: Thursday, September 26, 2013 9:42 AM I have problems when I test Tomcat 7.0.45 with APR (tcnative-1.1.28), using

Re: [VOTE] Release Apache Tomcat 7.0.45

2013-09-26 Thread Christopher Schultz
Violetta, On 9/25/13 7:49 PM, Christopher Schultz wrote: On 9/25/13 9:37 AM, Violeta Georgieva wrote: The proposed Apache Tomcat 7.0.45 release is now available for voting. This release candidate contains JSR-356 Java WebSocket 1.0 implementation. Note that use of this functionality requires

Re: [VOTE] Release Apache Tomcat 7.0.45

2013-09-26 Thread Christopher Schultz
Violetta, On 9/26/13 12:29 PM, Christopher Schultz wrote: Violetta, On 9/25/13 7:49 PM, Christopher Schultz wrote: On 9/25/13 9:37 AM, Violeta Georgieva wrote: The proposed Apache Tomcat 7.0.45 release is now available for voting. This release candidate contains JSR-356 Java WebSocket 1.0

[jira] [Commented] (MTOMCAT-216) tomca7:run fails in multi-module project with overlays

2013-09-26 Thread Vitalii Tymchyshyn (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13778954#comment-13778954 ] Vitalii Tymchyshyn commented on MTOMCAT-216: Actually I don't see overlay

[Bug 55595] Request parameter parsing is not thread-safe

2013-09-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55595 --- Comment #4 from Brian Tajuddin tajud...@amazon.com --- We are actually trying to avoid the simple user land solution. This would prevent any processing that does not depend on the parameters from starting before the parameters are

RE: [VOTE] Release Apache Tomcat 7.0.45

2013-09-26 Thread Konstantin Preißer
Hi Christopher, -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Thursday, September 26, 2013 6:18 PM Any chance you could re-test with httpd out front -- that is, use the AprAjpConnector to see if it has a similar problem? Sorry, I don't

Re: International characters in source files and SVN commit messages (was: RE:r1525975)

2013-09-26 Thread sebb
On 25 September 2013 17:02, Konstantin Preißer kpreis...@apache.org wrote: Mark, -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Wednesday, September 25, 2013 5:54 PM I'd say yes. Property files are a 'special' case:

[Bug 55599] 403 error on Manager when using NonLoginAuthenticator disableProxyCaching=false on conetxt.xml

2013-09-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55599 --- Comment #2 from Matafagafo matafag...@yahoo.com --- (In reply to Mark Thomas from comment #1) Given that the manager requires users to be authenticated, a 403 response seems entirely reasonable. It isn't clear what you aretrying to

[Bug 55595] Request parameter parsing is not thread-safe

2013-09-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55595 --- Comment #5 from Chuck Caldarale chuck.caldar...@unisys.com --- (In reply to Brian Tajuddin from comment #4) Wrapping the request seems reasonable on the surface, but it forces the application to assume that the data structures

[Bug 55599] 403 error on Manager when using NonLoginAuthenticator disableProxyCaching=false on conetxt.xml

2013-09-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55599 --- Comment #3 from Chuck Caldarale chuck.caldar...@unisys.com --- (In reply to Matafagafo from comment #2) Let me explain. What part of taking this up on the users' mailing list was not clear? -- You are receiving this mail because:

[Bug 55599] 403 error on Manager when using NonLoginAuthenticator disableProxyCaching=false on conetxt.xml

2013-09-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55599 --- Comment #4 from Matafagafo matafag...@yahoo.com --- (In reply to Chuck Caldarale from comment #3) (In reply to Matafagafo from comment #2) Let me explain. What part of taking this up on the users' mailing list was not clear? Of

Re: [VOTE] Release Apache Tomcat 7.0.45

2013-09-26 Thread Rainer Jung
On 26.09.2013 18:47, Konstantin Preißer wrote: -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Thursday, September 26, 2013 6:18 PM Any chance you could re-test with httpd out front -- that is, use the AprAjpConnector to see if it has a

RE: [VOTE] Release Apache Tomcat 7.0.45

2013-09-26 Thread Konstantin Preißer
Hi Rainer, -Original Message- From: Rainer Jung [mailto:rainer.j...@kippdata.de] Sent: Thursday, September 26, 2013 8:22 PM Any chance you can try current trunk? Mark added more fixes to AprEndpoint after r1523781. It would be great if you could check r1526052 (or later). I just

[Bug 55317] Facilitate weaving by allowing ClassFileTransformer to be added to WebppClassLoader

2013-09-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55317 --- Comment #22 from Juergen Hoeller jhoel...@gopivotal.com --- The patch looks fine to me. Would be great to merge it into Tomcat proper as soon as possible. Fortunately, since we're reflectively discovering those methods, we don't need

Re: [VOTE] Release Apache Tomcat 7.0.45

2013-09-26 Thread sebb
On 26 September 2013 19:46, Konstantin Preißer kpreis...@apache.org wrote: Hi Rainer, -Original Message- From: Rainer Jung [mailto:rainer.j...@kippdata.de] Sent: Thursday, September 26, 2013 8:22 PM Any chance you can try current trunk? Mark added more fixes to AprEndpoint after

Re: [VOTE] Release Apache Tomcat 7.0.45

2013-09-26 Thread Christopher Schultz
Sebb, On 9/26/13 3:24 PM, sebb wrote: On 26 September 2013 19:46, Konstantin Preißer kpreis...@apache.org wrote: Hi Rainer, -Original Message- From: Rainer Jung [mailto:rainer.j...@kippdata.de] Sent: Thursday, September 26, 2013 8:22 PM Any chance you can try current trunk? Mark

RE: [VOTE] Release Apache Tomcat 7.0.45

2013-09-26 Thread Konstantin Preißer
Hi Christopher, -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Thursday, September 26, 2013 9:39 PM I wanted to know if the same crash would be observed in APR/AJP because it's slightly easier for me to enable that and test against it in my

svn commit: r1526705 - /tomcat/trunk/java/org/apache/catalina/webresources/WarURLStreamHandler.java

2013-09-26 Thread markt
Author: markt Date: Thu Sep 26 21:24:56 2013 New Revision: 1526705 URL: http://svn.apache.org/r1526705 Log: Fix format Modified: tomcat/trunk/java/org/apache/catalina/webresources/WarURLStreamHandler.java Modified: tomcat/trunk/java/org/apache/catalina/webresources/WarURLStreamHandler.java

svn commit: r1526706 - /tomcat/trunk/java/org/apache/tomcat/util/descriptor/tld/TldResourcePath.java

2013-09-26 Thread markt
Author: markt Date: Thu Sep 26 21:25:41 2013 New Revision: 1526706 URL: http://svn.apache.org/r1526706 Log: Fix typo Modified: tomcat/trunk/java/org/apache/tomcat/util/descriptor/tld/TldResourcePath.java Modified: tomcat/trunk/java/org/apache/tomcat/util/descriptor/tld/TldResourcePath.java

svn commit: r1526712 - in /tomcat/trunk/webapps/examples/websocket: chat.xhtml echo.xhtml snake.xhtml

2013-09-26 Thread kpreisser
Author: kpreisser Date: Thu Sep 26 21:33:32 2013 New Revision: 1526712 URL: http://svn.apache.org/r1526712 Log: Improve WebSocket examples: use strict; in JavaScript blocks to enable strict mode. Modified: tomcat/trunk/webapps/examples/websocket/chat.xhtml

Re: Broken links

2013-09-26 Thread Ognjen Blagojevic
Konstantin, On 26.9.2013 15:00, Konstantin Preißer wrote: I have fixed 1) and 2) in trunk and tc7.0.x. Thank you. When looking at 3) and browsing in SVN history, it seems there never was such a HTML page that contains the source for servletToJsp.java. However, as I'm working on improving

Re: International characters in source files and SVN commit messages (was: RE:r1525975)

2013-09-26 Thread Christopher Schultz
Sebb, On 9/26/13 1:13 PM, sebb wrote: On 25 September 2013 17:02, Konstantin Preißer kpreis...@apache.org wrote: Mark, -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Wednesday, September 25, 2013 5:54 PM I'd say yes. Property files are a 'special' case:

Re: [VOTE] Release Apache Tomcat 7.0.45

2013-09-26 Thread Ognjen Blagojevic
On 26.9.2013 22:54, Konstantin Preißer wrote: I wanted to know if the same crash would be observed in APR/AJP because it's slightly easier for me to enable that and test against it in my environment (which is not win32 but Linux). There's little information in the win32 native backtrace that I

svn commit: r1526724 - in /tomcat/trunk/java/org/apache: jasper/servlet/ tomcat/util/descriptor/tld/ tomcat/util/scan/

2013-09-26 Thread markt
Author: markt Date: Thu Sep 26 22:09:58 2013 New Revision: 1526724 URL: http://svn.apache.org/r1526724 Log: Fix regression caused by a combination of the TLD refactoring and the new resources implementation. TLDs in JARs in packed WARs were not accessible. There were two parts to the fix: - In

Re: International characters in source files and SVN commit messages (was: RE:r1525975)

2013-09-26 Thread Konstantin Kolinko
2013/9/26 sebb seb...@gmail.com: On 25 September 2013 17:02, Konstantin Preißer kpreis...@apache.org wrote: Mark, -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Wednesday, September 25, 2013 5:54 PM I'd say yes. Property files are a 'special' case:

Re: [ANN] New committer: Konstantin Preißer

2013-09-26 Thread Konstantin Kolinko
2013/9/25 Mark Thomas ma...@apache.org: On behalf of the Tomcat committers I am pleased to announce that Konstantin Preißer has been voted in as a new Tomcat committer. Welcome! Best regards, Konstantin Kolinko - To

svn commit: r1526730 - in /tomcat/trunk: java/org/apache/catalina/loader/ java/org/apache/tomcat/ test/org/apache/catalina/loader/ webapps/docs/

2013-09-26 Thread markt
Author: markt Date: Thu Sep 26 22:55:22 2013 New Revision: 1526730 URL: http://svn.apache.org/r1526730 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55317 Facilitate weaving by allowing ClassFileTransformer to be added to WebppClassLoader Patch be Nick Williams Added:

[Bug 55317] Facilitate weaving by allowing ClassFileTransformer to be added to WebppClassLoader

2013-09-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55317 --- Comment #23 from Mark Thomas ma...@apache.org --- The patch has been applied with a few minor tweaks to fix the various warnings Eclipse threw up. It will be included in 8.0.0-RC4 onwards. I anticipate the next 8.0.0-RCx release around

[Bug 55317] Facilitate weaving by allowing ClassFileTransformer to be added to WebppClassLoader

2013-09-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55317 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

RE: International characters in source files and SVN commit messages (was: RE:r1525975)

2013-09-26 Thread Konstantin Preißer
Hi Konstantin, -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Friday, September 27, 2013 12:30 AM To: Tomcat Developers List Subject: Re: International characters in source files and SVN commit messages (was: RE:r1525975) Regarding whoweare.xml

[Bug 55317] Facilitate weaving by allowing ClassFileTransformer to be added to WebppClassLoader

2013-09-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55317 --- Comment #25 from Nick Williams nicho...@nicholaswilliams.net --- *** At the very least, it should say @since 8.0, 7.0.46. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 55317] Facilitate weaving by allowing ClassFileTransformer to be added to WebppClassLoader

2013-09-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55317 --- Comment #24 from Nick Williams nicho...@nicholaswilliams.net --- Excellent. Thanks! Two things: 1) InstrumentableClassLoader, as committed, says @since 8.0, 7.0.44. At the time I submitted my most recent patch, 7.0.44 was next. As you

Re: International characters in source files and SVN commit messages (was: RE:r1525975)

2013-09-26 Thread sebb
On 26 September 2013 23:29, Konstantin Kolinko knst.koli...@gmail.com wrote: 2013/9/26 sebb seb...@gmail.com: On 25 September 2013 17:02, Konstantin Preißer kpreis...@apache.org wrote: Mark, -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Wednesday, September

Re: [ANN] New committer: Konstantin Preißer

2013-09-26 Thread Jeremy Boynes
On Sep 24, 2013, at 3:20 PM, Mark Thomas ma...@apache.org wrote: On behalf of the Tomcat committers I am pleased to announce that Konstantin Preißer has been voted in as a new Tomcat committer. In addition to a number of high quality bug reports and patches, Konstantin is also responsible

Re: [VOTE] Release Apache Tomcat 7.0.45

2013-09-26 Thread Ognjen Blagojevic
Rainer, On 26.9.2013 20:22, Rainer Jung wrote: Any chance you can try current trunk? Mark added more fixes to AprEndpoint after r1523781. It would be great if you could check r1526052 (or later). I agree that the problem should be solved in tcnative, but I just wanted to check if trunk maybe