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

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: svn commit: r1525975 - in /tomcat/site/trunk: docs/whoweare.html xdocs/whoweare.xml

2013-09-25 Thread Rainer Jung
On 24.09.2013 22:02, Mark Thomas wrote: On 24/09/2013 12:10, kpreis...@apache.org wrote: Author: kpreisser Date: Tue Sep 24 19:10:44 2013 New Revision: 1525975 URL: http://svn.apache.org/r1525975 Log: Add myself to the committers list. I guess everything works then :) A very warm

Re: Issue in AprEndpoint detected by TestCoyoteAdapter

2013-09-25 Thread Rainer Jung
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 issues

Re: Why does mod_jk require a C++ compiler instead of just C?

2013-09-24 Thread Rainer Jung
On 24.09.2013 11:58, Mladen Turk wrote: On 09/23/2013 10:58 PM, Christopher Schultz wrote: All, Someone recently on the users list[1] had some trouble building mod_jk and it turned out that the problem was a missing c++ compiler. There is nothing in the code that would require C++. It's

Re: Issue in AprEndpoint detected by TestCoyoteAdapter

2013-09-23 Thread Rainer Jung
On 23.09.2013 07:27, Mladen Turk wrote: On 09/22/2013 03:39 PM, Rainer Jung wrote: On 22.09.2013 13:17, Rainer Jung wrote: I debugged around my occasional failures for TestCoyoteAdapter when using APR. Error is: SEVERE [http-apr-127.0.0.1-auto-13-Poller

Re: Refactoring class loader access to resources

2013-09-23 Thread Rainer Jung
On 23.09.2013 17:27, Mark Thomas wrote: I've mentioned on a couple of different threads that refactoring how the class loader accesses resources was on my TODO list. I haven't done any implementation yet but I have some ideas that I wanted to get some feedback on before I start work. The

Re: [VOTE] Release Apache Tomcat 7.0.43

2013-09-23 Thread Rainer Jung
On 23.09.2013 14:44, Christopher Schultz wrote: Mark, On 9/20/13 7:05 AM, Mark Thomas wrote: On 20/09/2013 11:57, Jeanfrancois Arcand wrote: On 2013-09-20 6:26 AM, Mark Thomas wrote: On 20/09/2013 11:24, Jeanfrancois Arcand wrote: Hi, [X] Broken - do not release I do test/use Tomcat

Re: [VOTE] Release Apache Tomcat 8.0.0-RC3

2013-09-23 Thread Rainer Jung
On 20.09.2013 12:36, Mark Thomas wrote: The proposed 8.0.0-RC3 release is: [ ] Broken - do not release [X] Alpha - go ahead and release as 8.0.0-RC3 alpha +1 as alpha. Overview: - MD5 OK - signatures OK - key in KEYS file - gz and zip for src and bin consistent - src consistent with svn tag

Issue in AprEndpoint detected by TestCoyoteAdapter

2013-09-22 Thread Rainer Jung
I debugged around my occasional failures for TestCoyoteAdapter when using APR. Error is: SEVERE [http-apr-127.0.0.1-auto-13-Poller] org.apache.tomcat.util.net.AprEndpoint$Poller.run Poller failed with error [81] : [File descriptor in bad state] In the native world it is: 19372/128:

Re: Issue in AprEndpoint detected by TestCoyoteAdapter

2013-09-22 Thread Rainer Jung
On 22.09.2013 13:17, Rainer Jung wrote: I debugged around my occasional failures for TestCoyoteAdapter when using APR. Error is: SEVERE [http-apr-127.0.0.1-auto-13-Poller] org.apache.tomcat.util.net.AprEndpoint$Poller.run Poller failed with error [81] : [File descriptor in bad state

Re: Issue in AprEndpoint detected by TestCoyoteAdapter

2013-09-22 Thread Rainer Jung
On 22.09.2013 15:39, Rainer Jung wrote: On 22.09.2013 13:17, Rainer Jung wrote: I debugged around my occasional failures for TestCoyoteAdapter when using APR. Error is: SEVERE [http-apr-127.0.0.1-auto-13-Poller] org.apache.tomcat.util.net.AprEndpoint$Poller.run Poller failed with error

Re: Some trunk test suite observations

2013-09-21 Thread Rainer Jung
On 20.09.2013 14:46, Mark Thomas wrote: On 20/09/2013 11:02, Rainer Jung wrote: Having run some sporadically failing tests in a loop under the three connectors on Solaris 10 Sparc using Java 1.7.0_40. Code is trunk r1524838 (current as of this morning and codewise identical to 8.0.0 RC3

Some trunk test suite observations

2013-09-20 Thread Rainer Jung
Having run some sporadically failing tests in a loop under the three connectors on Solaris 10 Sparc using Java 1.7.0_40. Code is trunk r1524838 (current as of this morning and codewise identical to 8.0.0 RC3). The system is relatively slow but not *that* slow. OTOH it had some NFS server duties

Re: [VOTE] Release Apache Tomcat 8.0.0-RC2

2013-09-19 Thread Rainer Jung
I get a crash when using tcnative 1.1.28 and JDK 1.7.0_40 on Solaris 10: WARN: Test failure in 'output/build/logs/TEST-org.apache.tomcat.websocket.TestWsWebSocketContainer.APR.txt': Testsuite: org.apache.tomcat.websocket.TestWsWebSocketContainer Tests run: 1, Failures: 0, Errors: 1, Skipped: 0,

Re: [VOTE] Release Apache Tomcat 8.0.0-RC2

2013-09-19 Thread Rainer Jung
On 19.09.2013 13:01, Mark Thomas wrote: On 19/09/2013 09:12, Mark Thomas wrote: On 19/09/2013 07:18, Rainer Jung wrote: I get a crash when using tcnative 1.1.28 and JDK 1.7.0_40 on Solaris 10: WARN: Test failure in 'output/build/logs/TEST

Re: [VOTE] Release Apache Tomcat 8.0.0-RC2

2013-09-19 Thread Rainer Jung
On 19.09.2013 18:32, Rainer Jung wrote: On 19.09.2013 13:01, Mark Thomas wrote: On 19/09/2013 09:12, Mark Thomas wrote: On 19/09/2013 07:18, Rainer Jung wrote: I get a crash when using tcnative 1.1.28 and JDK 1.7.0_40 on Solaris 10: WARN: Test failure in 'output/build/logs/TEST

Re: [VOTE] Release Apache Tomcat Native 1.1.28

2013-09-14 Thread Rainer Jung
On 13.09.2013 23:59, Christopher Schultz wrote: On 9/13/13 5:51 PM, Rainer Jung wrote: Please add a short information what the purpose of tcnative actualky is in the the announcement for 1.1.28. There is also http://svn.apache.org/r1507114 which adds a decent description to the web site

Re: [VOTE] Release Apache Tomcat Native 1.1.28

2013-09-13 Thread Rainer Jung
On 09.09.2013 13:31, Mladen Turk wrote: Version 1.1.28 is bug fixing release. The proposed release artefacts can be found at [1], and the build was done using tag [2]. The VOTE will remain open for at least 48 hours. The Apache Tomcat Native 1.1.28 is [X] Stable, go ahead and release

Re: svn commit: r1521514 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/connector/Connector.java webapps/docs/changelog.xml webapps/docs/config/http.xml

2013-09-10 Thread Rainer Jung
On 10.09.2013 17:43, Mark Thomas wrote: On 10/09/2013 15:44, schu...@apache.org wrote: Author: schultz Date: Tue Sep 10 14:44:15 2013 New Revision: 1521514 URL: http://svn.apache.org/r1521514 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54691 Add configuration property

Re: svn commit: r1514485 - in /tomcat/trunk/java/org/apache: coyote/ajp/AbstractAjpProcessor.java coyote/http11/AbstractOutputBuffer.java coyote/spdy/SpdyProcessor.java tomcat/util/http/HttpMessages.j

2013-09-09 Thread Rainer Jung
On 15.08.2013 22:51, ma...@apache.org wrote: Author: markt Date: Thu Aug 15 20:51:38 2013 New Revision: 1514485 URL: http://svn.apache.org/r1514485 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55399 Have the message in the response line use the locale set for the response.

Re: svn commit: r1518225 - /tomcat/native/branches/1.1.x/native/src/network.c

2013-08-29 Thread Rainer Jung
On 28.08.2013 16:52, schu...@apache.org wrote: Author: schultz Date: Wed Aug 28 14:52:00 2013 New Revision: 1518225 URL: http://svn.apache.org/r1518225 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51813 Add NULL-checking for s-net to avoid SIGSEGV in situations where it

Re: svn commit: r1516416 - /tomcat/trunk/java/org/apache/juli/OneLineFormatter.java

2013-08-22 Thread Rainer Jung
On 22.08.2013 13:24, ma...@apache.org wrote: Author: markt Date: Thu Aug 22 11:24:07 2013 New Revision: 1516416 URL: http://svn.apache.org/r1516416 Log: Fix NPE observed in testing logs Modified: tomcat/trunk/java/org/apache/juli/OneLineFormatter.java Modified:

Re: Back-porting JSR-356 Progress update

2013-08-19 Thread Rainer Jung
On 19.08.2013 15:22, Mark Thomas wrote: On 16/08/2013 15:46, Mark Thomas wrote: Updating the build script has proved interesting. The WebSocket implementation depends on Tomcat internals but was also required to build the examples. That meant that the WebSocket build script was significantly

Re: Code style rules: Line length

2013-08-15 Thread Rainer Jung
On 14.08.2013 12:41, Mark Thomas wrote: Summarising the response to this thread so far: There is a preference for not strictly enforcing whatever limit is selected. Rules need exceptions and committers can exercise judgement. It does create a grey area but the majority is OK with that.

Re: Fixing bug 55365

2013-08-07 Thread Rainer Jung
On 07.08.2013 00:26, Rainer Jung wrote: For completeness I checked out r932968 and am now running the TCK under security manager. I'll report the original failures that the patch should have fixed later on Wednesday. Indeed I get lots of failures in the servlet TCK (JSP and EL are OK

Re: Fixing bug 55365

2013-08-06 Thread Rainer Jung
Hi Mark, On 06.08.2013 21:52, Mark Thomas wrote: Rainer (or anyone else that can figure this out), I am in the process of fixing [1] and find myself having to revert some of one of your commits [2]. My concern is that I can't figure out what problem [2] was meant to solve and how it solves

Re: [VOTE] Release Apache Tomcat 8.0.0-RC1

2013-08-05 Thread Rainer Jung
Hi Mark, thanks for the thorough inspection of my results. I'll try to make sure that I won't include now known false positives in future reports. Some few remarks inline. On 04.08.2013 18:14, Mark Thomas wrote: On 03/08/2013 12:06, Rainer Jung wrote: Overview: - one crash in tcnative

Re: [VOTE] Release Apache Tomcat 8.0.0-RC1

2013-08-05 Thread Rainer Jung
On 05.08.2013 18:22, Mark Thomas wrote: On 05/08/2013 11:49, Rainer Jung wrote: The Thread-4 has stack java.lang.Thread.State: RUNNABLE at sun.nio.ch.SolarisEventPort.portGet(Native Method) at sun.nio.ch.SolarisEventPort.access$400(SolarisEventPort.java:38

Re: [VOTE] Release Apache Tomcat 8.0.0-RC1

2013-08-03 Thread Rainer Jung
On 01.08.2013 22:53, Mark Thomas wrote: The proposed Apache Tomcat 8.0.0 release candidate 1 is now available for voting. Given this is a release candidate I am working on the basis that it is equivalent to an alpha. That said: - Servlet 3.1 is complete - JSP 2.3 is complete - EL 3.0 is

Re: 8.0.0 (was: 8.0-SNAPSHOT updated)

2013-07-25 Thread Rainer Jung
On 26.07.2013 00:34, Mark Thomas wrote: On 21/07/2013 09:10, Mark Thomas wrote: On 20/07/2013 17:42, Konstantin Kolinko wrote: 2013/7/18 Mark Thomas ma...@apache.org: snip/ Any objections to starting the 8.0.0 release process? What do we do with DBCP? a) There will be a new release in

svn 1.8 and auto props

2013-07-18 Thread Rainer Jung
I just saw sebb doing a little experiment in the JMeter repository with svn:auto-props. Infra updated our svn repos to svn 1.8 and 1.8 has Repository Dictated Configuration: http://blogs.collab.net/subversion/the-road-to-repository-dictated-configuration-day-2-autoprops Thinking about the

Re: Various shell-scripting idioms in bin/daemon.sh

2013-07-18 Thread Rainer Jung
On 18.07.2013 06:04, Mladen Turk wrote: On 07/17/2013 11:59 PM, sebb wrote: Regardless, please consider documenting the script to explain why it does not use -n/-z if that is necessary to avoid bugs. It would be the same as documenting why one uses a+=1 instead a++ :) I don't see where its

Re: Bugzilla component for Tomcat-Utils?

2013-07-09 Thread Rainer Jung
On 09.07.2013 09:20, Jeremy Boynes wrote: Is it worth adding one for tomcat-util to be distinct from Catalina and Jasper? Done: added Component Util to Tomcat 8. Regards, Rainer - To unsubscribe, e-mail:

Re: Bugzilla component for Tomcat-Utils?

2013-07-09 Thread Rainer Jung
On 09.07.2013 09:20, Jeremy Boynes wrote: Is it worth adding one for tomcat-util to be distinct from Catalina and Jasper? Done: added Component Util to Tomcat 8. Regards, Rainer - To unsubscribe, e-mail:

[jira] [Commented] (MTOMCAT-230) CLONE - Plugin uploads WAR file twice

2013-07-08 Thread Rainer Jung (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13701837#comment-13701837 ] Rainer Jung commented on MTOMCAT-230: - OK, your workers.properties are pretty minimal

[jira] [Commented] (MTOMCAT-230) CLONE - Plugin uploads WAR file twice

2013-07-08 Thread Rainer Jung (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13701862#comment-13701862 ] Rainer Jung commented on MTOMCAT-230: - Only copying together the two

[jira] [Commented] (MTOMCAT-230) CLONE - Plugin uploads WAR file twice

2013-07-06 Thread Rainer Jung (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13701320#comment-13701320 ] Rainer Jung commented on MTOMCAT-230: - Can you please check you mod_jk log file

Re: [VOTE] Release Apache Tomcat 7.0.42

2013-07-02 Thread Rainer Jung
On 02.07.2013 11:18, Mark Thomas wrote: The proposed Apache Tomcat 7.0.42 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.42/ The Maven staging repo is:

Re: svn commit: r1498340 - in /tomcat/trunk: java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java java/org/apache/catalina/mbeans/LocalStrings.properties webapps/docs/config/listeners.xml

2013-07-01 Thread Rainer Jung
On 01.07.2013 11:50, ma...@apache.org wrote: Add the ability to configure the RMO bind address when using the JXM remote listener. Coffee to the rescue: RMO points to Rocky Mountain oysters are bull calf testicles used for human consumption and JXM is a pure-java (SWING) GUI for controlling

Re: mod_jk, JSESSION_ID and load-balancing

2013-06-27 Thread Rainer Jung
On 27.06.2013 17:28, Henri Gomez wrote: Rainer, I tried mod_jk 1.2.38-dev and it works as expected : An HTTPd in front, 2 Nexus behind, using HENRICOOKIE, requests are sent to proper Tomcat whatever Nexus/Shiro did with JSESSIONID ie : Browser 1 : HENRICOOKIE .swf-nexus JSESSIONID

Re: mod_jk, JSESSION_ID and load-balancing

2013-06-26 Thread Rainer Jung
Hi Henri, On 25.06.2013 22:11, Henri Gomez wrote: Hi Christopher I don't have access to code inside application, I'm using stock Sonatype Nexus OSS who use Shiro internally to manage (and regenetate JSESSIONID cookie), loosing jvmRoute contents. See

Re: mod_jk, JSESSION_ID and load-balancing

2013-06-26 Thread Rainer Jung
On 26.06.2013 16:54, Henri Gomez wrote: You can configure the name of the session cookie in TC 6 and 7. I see sessionCookieName in http://tomcat.apache.org/tomcat-7.0-doc/config/context.html ... So if in your case Tomcat would also set a cookie (in addition to the app) we wouldn't need

Re: mod_jk, JSESSION_ID and load-balancing

2013-06-26 Thread Rainer Jung
Hi Henri, you can find a dev snapshot at: http://people.apache.org/~rjung/mod_jk-dev/source/jk-1.2.38-dev/ You know those are not releases. The updated documentation is at: http://people.apache.org/~rjung/mod_jk-dev/docs/jk-1.2.38-dev/reference/workers.html look for set_session_cookie. I

Re: mod_jk, JSESSION_ID and load-balancing

2013-06-24 Thread Rainer Jung
Hello Henri, On 24.06.2013 17:09, Henri Gomez wrote: I'm faced a weird problem with a web application who didn't keep JSESSIONID generated by Apache Tomcat (via jvmRoute). This application is using ASF Shiro who in turn regenerate its own JSESSIONID (and replace one from Tomcat). It

Re: [Bug 55102] New: Add ability to report time taken to prepare response

2013-06-20 Thread Rainer Jung
On 20.06.2013 23:22, Jeremy Boynes wrote: On Jun 15, 2013, at 10:09 AM, bugzi...@apache.org wrote: https://issues.apache.org/bugzilla/show_bug.cgi?id=55102 Summary: Add ability to report time taken to prepare response Created attachment 30438 --

Re: svn commit: r1493066 - /tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java

2013-06-14 Thread Rainer Jung
On 14.06.2013 15:43, ma...@apache.org wrote: Author: markt Date: Fri Jun 14 13:43:56 2013 New Revision: 1493066 URL: http://svn.apache.org/r1493066 Log: Container provided JARs should not be scanned for deployment annotations nor should they be checked for web-fragment.xml files. Sorry

Re: svn commit: r1493066 - /tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java

2013-06-14 Thread Rainer Jung
On 14.06.2013 18:36, Christopher Schultz wrote: Mark, On 6/14/13 12:22 PM, Mark Thomas wrote: On 14/06/2013 17:15, Christopher Schultz wrote: I was actually hoping that certain JDBC drivers would start packaging a listener that could do things like stop driver-launched threads, etc. that

[Vote] Switch mod_lua in 2.4 to CTR

2013-06-08 Thread Rainer Jung
As announced yesterday in the proposal thread: I suggest to switch mod_lua in 2.4 to CTR mode. Motivation: mod_lua is still marked experimental because we did not yet expect it to be complete or the APIs to be stable. So we did expect and wanted to allow incompatible changes. Now that a few of

Re: [Vote] Switch mod_lua in 2.4 to CTR

2013-06-08 Thread Rainer Jung
On 08.06.2013 16:35, Rainer Jung wrote: I suggest to switch mod_lua in 2.4 to CTR mode. [XX] +1: I support this proposal [ ] 0: I don't care [ ] -1: I don't support this proposal, because... +1, switch mod_lua on 2.4 to CTR. Rainer

Re: [Vote] Switch mod_lua in 2.4 to CTR

2013-06-08 Thread Rainer Jung
Please ignore - sorry wrong list! - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: [VOTE] Release Apache Tomcat 7.0.41

2013-06-07 Thread Rainer Jung
On 06.06.2013 14:06, Mark Thomas wrote: The proposed Apache Tomcat 7.0.41 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.41/ The Maven staging repo is:

Re: Where to put proposals for tcnative?

2013-06-07 Thread Rainer Jung
On 07.06.2013 16:05, Christopher Schultz wrote: Rainer, In this particular case, it seems like my changes should be relatively compatible between the two. Should I patch trunk and back-port, patch 1.1 and forward-port, or patch 1.1 and ignore trunk (thus making the problem worse). I suspect

Re: Where to put proposals for tcnative?

2013-06-06 Thread Rainer Jung
On 06.06.2013 18:22, Christopher Schultz wrote: All, Neither tcnative/trunk not tcnative/branches/1.1.x have a STATUS.txt file... where should proposals be made? In Tomcat directly? The Java classes come from TC trunk via externals. So proposals which are mainly for those can be discussed

Re: Where to put proposals for tcnative?

2013-06-06 Thread Rainer Jung
On 06.06.2013 19:56, Christopher Schultz wrote: Rainer, On 6/6/13 1:32 PM, Rainer Jung wrote: On 06.06.2013 18:22, Christopher Schultz wrote: Proposals mostly for the C files probably make sense in a STATUS file here if they are backports from native trunk. I was going to make a C

Re: Where to put proposals for tcnative?

2013-06-06 Thread Rainer Jung
On 06.06.2013 22:54, Rainer Jung wrote: On 06.06.2013 19:56, Christopher Schultz wrote: Rainer, On 6/6/13 1:32 PM, Rainer Jung wrote: On 06.06.2013 18:22, Christopher Schultz wrote: Proposals mostly for the C files probably make sense in a STATUS file here if they are backports from

Re: Where to put proposals for tcnative?

2013-06-06 Thread Rainer Jung
On 06.06.2013 23:00, Caldarale, Charles R wrote: From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Where to put proposals for tcnative? PS Here's what I get when trying to build tcnative-trunk: $ sh buildconf --with-apr=../../apr-1.4.6/ checking for JDK os

Re: APR/native errors with non-blocking I/O

2013-06-03 Thread Rainer Jung
On 03.06.2013 14:54, Caldarale, Charles R wrote: From: Mark Thomas [mailto:ma...@apache.org] Subject: Re: APR/native errors with non-blocking I/O I'm thinking something along the lines of the following: if (ss == APR_SUCCESS) return (jint)sent; else if ((APR_STATUS_IS_EAGAIN(ss) ||

Re: APR/native errors with non-blocking I/O

2013-05-31 Thread Rainer Jung
On 31.05.2013 21:34, Mark Thomas wrote: Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Mark Thomas [mailto:ma...@apache.org] Subject: APR/native errors with non-blocking I/O Assuming these are negative errno values: On OSX the error code is -32 Broken pipe. On Linux the

Re: svn commit: r1487993 - /tomcat/trunk/test/org/apache/catalina/tribes/TesterMulticast.java

2013-05-30 Thread Rainer Jung
On 30.05.2013 22:15, ma...@apache.org wrote: Author: markt Date: Thu May 30 20:15:15 2013 New Revision: 1487993 URL: http://svn.apache.org/r1487993 Log: Finally figured out how t get multicast working locally on my mac. Document it. Modified:

Re: svn commit: r1481288 - /tomcat/trunk/java/org/apache/tomcat/util/Diagnostics.java

2013-05-12 Thread Rainer Jung
Thanks for this and the other mail. Should be all fixed now. Concerning the StringManager: I had simply forgotten to commit the changes :( Regards, Rainer On 11.05.2013 20:02, Konstantin Kolinko wrote: 2013/5/11 rj...@apache.org: Author: rjung Date: Sat May 11 10:48:33 2013 New Revision:

Re: [VOTE] Release Apache Tomcat 7.0.40

2013-05-06 Thread Rainer Jung
On 05.05.2013 12:44, Mark Thomas wrote: The proposed Apache Tomcat 7.0.40 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.40/ The Maven staging repo is:

Re: [VOTE] Release Apache Tomcat 7.0.40

2013-05-06 Thread Rainer Jung
Hi Brian, On 06.05.2013 15:39, Brian Burch wrote: On 05.05.2013 12:44, Mark Thomas wrote: I would like to use this release as early as possible, so I picked up the source, built and tested it. I noticed some errors which do not matter in my environment, but because I haven't tested any

Re: Problem with nsapi_redirect.so (1.2.37) on iPlanet 7.0.15 and Solaris 11

2013-05-02 Thread Rainer Jung
On 02.05.2013 18:46, Andy Wang wrote: I've also confirmed that PR_PRIORITY_HIGH also fails but PR_PRIORITY_NORMAL is fine. I'm pushing oracle to accept that is is a bug. It is completely inappropriate for what appears to be a perfectly proper constant, SYSTHREAD_DEFAULT_PRIORITY, to map to

Re: svn commit: r1476761 - in /tomcat/trunk/java/org/apache/catalina/core: LocalStrings.properties StandardWrapper.java

2013-04-29 Thread Rainer Jung
On 28.04.2013 20:05, Mark Thomas wrote: On 28/04/2013 15:44, Rainer Jung wrote: On 28.04.2013 15:28, Mark Thomas wrote: I uploaded a class that has a static getDump() method which returns a thread dump formatted very similar to the usual kipp -QUIT one: http://people.apache.org/~rjung

Re: [VOTE] Release build 6.0.37

2013-04-29 Thread Rainer Jung
On 29.04.2013 12:17, jean-frederic clere wrote: The candidates binaries are available here: http://people.apache.org/~jfclere/tomcat-6/v6.0.37/ According to the release process, the 6.0.37 build corresponding to the tag TOMCAT_6_0_37 is: [ ] Broken [ ] Alpha [ ] Beta [X] Stable +1 to

Re: svn commit: r1476761 - in /tomcat/trunk/java/org/apache/catalina/core: LocalStrings.properties StandardWrapper.java

2013-04-28 Thread Rainer Jung
On 28.04.2013 15:28, Mark Thomas wrote: On 28/04/2013 14:19, ma...@apache.org wrote: Author: markt Date: Sun Apr 28 13:19:48 2013 New Revision: 1476761 URL: http://svn.apache.org/r1476761 Log: Improve logging by naming the Servlet that hasn't stopped. I'm currently looking at the trunk

Re: svn commit: r1476761 - in /tomcat/trunk/java/org/apache/catalina/core: LocalStrings.properties StandardWrapper.java

2013-04-28 Thread Rainer Jung
On 28.04.2013 16:44, Rainer Jung wrote: thread dump formatted very similar to the usual kipp -QUIT one: Freudian typo: I mean't kill -QUIT :) - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands

Re: svn commit: r1476761 - in /tomcat/trunk/java/org/apache/catalina/core: LocalStrings.properties StandardWrapper.java

2013-04-28 Thread Rainer Jung
On 28.04.2013 16:01, Konstantin Kolinko wrote: 2. Maybe change default logging configuration to use OneLineFormatter. It will give us thread names in the log, Alternatively, there appears to be a way to customize the pattern used by SimpleFormatter

Re: [VOTE] Tighten up wiki security to reduce spam

2013-04-22 Thread Rainer Jung
On 19.04.2013 16:49, Mark Thomas wrote: Should the changes described in [1] be applied to the Tomcat wiki? [X] +1 Make it so +1 Rainer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands,

Re: svn commit: r1468594 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/ContextConfig.java webapps/docs/changelog.xml

2013-04-16 Thread Rainer Jung
Hi Violeta, On 16.04.2013 22:15, violet...@apache.org wrote: Author: violetagg Date: Tue Apr 16 20:15:28 2013 New Revision: 1468594 URL: http://svn.apache.org/r1468594 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54851 Merged revision 1468415 from tomcat/trunk: Fix

Re: [VOTE] Release Apache Tomcat 7.0.39

2013-03-23 Thread Rainer Jung
On 22.03.2013 17:48, Mark Thomas wrote: The proposed Apache Tomcat 7.0.39 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.39/ The Maven staging repo is:

Re: svn commit: r1456491 - /tomcat/trunk/java/org/apache/catalina/valves/AccessLogValve.java

2013-03-15 Thread Rainer Jung
On 14.03.2013 16:47, ma...@apache.org wrote: Author: markt Date: Thu Mar 14 15:47:24 2013 New Revision: 1456491 URL: http://svn.apache.org/r1456491 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54660 Allow the AccessLogValve file data format to be changed via JMX. The change

Re: Autobahn test results for Tomcat 8's web socket implementation

2013-03-14 Thread Rainer Jung
On 14.03.2013 00:46, Mark Thomas wrote: FYI http://people.apache.org/~markt/dev/autobahn-tomcat-8/ I'll post updates periodically. Congrats! Some INFO (undefined by SPEC) and anything else in Green. Nice work!! Rainer

Re: [VOTE] Release Apache Tomcat 7.0.38

2013-03-10 Thread Rainer Jung
On 09.03.2013 14:45, Rainer Jung wrote: - some Javadoc warnings ... - new ones: - java/org/apache/tomcat/util/buf/UEncoder.java:67: warning - @param argument buf is not a parameter name. Fixed in r1454831 (@param removed). - two in package java/org/apache/tomcat/util/http

Re: [VOTE] Release Apache Tomcat 7.0.38

2013-03-09 Thread Rainer Jung
On 07.03.2013 23:47, Mark Thomas wrote: The proposed Apache Tomcat 7.0.38 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.38/ The Maven staging repo is:

Re: [VOTE] Release Apache Tomcat 7.0.38

2013-03-08 Thread Rainer Jung
I see a consistent test failure for all connectors: Testcase: testBug54602b took 0.002 sec Testcase: testBug54602c took 0 sec Testsuite: org.apache.tomcat.util.buf.TestB2CConverter Tests run: 6, Failures: 1, Errors: 0, Time elapsed: 0.695 sec - Standard Output ---

Re: [VOTE] Release Apache Tomcat 7.0.38

2013-03-08 Thread Rainer Jung
On 08.03.2013 13:53, Mark Thomas wrote: On 08/03/2013 12:47, Rainer Jung wrote: I see a consistent test failure for all connectors: ... The only charset with a to big leftover size is sun.nio.cs.ext.COMPOUND_TEXT (value 27.0). The failure only occurs for Java 6, not for Java 7 an 8. I used

Re: JarScanning

2013-02-21 Thread Rainer Jung
On 21.02.2013 17:34, Mark Thomas wrote: An issue at work prompted me to take another look at this thread: http://markmail.org/thread/qanw2psjsx32feek There are some useful things there that I think it is worth following up on. JRE JARs. I think scanning of these should be made optional

Heads up: o.a.t.jni in tcnative 1.1.x is now an svn:externals

2013-02-17 Thread Rainer Jung
As previously discussed: the classes in org.apache.tomcat.jni inside native/branches/1.1.x were at the end identical to the ones in TC trunk. To reduce maintenance effort I replaced the ones in native with an svn:external to TC trunk. Note 1: The svn:externals is given in absolute peg revision

Re: svn commit: r1447074 - in /tomcat/trunk/java/org/apache/tomcat/jni/socket: AprSocket.java AprSocketContext.java

2013-02-17 Thread Rainer Jung
On 17.02.2013 22:48, Konstantin Kolinko wrote: 2013/2/18 ma...@apache.org: Author: markt Date: Sun Feb 17 20:36:24 2013 New Revision: 1447074 URL: http://svn.apache.org/r1447074 Log: UCDetector - use final - reduce visibility - remove unused code Note that because of earlier

Re: svn commit: r1446712 - /tomcat/native/branches/1.1.x/xdocs/news/2013.xml

2013-02-16 Thread Rainer Jung
On 16.02.2013 07:28, Mladen Turk wrote: On 02/15/2013 07:07 PM, rj...@apache.org wrote: Author: rjung properties author email=general.AT.tomcat.DOT.apache.DOT.orgApache Tomcat Native Project/author -title2012 News and Status/title +title2013 News and Status/title

Re: svn commit: r1446547 - /tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml

2013-02-15 Thread Rainer Jung
Sorry and thanks. Wrong time of day. On 15.02.2013 13:05, kkoli...@apache.org wrote: Author: kkolinko Date: Fri Feb 15 12:05:17 2013 New Revision: 1446547 URL: http://svn.apache.org/r1446547 Log: Correct changelog section name Modified:

tcnative 1.1.27 still not on archive.us.apache.org

2013-02-14 Thread Rainer Jung
The 1.1.27 release is on the EU archive server since about 46 hours, but still not visible on the US one: http://archive.us.apache.org/dist/tomcat/tomcat-connectors/native/ Regards, Rainer - To unsubscribe, e-mail:

Re: [Bug 54559] [PATCH] 1.1.27 needs APR = 1.3.0

2013-02-14 Thread Rainer Jung
On 14.02.2013 20:05, Michael-O wrote: Am 2013-02-14 00:43, schrieb bugzi...@apache.org: https://issues.apache.org/bugzilla/show_bug.cgi?id=54559 Rainer Jung rainer.j...@kippdata.de changed: What|Removed |Added

Re: tcnative 1.1.27 still not on archive.us.apache.org

2013-02-14 Thread Rainer Jung
On 14.02.2013 10:50, Mark Thomas wrote: On 14/02/2013 09:43, Rainer Jung wrote: The 1.1.27 release is on the EU archive server since about 46 hours, but still not visible on the US one: http://archive.us.apache.org/dist/tomcat/tomcat-connectors/native/ Ping infra. Sounds like the rsync job

Re: svn commit: r1445989 - in /tomcat/native/branches/1.1.x: native/build/tcnative.m4 native/src/jnilib.c xdocs/miscellaneous/changelog.xml

2013-02-14 Thread Rainer Jung
On 14.02.2013 23:52, Mladen Turk wrote: On 02/14/2013 12:42 AM, rj...@apache.org wrote: Author: rjung Date: Wed Feb 13 23:42:26 2013 New Revision: 1445989 URL: http://svn.apache.org/r1445989 Log: Minimum APR version is 1.3.0 since 1.1.25. PR 54559 I'm not happy with this patch. It

Re: [VOTE] Release Apache Tomcat 7.0.37

2013-02-13 Thread Rainer Jung
On 13.02.2013 00:22, Mark Thomas wrote: The proposed Apache Tomcat 7.0.37 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.37/ The Maven staging repo is:

Re: When to notify of changed session IDs?

2013-02-12 Thread Rainer Jung
On 12.02.2013 06:03, Williams, Nick wrote: I have attached a diff file for my changes, which I'm not sure will get through because I don't know whether the developer's list allows attachments. I know the user's list doesn't. But seeing as how this is new development (Servlet 3.1) and not a

Re: When to notify of changed session IDs?

2013-02-12 Thread Rainer Jung
On 12.02.2013 06:03, Williams, Nick wrote: I tried to run all of the Junit tests locally, but when it completed 30 minutes later I had dozens of failures and dozens of errors. After reviewing the messages carefully, I am 99.9% sure that none of these are due to changes I made. I don't think

Re: svn commit: r1445231 - in /tomcat/trunk/test/org/apache/tomcat/websocket: TestWsWebSocketContainer.java TesterEchoServer.java

2013-02-12 Thread Rainer Jung
Hi Konstantin, On 12.02.2013 19:21, Konstantin Kolinko wrote: 2013/2/12 rj...@apache.org: @Override public void contextInitialized(ServletContextEvent sce) { +super.contextInitialized(sce); Shoudn't the other two listeners changed by this commit call

Re: [VOTE] Release Apache Tomcat Native 1.1.27

2013-02-11 Thread Rainer Jung
On 08.02.2013 14:43, Mladen Turk wrote: Version 1.1.27 is bug fixing release. The proposed release artefacts can be found at [1], and the build was done using tag [2]. The VOTE will remain open for at least 48 hours. The Apache Tomcat Native 1.1.27 is [X] Stable, go ahead and release

Re: Tagging native 1.1.27

2013-02-06 Thread Rainer Jung
On 06.02.2013 10:12, Mark Thomas wrote: On 06/02/2013 07:29, Mladen Turk wrote: Hi, The latest fix solves issues manifested with 1.1.26 and since there were no new issues reported with 1.1.27-dev binaries I plan to tag and push for a release 1.1.27. Any objections or someone is doing some

Re: Tagging native 1.1.27

2013-02-06 Thread Rainer Jung
On 06.02.2013 12:27, Mladen Turk wrote: On 02/06/2013 12:19 PM, Rainer Jung wrote: One note: If you can run buildconf against an apr 1.4 HEAD source, then it should copy config.guess and config.sub from there. I just checked in the recent ones to the APR branches. If you run against 1.4.6

Re: [VOTE] Release Apache Tomcat 7.0.36

2013-02-05 Thread Rainer Jung
On 05.02.2013 09:58, Violeta Georgieva wrote: 2013/2/5 Konstantin Kolinko Could you test on some other XP. I've tested 7.0.36 on Win7/x64 and XPSP3/x86 and everything works fine Tried to restart dozen times at different stages and everything work fine. I also tested it onWin7/x64 and

Again: Java classes in tcnative

2013-02-05 Thread Rainer Jung
I went through the Java classes in tcnative branch 1.1.x. Remember there are no such classes in tcnative trunk. - in tcnative branches/1.1.x there were no additions, that were missing from TC trunk (good) - I first merged all missing additions from the jni classes in TC 7 - I then also

Re: [VOTE] Release Apache Tomcat 7.0.36

2013-02-05 Thread Rainer Jung
Attachment got stripped. Put it on people? Thanks! Rainer On 05.02.2013 17:30, Mladen Turk wrote: On 02/05/2013 02:02 AM, Konstantin Kolinko wrote: 2013/2/4 Mark Thomas ma...@apache.org: Filed as https://issues.apache.org/jira/browse/DAEMON-276 Other than this commons daemon issue,

Re: [VOTE] Release Apache Tomcat 7.0.36

2013-02-05 Thread Rainer Jung
Sorry, I saw now that the attachments are in Jira. Thanks again, Rainer On 05.02.2013 17:30, Mladen Turk wrote: On 02/05/2013 02:02 AM, Konstantin Kolinko wrote: 2013/2/4 Mark Thomas ma...@apache.org: Filed as https://issues.apache.org/jira/browse/DAEMON-276 Other than this commons

Re: [ANN] New Tomcat committer: Violeta Georgieva (violetagg)

2013-01-31 Thread Rainer Jung
On 31.01.2013 21:43, Konstantin Kolinko wrote: 2013/1/31 Mark Thomas ma...@apache.org: On behalf of the Tomcat committers I am pleased to announce that Violeta Georgieva (violetagg) has been voted in as a new Tomcat committer. Welcome! ... and keep up the good work! Regards, Rainer

Confusion around tcnative

2013-01-28 Thread Rainer Jung
I'm a bit confused about tcnative and the various trunks and branches: 1) tcnative trunk vs. branch 1.1.x. It seems most updates are directly done to the branch. So trunk is outdated. On the other hand originally there were some updates to trunk not in 1.1.x. I think this should be cleaned up.

<    3   4   5   6   7   8   9   10   11   12   >