Re: [taglibs] Time to release 1.2.0?

2011-07-10 Thread Rex Wang
+1 again.. how is the release going? 2011/3/27 Jeremy Boynes > On Mar 25, 2011, at 2:15 AM, Mark Thomas wrote: > > > On 23/01/2011 20:41, Jeremy Boynes wrote: > >> The only bug remaining that impact the JSTL libraries is #46052 (locale > performance on 1.6). Henri suggested releasing in its cur

Re: svn commit: r1144833 - in /tomcat/trunk: java/org/apache/catalina/valves/AccessLogValve.java webapps/docs/changelog.xml

2011-07-10 Thread Konstantin Kolinko
2011/7/10 : > Author: rjung > Date: Sun Jul 10 11:22:40 2011 > New Revision: 1144833 > > URL: http://svn.apache.org/viewvc?rev=1144833&view=rev > Log: > Another regression in 7.0.18: year number formatting > in AccessLogValve is broken due to type "yyy" instead of "". > Nice catch. There is

svn commit: r1144976 - in /tomcat/trunk/test/org/apache/coyote/ajp: ./ SimpleAjpClient.java TestAbstractAjpProcessor.java TesterAjpMessage.java

2011-07-10 Thread markt
Author: markt Date: Sun Jul 10 22:05:01 2011 New Revision: 1144976 URL: http://svn.apache.org/viewvc?rev=1144976&view=rev Log: Add a simple AJP test. Added: tomcat/trunk/test/org/apache/coyote/ajp/ tomcat/trunk/test/org/apache/coyote/ajp/SimpleAjpClient.java tomcat/trunk/test/org/apac

svn commit: r1144972 - /tomcat/trunk/test/org/apache/catalina/startup/TomcatBaseTest.java

2011-07-10 Thread markt
Author: markt Date: Sun Jul 10 21:59:51 2011 New Revision: 1144972 URL: http://svn.apache.org/viewvc?rev=1144972&view=rev Log: Make it easier to test that the right response was returned Modified: tomcat/trunk/test/org/apache/catalina/startup/TomcatBaseTest.java Modified: tomcat/trunk/test/o

svn commit: r1144966 - /tomcat/trunk/modules/jdbc-pool/build.xml

2011-07-10 Thread rjung
Author: rjung Date: Sun Jul 10 21:24:15 2011 New Revision: 1144966 URL: http://svn.apache.org/viewvc?rev=1144966&view=rev Log: Set includeantruntime in jdbc-pool javac build tasks. Modified: tomcat/trunk/modules/jdbc-pool/build.xml Modified: tomcat/trunk/modules/jdbc-pool/build.xml URL: htt

svn commit: r1144964 - /tomcat/trunk/modules/jdbc-pool/resources/MANIFEST.MF

2011-07-10 Thread rjung
Author: rjung Date: Sun Jul 10 21:23:33 2011 New Revision: 1144964 URL: http://svn.apache.org/viewvc?rev=1144964&view=rev Log: Fix version pattern in jdbc-pool manifest. Modified: tomcat/trunk/modules/jdbc-pool/resources/MANIFEST.MF Modified: tomcat/trunk/modules/jdbc-pool/resources/MANIFEST

Re: Distributable contexts and non-serializable session attributes

2011-07-10 Thread Filip Hanik - Dev Lists
go ahead add it in, if you add in a flag to toggle the behavior, and the flag is defaulted to today's behavior. you're safe, and you give users an option Filip On 7/10/2011 1:38 PM, Rainer Jung wrote: I implemented an addition to DeltaManager which allows to filter which session attributes act

Re: [jdbc-pool] AT sign in manifest (filtered version strings)

2011-07-10 Thread Filip Hanik - Dev Lists
feel free to commit the fix On 7/10/2011 2:38 PM, Rainer Jung wrote: I tested the jdbc-pool building, which is part of the release right now. The manifest contains patterns of the form @@VERSION@@, e.g. org.apache.tomcat.jdbc.pool;version="@@VERSION@@"; org.apache.tomcat.jdbc.pool.interceptor;v

