e/junit/target/junit-4.13-SNAPSHOT.jar
-Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar
-Dtest.reports=output/logs-NIO2
-Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150307-native-src.tar.gz
-Dexampl
https://bz.apache.org/bugzilla/show_bug.cgi?id=57638
--- Comment #3 from Mark Thomas ---
I have a test case for this. Sending any AJP request body chunk message with
size > socket read buffer is sufficient to trigger this with NIO or NIO2.
BIO, APR and 9.0.x are all unaffected.
The fix looks to
https://bz.apache.org/bugzilla/show_bug.cgi?id=57560
Jeremy Boynes changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Sat Mar 7 15:16:50 2015
New Revision: 1664863
URL: http://svn.apache.org/r1664863
Log:
Make the packet size used by the test AJP client configurable
Modified:
tomcat/trunk/test/org/apache/coyote/ajp/SimpleAjpClient.java
Modified: tomcat/trunk/test/org/apache/coyote/ajp/S
Author: markt
Date: Sat Mar 7 15:18:10 2015
New Revision: 1664864
URL: http://svn.apache.org/r1664864
Log:
Header names are case-insensitive.
If the request is a PUT, include the size of the request body in the response.
Modified:
tomcat/trunk/test/org/apache/catalina/startup/TomcatBaseTest.
Author: markt
Date: Sat Mar 7 15:19:09 2015
New Revision: 1664866
URL: http://svn.apache.org/r1664866
Log:
Add test cases for https://bz.apache.org/bugzilla/show_bug.cgi?id=57638
Note that this bug does not (currently) affect 9.0.x. The test case is being
added for consistency with other branche
https://bz.apache.org/bugzilla/show_bug.cgi?id=57673
Bug ID: 57673
Summary: AccessControlException accessing
org.apache.taglibs.standard.xml.accessExternalEntity
Product: Taglibs
Version: unspecified
Hardware: PC
https://bz.apache.org/bugzilla/show_bug.cgi?id=57673
--- Comment #1 from Jeremy Boynes ---
I propose to fix this by ignoring the AccessControlException and falling back
to the default set of protocols i.e. none. To enable additional protocols,
users would need to pass that property and grant the
Author: markt
Date: Sat Mar 7 15:25:59 2015
New Revision: 1664872
URL: http://svn.apache.org/r1664872
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57638
Avoid an IllegalArgumentException when an AJP request body chunk larger than
the socket read buffer is being read. This typically re
Author: markt
Date: Sat Mar 7 15:33:01 2015
New Revision: 1664875
URL: http://svn.apache.org/r1664875
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57638
Avoid an IllegalArgumentException when an AJP request body chunk larger than
the socket read buffer is being read. This typically re
https://bz.apache.org/bugzilla/show_bug.cgi?id=57638
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "tools/mod_jk.py" page has been changed by ChristopherSchultz:
https://wiki.apache.org/tomcat/tools/mod_jk.py
Comment:
New tool to observe and manage mod_jk workers
New page:
{{{
#
Author: jboynes
Date: Sat Mar 7 15:43:41 2015
New Revision: 1664878
URL: http://svn.apache.org/r1664878
Log:
Fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=57673
If an AccessControlException is thrown reading the accessExternalEntity fall
back to the default
Modified:
tomcat/taglib
https://bz.apache.org/bugzilla/show_bug.cgi?id=57673
--- Comment #2 from Jeremy Boynes ---
Fixed in http://svn.apache.org/r1664878 and will be included in 1.2.4
--
You are receiving this mail because:
You are the assignee for the bug.
---
Author: jboynes
Date: Sat Mar 7 15:52:25 2015
New Revision: 1664880
URL: http://svn.apache.org/r1664880
Log:
Update doc and changelist for #57673
Modified:
tomcat/taglibs/standard/trunk/CHANGES.txt
tomcat/taglibs/standard/trunk/README_bin.txt
Modified: tomcat/taglibs/standard/trunk/CHAN
On Mar 6, 2015, at 9:19 AM, Konstantin Kolinko wrote:
>
> 2015-03-05 22:39 GMT+03:00 Violeta Georgieva :
>> Hi,
>>
>> I plan to start preparing 7.0.60 for voting.
>>
>> If you want to add something to this release please reply here.
>>
>
> Testing the examples app with Security Manager enable
Author: jboynes
Date: Sat Mar 7 16:29:25 2015
New Revision: 1664887
URL: http://svn.apache.org/r1664887
Log:
Add perf test
Added:
tomcat/sandbox/niofs/tst/niofs/PerfTest.java (with props)
tomcat/sandbox/niofs/urls.log
Modified:
tomcat/sandbox/niofs/src/niofs/ArchiveFileSystemProvid
Added: tomcat/sandbox/niofs/urls.log
URL:
http://svn.apache.org/viewvc/tomcat/sandbox/niofs/urls.log?rev=1664887&view=auto
==
--- tomcat/sandbox/niofs/urls.log (added)
+++ tomcat/sandbox/niofs/urls.log Sat Mar 7 16:29:25
-commons/daemon/dist/bin/commons-daemon-20150307-native-src.tar.gz
-Dtest.reports=output/logs-BIO
-Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150307-native-src.tar.gz
-Dexamples.sources.skip=true
-Dtomcat-dbcp.home=/srv/gump/public/workspace
On Mar 6, 2015, at 7:43 AM, Mark Thomas wrote:
> Interesting. The deciding factor for me will be performance. Keep in
> mind that we might not need all the API. As long as there is enough to
> implement WebResourceSet and WebResource, we probably have all we need.
I ran a micro-benchmark using th
https://bz.apache.org/bugzilla/show_bug.cgi?id=57638
--- Comment #5 from Christopher Schultz ---
(In reply to Mark Thomas from comment #4)
> Fixed in 8.0.x and 8.0.21 onwards and in 7.0.x for 7.0.60 onwards.
Excellent, I'll reproduce, then update and re-test in my environment.
> Neither trunk
https://bz.apache.org/bugzilla/show_bug.cgi?id=57638
Christopher Schultz changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXE
https://bz.apache.org/bugzilla/show_bug.cgi?id=57638
--- Comment #7 from Christopher Schultz ---
I added some debug logging to the line immediately before the
writeBuffer.put(), and I got these logs before the exception:
Mar 07, 2015 2:02:09 PM org.apache.coyote.ajp.AjpNioProcessor output
WARNIN
https://bz.apache.org/bugzilla/show_bug.cgi?id=57638
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
-commons/daemon/dist/bin/commons-daemon-20150307-native-src.tar.gz
-Dtest.reports=output/logs-APR
-Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150307-native-src.tar.gz
-Dexamples.sources.skip=true
-Dtomcat-dbcp.home=/srv/gump/public/workspace
https://bz.apache.org/bugzilla/show_bug.cgi?id=57638
--- Comment #9 from Christopher Schultz ---
Filed the output-oriented bug under bug #57674.
--
You are receiving this mail because:
You are the assignee for the bug.
-
To un
https://bz.apache.org/bugzilla/show_bug.cgi?id=57674
Bug ID: 57674
Summary: BufferOverflowException in AjpNioProcessor when
writing content larger than the underlying buffer
Product: Tomcat 7
Version: trunk
Hardware: PC
Violetta,
On 3/5/15 2:39 PM, Violeta Georgieva wrote:
> I plan to start preparing 7.0.60 for voting.
>
> If you want to add something to this release please reply here.
Mark's got the input half the problem with AjpNioProcessor fixed, I
suspect he'll have the output half fixed very soon.
Thanks
https://bz.apache.org/bugzilla/show_bug.cgi?id=57675
Bug ID: 57675
Summary: ExtendedAccessLogValve quoting problems
Product: Tomcat 8
Version: 8.0.20
Hardware: All
OS: All
Status: NEW
Severity: normal
https://bz.apache.org/bugzilla/show_bug.cgi?id=56108
--- Comment #1 from Robert Paasche ---
This would not change anything.
The real solution (based on mod_ssl) would to change the callbackmethod to:
DH *SSL_callback_tmp_DH(SSL *ssl, int export, int keylen)
{
EVP_PKEY *pkey;
int type;
https://bz.apache.org/bugzilla/show_bug.cgi?id=56108
Robert Paasche changed:
What|Removed |Added
Summary|Allow user-defined |Allow user-defined
https://bz.apache.org/bugzilla/show_bug.cgi?id=56108
Robert Paasche changed:
What|Removed |Added
CC||r.paas...@pripares.com
--
You are re
-commons/daemon/dist/bin/commons-daemon-20150307-native-src.tar.gz
-Dtest.reports=output/logs-NIO
-Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150307-native-src.tar.gz
-Dexamples.sources.skip=true
-Dtomcat-dbcp.home=/srv/gump/public/workspace
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-tc8.0.x-test-bio has an issue affecting its community
integration.
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-tc8.0.x-test-nio2 has an issue affecting its community
integration
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-tc7.0.x-test-bio has an issue affecting its community
integration.
+---+
| 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
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-tc8.0.x-test-nio has an issue affecting its community
integration.
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-tc7.0.x-test-nio has an issue affecting its community
integration.
46 matches
Mail list logo