+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
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
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
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.
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
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();
>
https://issues.apache.org/bugzilla/show_bug.cgi?id=51494
Mark Thomas changed:
What|Removed |Added
Version|7.0.16 |trunk
OS/Version|
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
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
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
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.
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
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()
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/
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)
>
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.
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
>
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
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
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
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
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
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
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
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
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?
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:
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
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
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:
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
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
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
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
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/
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
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
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
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
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
> 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
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/
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
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/
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
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
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
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
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
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
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
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
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
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
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
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
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
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
+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
65 matches
Mail list logo