[jdbc-pool] AT sign in manifest (filtered version strings)

2011-07-10 Thread Rainer Jung
I tested the jdbc-pool building, which is part of the release right now. The manifest contains patterns of the form @@VERSION@@, e.g. org.apache.tomcat.jdbc.pool;version="@@VERSION@@"; org.apache.tomcat.jdbc.pool.interceptor;version="@@VERSION@@"; org.apache.tomcat.jdbc.pool.jmx;version="@@VERSION

svn commit: r1144955 - /tomcat/trunk/conf/catalina.properties

2011-07-10 Thread rjung
Author: rjung Date: Sun Jul 10 20:29:30 2011 New Revision: 1144955 URL: http://svn.apache.org/viewvc?rev=1144955&view=rev Log: Add jdbc-pool to jarsToSkip. Modified: tomcat/trunk/conf/catalina.properties Modified: tomcat/trunk/conf/catalina.properties URL: http://svn.apache.org/viewvc/tomca

svn commit: r1144951 - /tomcat/trunk/build.xml

2011-07-10 Thread rjung
Author: rjung Date: Sun Jul 10 20:08:26 2011 New Revision: 1144951 URL: http://svn.apache.org/viewvc?rev=1144951&view=rev Log: Reorganize jdbc-pool inclusion in releases. Split build (code and docs) from clean. Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://s

svn commit: r1144950 - /tomcat/trunk/webapps/docs/changelog.xml

2011-07-10 Thread rjung
Author: rjung Date: Sun Jul 10 20:07:26 2011 New Revision: 1144950 URL: http://svn.apache.org/viewvc?rev=1144950&view=rev Log: Add changelog entry for Filip's inclusion of jdbc-pool in releases. Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.x

svn commit: r1144948 - /tomcat/trunk/webapps/docs/changelog.xml

2011-07-10 Thread rjung
Author: rjung Date: Sun Jul 10 20:04:28 2011 New Revision: 1144948 URL: http://svn.apache.org/viewvc?rev=1144948&view=rev Log: Move new changelog entries to correct subsection. Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://sv

Re: svn commit: r1144061 - in /tomcat/trunk: build.xml modules/jdbc-pool/build.xml res/maven/mvn-pub.xml res/maven/tomcat-jdbc.pom webapps/docs/project.xml

2011-07-10 Thread Rainer Jung
On 10.07.2011 21:05, Filip Hanik - Dev Lists wrote: > On 7/10/2011 6:59 AM, Rainer Jung wrote: >> Wouldn't it suffice to remove the copied docs file and to clean >> jdbc-pool during the clean target? >> >> Something along the lines of: >> >> http://people.apache.org/~rjung/patches/tomcat-jdbc-pool

Distributable contexts and non-serializable session attributes

2011-07-10 Thread Rainer Jung
I implemented an addition to DeltaManager which allows to filter which session attributes actually get replicated (not yet committed). This is useful, because many applications - use non-serializable session attributes, so it is not possible to simply replicate everything - do not actually nee

Re: svn commit: r1144061 - in /tomcat/trunk: build.xml modules/jdbc-pool/build.xml res/maven/mvn-pub.xml res/maven/tomcat-jdbc.pom webapps/docs/project.xml

2011-07-10 Thread Filip Hanik - Dev Lists
On 7/10/2011 6:59 AM, Rainer Jung wrote: Hi Filip, On 07.07.2011 23:40, fha...@apache.org wrote: Author: fhanik Date: Thu Jul 7 21:40:05 2011 New Revision: 1144061 URL: http://svn.apache.org/viewvc?rev=1144061&view=rev Log: Include jdbc-pool into tomcat release. Added: tomcat/trunk/res/

