https://bz.apache.org/bugzilla/show_bug.cgi?id=56931
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bz.apache.org/bugzilla/show_bug.cgi?id=57799
--- Comment #13 from Mark Thomas ---
Any update now 8.0.23 is released? Still waiting on a test case or steps to
reproduce.
--
You are receiving this mail because:
You are the assignee for the bug.
---
Author: markt
Date: Tue Jun 16 07:40:30 2015
New Revision: 1685726
URL: http://svn.apache.org/r1685726
Log:
Vote
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1685726&r1=1685725&r2=16
https://bz.apache.org/bugzilla/show_bug.cgi?id=57906
--- Comment #2 from Mark Thomas ---
Given that:
- this is a purely cosmetic issue
- the root cause appears to be in the JRE since it only appears when running
with Java 6
- public updates for Orace's Java 6 ceased in Feb 2013
- it only occurs w
https://bz.apache.org/bugzilla/show_bug.cgi?id=57530
--- Comment #6 from Violeta Georgieva ---
I'm going to reimplement the
TestAbstractHttp11Processor.testNon2xxResponseWithExpectation with
SimpleHttpClient.
Regards,
Violeta
--
You are receiving this mail because:
You are the assignee for the
Author: markt
Date: Tue Jun 16 09:06:24 2015
New Revision: 1685739
URL: http://svn.apache.org/r1685739
Log:
Partial fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=57938
Correctly handle empty fields when:
- Connector.maxPostSize="-1"
- Context.allowCasualMultipartParsing="true"
Modified:
Author: markt
Date: Tue Jun 16 09:24:52 2015
New Revision: 1685744
URL: http://svn.apache.org/r1685744
Log:
Remainder of fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=57938
Change the meaning of maxPostSize="0" from unlimited to not allowed since:
- this is consistent with maxSavePostSize
Author: markt
Date: Tue Jun 16 11:07:42 2015
New Revision: 1685759
URL: http://svn.apache.org/r1685759
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57938
Correctly handle empty fields when:
- Connector.maxPostSize="-1"
- Context.allowCasualMultipartParsing="true"
Change the meaning of
Author: markt
Date: Tue Jun 16 11:11:28 2015
New Revision: 1685761
URL: http://svn.apache.org/r1685761
Log:
Fix nag
Modified:
tomcat/tc7.0.x/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java
Modified:
tomcat/tc7.0.x/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketC
Author: markt
Date: Tue Jun 16 11:13:04 2015
New Revision: 1685762
URL: http://svn.apache.org/r1685762
Log:
Correctly handle empty fields when:
- Connector.maxPostSize="-1"
- Context.allowCasualMultipartParsing="true"
Change the meaning of maxPostSize="0" from unlimited to not allowed since:
- th
https://bz.apache.org/bugzilla/show_bug.cgi?id=57938
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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/1390
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSchedu
Author: markt
Date: Tue Jun 16 11:50:43 2015
New Revision: 1685772
URL: http://svn.apache.org/r1685772
Log:
Fix test broken by fix for BZ57938
Modified:
tomcat/trunk/test/org/apache/catalina/connector/TestRequest.java
Modified: tomcat/trunk/test/org/apache/catalina/connector/TestRequest.java
Author: markt
Date: Tue Jun 16 11:51:18 2015
New Revision: 1685774
URL: http://svn.apache.org/r1685774
Log:
Fix test broken by fix for BZ57938
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/test/org/apache/catalina/connector/TestRequest.java
Propchange: tomcat/tc8
Author: markt
Date: Tue Jun 16 11:51:54 2015
New Revision: 1685775
URL: http://svn.apache.org/r1685775
Log:
Fix test broken by fix for BZ57938
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/test/org/apache/catalina/connector/TestRequest.java
Propchange: tomcat/tc7
The Buildbot has detected a new failure on builder tomcat-7-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-7-trunk/builds/681
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSch
Author: markt
Date: Tue Jun 16 13:04:11 2015
New Revision: 1685816
URL: http://svn.apache.org/r1685816
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57944
Ensure that if either or both of the non-blocking listeners are set on
non-container threads that the appropriate events are trigger
Author: markt
Date: Tue Jun 16 13:07:23 2015
New Revision: 1685819
URL: http://svn.apache.org/r1685819
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57944
Ensure that if either or both of the non-blocking listeners are set on
non-container threads that the appropriate events are trigger
https://bz.apache.org/bugzilla/show_bug.cgi?id=57944
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
OS|
The Buildbot has detected a new failure on builder tomcat-8-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-8-trunk/builds/294
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSch
Author: markt
Date: Tue Jun 16 13:18:55 2015
New Revision: 1685826
URL: http://svn.apache.org/r1685826
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57971
Fix docs for recoverySleepTime.
Based on a patch by Tatsuya Bessho.
Modified:
tomcat/trunk/webapps/docs/config/cluster-membershi
Author: markt
Date: Tue Jun 16 13:28:33 2015
New Revision: 1685827
URL: http://svn.apache.org/r1685827
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57971
Correct the documentation for the cluster configuration setting
recoverySleepTime
Modified:
tomcat/tc8.0.x/trunk/ (props chan
Author: markt
Date: Tue Jun 16 13:29:26 2015
New Revision: 1685829
URL: http://svn.apache.org/r1685829
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57971
Correct the documentation for the cluster configuration setting
recoverySleepTime
Modified:
tomcat/tc7.0.x/trunk/ (props chan
Author: markt
Date: Tue Jun 16 13:31:32 2015
New Revision: 1685832
URL: http://svn.apache.org/r1685832
Log:
Correct the documentation for the cluster configuration setting
recoverySleepTime
Modified:
tomcat/tc6.0.x/trunk/ (props changed)
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
Author: markt
Date: Tue Jun 16 13:35:56 2015
New Revision: 1685833
URL: http://svn.apache.org/r1685833
Log:
Correct location
Modified:
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/t
https://bz.apache.org/bugzilla/show_bug.cgi?id=57971
--- Comment #1 from Mark Thomas ---
Thanks for the bug report and the patch. I applied a modified version (that
corrected the remaining langauge) to trunk (for 9.0.x), 8.0.x (for 8.0.24
onwards), 7.0.x (for 7.0.63 onwards) and 6.0.x (for 6.0.45
https://bz.apache.org/bugzilla/show_bug.cgi?id=57971
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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/1391
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSch
https://bz.apache.org/bugzilla/show_bug.cgi?id=58009
Mark Thomas changed:
What|Removed |Added
Resolution|--- |WONTFIX
Status|NEEDINFO
https://bz.apache.org/bugzilla/show_bug.cgi?id=58010
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
The Buildbot has detected a build exception on builder tomcat-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/1392
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSc
The Buildbot has detected a restored build on builder tomcat-7-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-7-trunk/builds/682
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranch
https://bz.apache.org/bugzilla/show_bug.cgi?id=58042
Bug ID: 58042
Summary: SlowQueryReport failed query logging
Product: Tomcat 8
Version: trunk
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
C
The Buildbot has detected a restored build on builder tomcat-8-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-8-trunk/builds/295
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranch
I'm trying to check out trunk but am getting errors.
$ svn co http://svn.apache.org/repos/asf/tomcat/trunk tomcat-trunk
svn: E175002: Unable to connect to a repository at URL '
http://svn.apache.org/repos/asf/tomcat/trunk'
svn: E175002: Server sent unexpected return value (500 Internal Server
Erro
https://bz.apache.org/bugzilla/show_bug.cgi?id=58042
Mark Thomas changed:
What|Removed |Added
Component|Catalina|jdbc-pool
OS|
On 16/06/2015 16:33, Kevin Hale Boyes wrote:
> I'm trying to check out trunk but am getting errors.
>
> $ svn co http://svn.apache.org/repos/asf/tomcat/trunk tomcat-trunk
> svn: E175002: Unable to connect to a repository at URL '
> http://svn.apache.org/repos/asf/tomcat/trunk'
> svn: E175002: Serv
And now it's working. Not sure what was wrong but thanks for your help.
On 16 June 2015 at 09:52, Mark Thomas wrote:
> On 16/06/2015 16:33, Kevin Hale Boyes wrote:
> > I'm trying to check out trunk but am getting errors.
> >
> > $ svn co http://svn.apache.org/repos/asf/tomcat/trunk tomcat-trunk
Author: markt
Date: Tue Jun 16 19:13:38 2015
New Revision: 1685891
URL: http://svn.apache.org/r1685891
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58023
Fix potentially excessive memory usage due to unnecessary caching of JAR
manifests.
Modified:
tomcat/trunk/java/org/apache/cata
Konstantin,
On 6/13/15 9:38 AM, kkoli...@apache.org wrote:
> Author: kkolinko
> Date: Sat Jun 13 13:38:52 2015
> New Revision: 1685253
>
> URL: http://svn.apache.org/r1685253
> Log:
> Mention configuration attribute name for BZ 55988
>
> Modified:
> tomcat/tc8.0.x/trunk/webapps/docs/changelo
Author: markt
Date: Tue Jun 16 19:16:00 2015
New Revision: 1685892
URL: http://svn.apache.org/r1685892
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58023
Fix potentially excessive memory usage due to unnecessary caching of JAR
manifests.
Modified:
tomcat/tc8.0.x/trunk/ (props ch
Rémy,
On 6/15/15 5:10 AM, Rémy Maucherat wrote:
> 2015-06-15 10:42 GMT+02:00 Mark Thomas :
>
>>> It seems they are used in etPeerCertChain() and getCiphers() only, if
>>> someone uses client certificates than might make sense.
>>
>> Those will get called more than once so no objection to caching
Jean-Frederic,
On 6/15/15 7:27 AM, jean-frederic clere wrote:
> We have empty stubs in tc-native when openssl isn't detected, are those
> still needed?
>
> With NIO and NIO2 connectors we don't need native when we aren't using SSL.
>
> Comments?
Having #ifdef'd some of those stubs myself, the
The Buildbot has detected a build exception on builder tomcat-8-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-8-trunk/builds/297
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranc
Author: markt
Date: Tue Jun 16 19:22:58 2015
New Revision: 1685893
URL: http://svn.apache.org/r1685893
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58023
Fix potentially excessive memory usage due to unnecessary caching of JAR
manifests.
Modified:
tomcat/tc7.0.x/trunk/ (props ch
https://bz.apache.org/bugzilla/show_bug.cgi?id=58023
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Mark,
On 6/15/15 8:02 AM, Mark Thomas wrote:
> I have been experimenting with the free Azure credits that come with the
> MSDN subscription Microsoft kindly offers to all Apache committers to
> use for their ASF work.
>
> I have been looking at options for making the unit tests run faster.
>
> A
https://bz.apache.org/bugzilla/show_bug.cgi?id=58031
--- Comment #1 from Christopher Schultz ---
I'm iffy on this patch because it's not configurable (I'd like to point out
that the current behavior is also not configurable, and this definitely is an
improvement). The application itself might wan
https://bz.apache.org/bugzilla/show_bug.cgi?id=57938
--- Comment #3 from Christopher Schultz ---
(In reply to Mark Thomas from comment #2)
> maxPostSize=0 was really a bug in how allowCasualMultipartParsing was
> implemented but I opted to switch the meaning if zero to a limit of zero
> since a)
https://bz.apache.org/bugzilla/show_bug.cgi?id=58009
--- Comment #5 from Christopher Schultz ---
One more option: write a new servlet to serve your new files off the filesystem
instead of relying on DefaultServlet to do it for you.
While this strategy will work, it's easy to do it wrong, or fail
On 16/06/2015 20:39, Christopher Schultz wrote:
> Mark,
>
> On 6/15/15 8:02 AM, Mark Thomas wrote:
>> I have been experimenting with the free Azure credits that come with the
>> MSDN subscription Microsoft kindly offers to all Apache committers to
>> use for their ASF work.
>>
>> I have been looki
https://bz.apache.org/bugzilla/show_bug.cgi?id=57938
--- Comment #4 from Mark Thomas ---
(In reply to Christopher Schultz from comment #3)
> (In reply to Mark Thomas from comment #2)
> > maxPostSize=0 was really a bug in how allowCasualMultipartParsing was
> > implemented but I opted to switch th
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/1393
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSch
Mark,
On 6/16/15 4:13 PM, Mark Thomas wrote:
> On 16/06/2015 20:39, Christopher Schultz wrote:
>> Mark,
>>
>> On 6/15/15 8:02 AM, Mark Thomas wrote:
>>> I have been experimenting with the free Azure credits that come with the
>>> MSDN subscription Microsoft kindly offers to all Apache committers t
https://bz.apache.org/bugzilla/show_bug.cgi?id=58031
--- Comment #2 from Mark Thomas ---
Agreed. The right response is definitely going to be application dependent.
Most of the problem stems from getParameterXXX() methods not declaring any
exceptions. We also run the risk of breaking lots of stuf
On 16/06/2015 21:43, Christopher Schultz wrote:
> Mark,
>
> On 6/16/15 4:13 PM, Mark Thomas wrote:
>> On 16/06/2015 20:39, Christopher Schultz wrote:
>>> Mark,
>>>
>>> On 6/15/15 8:02 AM, Mark Thomas wrote:
I have been experimenting with the free Azure credits that come with the
MSDN sub
https://bz.apache.org/bugzilla/show_bug.cgi?id=56397
Mark Thomas changed:
What|Removed |Added
Resolution|--- |LATER
Status|NEW
https://bz.apache.org/bugzilla/show_bug.cgi?id=58031
Christopher L. Simons changed:
What|Removed |Added
Attachment #32821|0 |1
is obsolete|
https://bz.apache.org/bugzilla/show_bug.cgi?id=58031
--- Comment #4 from Christopher L. Simons ---
(In reply to Christopher Schultz from comment #1)
> Look into how Globals.PARAMETER_PARSE_FAILED_ATTR is used to communicate
> this situation to the application and see if you can come up with somet
Author: markt
Date: Tue Jun 16 21:36:56 2015
New Revision: 1685913
URL: http://svn.apache.org/r1685913
Log:
HTTP/2 streams may not depend on themselves.
Modified:
tomcat/trunk/java/org/apache/coyote/http2/Http2Parser.java
tomcat/trunk/java/org/apache/coyote/http2/LocalStrings.properties
Author: markt
Date: Tue Jun 16 21:54:52 2015
New Revision: 1685915
URL: http://svn.apache.org/r1685915
Log:
Implement an HTTP/2 TODO. Add the last 'processed' stream ID to anyGOAWAY frame
sent. 'processed' means passed the container did some processing.
Modified:
tomcat/trunk/java/org/apache
https://bz.apache.org/bugzilla/show_bug.cgi?id=58031
--- Comment #5 from Mark Thomas ---
I was thinking a using the existing attribute to trigger a 400 response and a
new attribute to trigger a 413 response. That should cover all the current
possibilities for parameter/part issues.
Note RFC 2616
https://bz.apache.org/bugzilla/show_bug.cgi?id=58031
--- Comment #6 from Konstantin Kolinko ---
(In reply to Christopher L. Simons from comment #4)
>
> Unconditionally sending a 400 from FailedRequestFilter upon failure seems
> incorrect as the HTTP spec states that 400 is to be used when the re
https://bz.apache.org/bugzilla/show_bug.cgi?id=58031
--- Comment #7 from Konstantin Kolinko ---
(In reply to Mark Thomas from comment #5)
> I was thinking a using the existing attribute to trigger a 400 response and
> a new attribute to trigger a 413 response. That should cover all the current
>
https://bz.apache.org/bugzilla/show_bug.cgi?id=57799
--- Comment #14 from Justin ---
Created attachment 32830
--> https://bz.apache.org/bugzilla/attachment.cgi?id=32830&action=edit
Exceptions
--
You are receiving this mail because:
You are the assignee for the bug.
--
https://bz.apache.org/bugzilla/show_bug.cgi?id=57799
--- Comment #15 from Justin ---
Retested and reconfirmed problem with /trunk@1685924. Attached exceptions.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bz.apache.org/bugzilla/show_bug.cgi?id=57799
--- Comment #16 from Remy Maucherat ---
Without a relatively simple test case, I think this should be closed for the
time being. There has to be some concurrency involved and the framework really
gets in the way.
--
You are receiving this mai
67 matches
Mail list logo