svn commit: r1144906 - in /tomcat/native/branches/1.1.x/java/org/apache/tomcat/jni: Address.java BIOCallback.java Directory.java File.java Local.java OS.java Poll.java Pool.java Proc.java Shm.java Soc

2011-07-10 Thread rjung
Author: rjung Date: Sun Jul 10 17:12:19 2011 New Revision: 1144906 URL: http://svn.apache.org/viewvc?rev=1144906&view=rev Log: Sync tcnative 1.1.x Java classes with TC 7: - only JavaDoc, no functional change. Modified: tomcat/native/branches/1.1.x/java/org/apache/tomcat/jni/Address.java t

svn commit: r1144901 - /tomcat/native/trunk/xdocs/miscellaneous/changelog-1.1.x.xml

2011-07-10 Thread rjung
Author: rjung Date: Sun Jul 10 16:49:31 2011 New Revision: 1144901 URL: http://svn.apache.org/viewvc?rev=1144901&view=rev Log: Sync tcnative trunk from 1.1.x: Part 3: changelog for 1.1. Modified: tomcat/native/trunk/xdocs/miscellaneous/changelog-1.1.x.xml Modified: tomcat/native/trunk/xdocs/

Re: svn commit: r1141392 - in /tomcat/native/branches/1.1.x: native/src/sslcontext.c xdocs/miscellaneous/changelog.xml

2011-07-10 Thread Rainer Jung
> I was checking trunk and 1.1.x for differences and I think this backport > of 1141388 is wrong. > > In trunk you patched the function load_pem_cert(), in 1.1.x the function > load_pem_key(), therefore replacing "key" with "cert" etc. I guess you > want to revert the change to load_pem_key() and

svn commit: r1144900 - /tomcat/native/branches/1.1.x/native/src/sslcontext.c

2011-07-10 Thread rjung
Author: rjung Date: Sun Jul 10 16:41:15 2011 New Revision: 1144900 URL: http://svn.apache.org/viewvc?rev=1144900&view=rev Log: Backport of r114138. Replaces r1141392. Modified: tomcat/native/branches/1.1.x/native/src/sslcontext.c Modified: tomcat/native/branches/1.1.x/native/src/sslcontext.c

svn commit: r1144899 - /tomcat/native/branches/1.1.x/native/src/sslcontext.c

2011-07-10 Thread rjung
Author: rjung Date: Sun Jul 10 16:40:31 2011 New Revision: 1144899 URL: http://svn.apache.org/viewvc?rev=1144899&view=rev Log: Revert r1141392 which seems to be a bad backport of r114138. Modified: tomcat/native/branches/1.1.x/native/src/sslcontext.c Modified: tomcat/native/branches/1.1.x/na

svn commit: r1144898 - /tomcat/native/trunk/native/build/rpm/tcnative.spec.in

2011-07-10 Thread rjung
Author: rjung Date: Sun Jul 10 16:35:11 2011 New Revision: 1144898 URL: http://svn.apache.org/viewvc?rev=1144898&view=rev Log: Looks like we test APR version against tcnative version. Modified: tomcat/native/trunk/native/build/rpm/tcnative.spec.in Modified: tomcat/native/trunk/native/build/r

svn commit: r1144897 - in /tomcat/native/trunk/native: build/tcnative.m4 buildconf srclib/VERSIONS

2011-07-10 Thread rjung
Author: rjung Date: Sun Jul 10 16:33:59 2011 New Revision: 1144897 URL: http://svn.apache.org/viewvc?rev=1144897&view=rev Log: We need at least APR 1.4.3 for tcnative trunk. Modified: tomcat/native/trunk/native/build/tcnative.m4 tomcat/native/trunk/native/buildconf tomcat/native/trunk

Re: svn commit: r1141392 - in /tomcat/native/branches/1.1.x: native/src/sslcontext.c xdocs/miscellaneous/changelog.xml

2011-07-10 Thread Rainer Jung
Hi Mladen, On 30.06.2011 06:26, mt...@apache.org wrote: > Author: mturk > Date: Thu Jun 30 04:26:36 2011 > New Revision: 1141392 > > URL: http://svn.apache.org/viewvc?rev=1141392&view=rev > Log: > Fix BZ51437 by trying to load the DER cerificate if pem load error was > PEM_R_NO_START_LINE > > M

svn commit: r1144891 - /tomcat/native/trunk/KEYS

2011-07-10 Thread rjung
Author: rjung Date: Sun Jul 10 16:06:48 2011 New Revision: 1144891 URL: http://svn.apache.org/viewvc?rev=1144891&view=rev Log: Sync tcnative 1.1.x and trunk: Part 2: replace trunk KEYS with better maintained one form branch. Modified: tomcat/native/trunk/KEYS Modified: tomcat/native/

svn commit: r1144886 - /tomcat/native/branches/1.1.x/KEYS

2011-07-10 Thread rjung
Author: rjung Date: Sun Jul 10 16:04:20 2011 New Revision: 1144886 URL: http://svn.apache.org/viewvc?rev=1144886&view=rev Log: Sync tcnative 1.1.x and trunk: Part 1: add missing key from trunk to branch Modified: tomcat/native/branches/1.1.x/KEYS Modified: tomcat/native/branches/1.1.x/KEYS U

svn commit: r1144880 - /tomcat/native/trunk/native/src/sslcontext.c

2011-07-10 Thread rjung
Author: rjung Date: Sun Jul 10 15:31:36 2011 New Revision: 1144880 URL: http://svn.apache.org/viewvc?rev=1144880&view=rev Log: Forward port of r1099730 for tcnative trunk. Add the openssl error message to thrown error message. Modified: tomcat/native/trunk/native/src/sslcontext.c Modified: t

svn commit: r1144879 - /tomcat/native/trunk/native/src/proc.c

2011-07-10 Thread rjung
Author: rjung Date: Sun Jul 10 15:30:20 2011 New Revision: 1144879 URL: http://svn.apache.org/viewvc?rev=1144879&view=rev Log: Forward port of r1056218 to tcnative trunk. Fix for 49557. Modified: tomcat/native/trunk/native/src/proc.c Modified: tomcat/native/trunk/native/src/proc.c URL: http

svn commit: r1144878 - /tomcat/native/trunk/native/os/win32/registry.c

2011-07-10 Thread rjung
Author: rjung Date: Sun Jul 10 15:28:40 2011 New Revision: 1144878 URL: http://svn.apache.org/viewvc?rev=1144878&view=rev Log: Forward port of r1055943 to tcnative trunk: Fix for 49851. Modified: tomcat/native/trunk/native/os/win32/registry.c Modified: tomcat/native/trunk/native/os/win32/reg

svn commit: r1144877 - /tomcat/native/trunk/native/src/ssl.c

2011-07-10 Thread rjung
Author: rjung Date: Sun Jul 10 15:26:58 2011 New Revision: 1144877 URL: http://svn.apache.org/viewvc?rev=1144877&view=rev Log: Forward port of r1055907 from tcnative trunk: Fix for bug 48253. Modified: tomcat/native/trunk/native/src/ssl.c Modified: tomcat/native/trunk/native/src/ssl.c URL:

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

2011-07-10 Thread rjung
Author: rjung Date: Sun Jul 10 15:15:27 2011 New Revision: 1144876 URL: http://svn.apache.org/viewvc?rev=1144876&view=rev Log: Oups, forgot changelog: Support arbitrary protocol combinations of SSLv2, SSLv3 and TLSv1. Modified: tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml M

svn commit: r1144875 - /tomcat/native/trunk/native/src/sslcontext.c

2011-07-10 Thread rjung
Author: rjung Date: Sun Jul 10 15:10:35 2011 New Revision: 1144875 URL: http://svn.apache.org/viewvc?rev=1144875&view=rev Log: Correct protocol mapping for SSL. Modified: tomcat/native/trunk/native/src/sslcontext.c Modified: tomcat/native/trunk/native/src/sslcontext.c URL: http://svn.apache

svn commit: r1144874 - /tomcat/native/branches/1.1.x/native/src/sslcontext.c

2011-07-10 Thread rjung
Author: rjung Date: Sun Jul 10 15:09:54 2011 New Revision: 1144874 URL: http://svn.apache.org/viewvc?rev=1144874&view=rev Log: Correct protocol mapping for SSL. Modified: tomcat/native/branches/1.1.x/native/src/sslcontext.c Modified: tomcat/native/branches/1.1.x/native/src/sslcontext.c URL:

DO NOT REPLY [Bug 51477] Support all protocol combinations in SSLProtocol of APR Connector

2011-07-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51477 --- Comment #16 from Rainer Jung 2011-07-10 15:04:12 UTC --- I tested it now myself and it *does* work for me with all 8 possible combinations, each only allowing the configured protocol set. Maybe your OpenSSL client doesn't allow SSLv2?

svn commit: r1144868 - /tomcat/trunk/test/org/apache/catalina/startup/TomcatBaseTest.java

2011-07-10 Thread markt
Author: markt Date: Sun Jul 10 14:40:00 2011 New Revision: 1144868 URL: http://svn.apache.org/viewvc?rev=1144868&view=rev Log: Make it easier for tests to override the protocol (e.g. to test AJP) Modified: tomcat/trunk/test/org/apache/catalina/startup/TomcatBaseTest.java Modified: tomcat/tru

Re: Missing thread name in requestProcessor when handling Async

2011-07-10 Thread Rainer Jung
On 10.07.2011 16:07, Mark Thomas wrote: > On 10/07/2011 14:53, Rainer Jung wrote: >> Using an AccessLogValve during the unit tests reveals, that the thread >> name in the request processor is often not set when handliung async >> requests. >> >> To reproduce run TestAsyncContextImpl for trunk with

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

2011-07-10 Thread rjung
Author: rjung Date: Sun Jul 10 14:33:12 2011 New Revision: 1144865 URL: http://svn.apache.org/viewvc?rev=1144865&view=rev Log: Add missing thread name in RequestProcessor when Servlet 3 Async is used. Fixes null thread name in access log and probably JMX MBean. Modified: tomcat/trunk/java/or

Re: Missing thread name in requestProcessor when handling Async

2011-07-10 Thread Mark Thomas
On 10/07/2011 14:53, Rainer Jung wrote: > Using an AccessLogValve during the unit tests reveals, that the thread > name in the request processor is often not set when handliung async > requests. > > To reproduce run TestAsyncContextImpl for trunk with test.accesslog=true > and have a look at the a

Re: Preparing for a 7.0.19 tag

2011-07-10 Thread Mark Thomas
On 10/07/2011 12:58, Rainer Jung wrote: > On 10.07.2011 12:56, Mark Thomas wrote: >> Just a quick summary of the regressions reported against 7.0.18 and >> other issues that need to be fixed before 7.0.19 is tagged. >> >> 7.0.17 / 7.0.18 regressions >> - IPv6 broken >> - fixed >> - no test case

Re: Sporadic failures in TestCometProcessor

2011-07-10 Thread Mark Thomas
On 10/07/2011 12:19, Rainer Jung wrote: > On 10.07.2011 12:13, Mark Thomas wrote: >> On 10/07/2011 10:28, Rainer Jung wrote: >>> I get sporadic failures in TestCometProcessor for NIO. They are due to >>> the Servlet reading two or more of the PING tokens during a single read >>> event call. The loo

Missing thread name in requestProcessor when handling Async

2011-07-10 Thread Rainer Jung
Using an AccessLogValve during the unit tests reveals, that the thread name in the request processor is often not set when handliung async requests. To reproduce run TestAsyncContextImpl for trunk with test.accesslog=true and have a look at the access log in output/build/logs. The only requests lo

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

2011-07-10 Thread rjung
Author: rjung Date: Sun Jul 10 13:03:49 2011 New Revision: 1144854 URL: http://svn.apache.org/viewvc?rev=1144854&view=rev Log: Disable one test validation in TestAsyncContextImpl if an AccessLogValve has been activated. The test relies on receiving data via StandardEngine.logAccess() which is alr

Re: svn commit: r1144061 - in /tomcat/trunk: build.xml modules/jdbc-pool/build.xml res/maven/mvn-pub.xml res/maven/tomcat-jdbc.pom webapps/docs/project.xml

2011-07-10 Thread Rainer Jung
Hi Filip, On 07.07.2011 23:40, fha...@apache.org wrote: > Author: fhanik > Date: Thu Jul 7 21:40:05 2011 > New Revision: 1144061 > > URL: http://svn.apache.org/viewvc?rev=1144061&view=rev > Log: > Include jdbc-pool into tomcat release. > > Added: > tomcat/trunk/res/maven/tomcat-jdbc.pom >

Re: Preparing for a 7.0.19 tag

2011-07-10 Thread Rainer Jung
On 10.07.2011 13:58, Rainer Jung wrote: > - TestAsyncContextImpl fails for BIO, NIO and APR: > > Testcase: testTimeoutListenerCompleteDispatch took 6.074 sec > FAILED > expected:<1> but was:<0> > junit.framework.AssertionFailedError: expected:<1> but was:<0> > at > org.apache.catalina.

Re: Preparing for a 7.0.19 tag

2011-07-10 Thread Rainer Jung
On 10.07.2011 12:56, Mark Thomas wrote: > Just a quick summary of the regressions reported against 7.0.18 and > other issues that need to be fixed before 7.0.19 is tagged. > > 7.0.17 / 7.0.18 regressions > - IPv6 broken > - fixed > - no test case (nice to have but not essential for 7.0.19) >

svn commit: r1144833 - in /tomcat/trunk: java/org/apache/catalina/valves/AccessLogValve.java webapps/docs/changelog.xml

2011-07-10 Thread rjung
Author: rjung Date: Sun Jul 10 11:22:40 2011 New Revision: 1144833 URL: http://svn.apache.org/viewvc?rev=1144833&view=rev Log: Another regression in 7.0.18: year number formatting in AccessLogValve is broken due to type "yyy" instead of "". Modified: tomcat/trunk/java/org/apache/catalina/

Re: Sporadic failures in TestCometProcessor

2011-07-10 Thread Rainer Jung
On 10.07.2011 12:13, Mark Thomas wrote: > On 10/07/2011 10:28, Rainer Jung wrote: >> I get sporadic failures in TestCometProcessor for NIO. They are due to >> the Servlet reading two or more of the PING tokens during a single read >> event call. The loop >> >> while (is.available()

svn commit: r1144823 - /tomcat/trunk/test/org/apache/catalina/mbeans/TestRegistration.java

2011-07-10 Thread markt
Author: markt Date: Sun Jul 10 11:02:22 2011 New Revision: 1144823 URL: http://svn.apache.org/viewvc?rev=1144823&view=rev Log: Remove unused code. Modified: tomcat/trunk/test/org/apache/catalina/mbeans/TestRegistration.java Modified: tomcat/trunk/test/org/apache/catalina/mbeans/TestRegistrat

svn commit: r1144818 - in /tomcat/trunk/webapps/docs: changelog.xml security-howto.xml

2011-07-10 Thread markt
Author: markt Date: Sun Jul 10 10:59:45 2011 New Revision: 1144818 URL: http://svn.apache.org/viewvc?rev=1144818&view=rev Log: 7.0.18 not released Modified: tomcat/trunk/webapps/docs/changelog.xml tomcat/trunk/webapps/docs/security-howto.xml Modified: tomcat/trunk/webapps/docs/changelog.

Preparing for a 7.0.19 tag

2011-07-10 Thread Mark Thomas
Just a quick summary of the regressions reported against 7.0.18 and other issues that need to be fixed before 7.0.19 is tagged. 7.0.17 / 7.0.18 regressions - IPv6 broken - fixed - no test case (nice to have but not essential for 7.0.19) - AJP 400 errors - fixed - no test case (nice to hav

svn commit: r1144817 - /tomcat/trunk/webapps/docs/changelog.xml

2011-07-10 Thread markt
Author: markt Date: Sun Jul 10 10:53:51 2011 New Revision: 1144817 URL: http://svn.apache.org/viewvc?rev=1144817&view=rev Log: 7.0.18 not released Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tru

[RESULT][VOTE] Release Apache Tomcat 7.0.18

2011-07-10 Thread Mark Thomas
The result of the vote was BROKEN due to several serious regressions identified during testing. The release is therefore cancelled. Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail

DO NOT REPLY [Bug 51494] NPE in StandardContextValve.invoke() when a webapp is redeployed while a request is still being processed

2011-07-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51494 Mark Thomas changed: What|Removed |Added Version|7.0.16 |trunk OS/Version|

Re: Sporadic failures in TestCometProcessor

2011-07-10 Thread Mark Thomas
On 10/07/2011 10:28, Rainer Jung wrote: > I get sporadic failures in TestCometProcessor for NIO. They are due to > the Servlet reading two or more of the PING tokens during a single read > event call. The loop > > while (is.available() > 0) { > is.read(); >

svn commit: r1144802 - in /tomcat/trunk: build.properties.default build.xml test/org/apache/catalina/mbeans/TestRegistration.java test/org/apache/catalina/startup/TomcatBaseTest.java webapps/docs/chan

2011-07-10 Thread rjung
Author: rjung Date: Sun Jul 10 10:10:33 2011 New Revision: 1144802 URL: http://svn.apache.org/viewvc?rev=1144802&view=rev Log: Add option test.accesslog to activate AccessLog for unit tests. Modified: tomcat/trunk/build.properties.default tomcat/trunk/build.xml tomcat/trunk/test/org/a

Sporadic failures in TestCometProcessor

2011-07-10 Thread Rainer Jung
I get sporadic failures in TestCometProcessor for NIO. They are due to the Servlet reading two or more of the PING tokens during a single read event call. The loop while (is.available() > 0) { is.read(); count ++; } then e.g.

Re: svn commit: r1135088 - in /tomcat/trunk: java/org/apache/coyote/AbstractProtocol.java webapps/docs/changelog.xml

2011-07-10 Thread Rainer Jung
On 06.07.2011 10:07, Konstantin Kolinko wrote: > 2011/7/6 Rainer Jung : >> Hi Konstantin, >> >> On 06.07.2011 08:03, Konstantin Kolinko wrote: >>> 1. JavaDoc for the method has to be updated. It still says that the >>> name is quoted. >> >> Will fix. >> >>> 2. If I understand correctly, the name _i

Re: [VOTE] Release Apache Tomcat 7.0.18

2011-07-10 Thread Rainer Jung
On 07.07.2011 12:10, Mark Thomas wrote: > The proposed Apache Tomcat 7.0.18 release is now available for voting. > > It can be obtained from: > http://people.apache.org/~markt/dev/tomcat-7/v7.0.18/ > The svn tag is: > http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_18/ > > The prop

Bug report for Tomcat Modules [2011/07/10]

2011-07-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2011/07/10]

2011-07-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 7 [2011/07/10]

2011-07-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2011/07/10]

2011-07-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 5 [2011/07/10]

2011-07-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 6 [2011/07/10]

2011-07-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2011/07/10]

2011-07-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned