https://issues.apache.org/bugzilla/show_bug.cgi?id=51124
--- Comment #5 from Ramiro 2011-05-05 07:42:04 UTC ---
No plans for us to upgrade to 7.0 in the near future. We are already testing
6.0.32 with the patch in #2, so no binary patch needed for us, thanks. We will
apply Mark patch in trunk to
https://issues.apache.org/bugzilla/show_bug.cgi?id=51088
Mark Thomas changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #1 from Mark Th
Author: jfclere
Date: Thu May 5 09:16:08 2011
New Revision: 1099730
URL: http://svn.apache.org/viewvc?rev=1099730&view=rev
Log:
Add the openssl error message to thrown error message.
Modified:
tomcat/native/branches/1.1.x/native/src/sslcontext.c
Modified: tomcat/native/branches/1.1.x/native
https://issues.apache.org/bugzilla/show_bug.cgi?id=50950
--- Comment #6 from Mark Thomas 2011-05-05 10:31:40 UTC ---
The attached test case is just an empty zip. Not helpful.
Failing to mention that this only occurs when running a security manager and
that the stack trace appears on session expi
Author: markt
Date: Thu May 5 12:38:44 2011
New Revision: 1099772
URL: http://svn.apache.org/viewvc?rev=1099772&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50950
Correct possible NotSerializableException for an authenticated session when
running with a security manager.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50950
--- Comment #7 from Mark Thomas 2011-05-05 12:46:36 UTC ---
This is fixed in 7.0.x and will be included in 7.0.13 onwards.
It looks like back-porting the 7.0.x will be insufficient to address all the
issues in 6.0.x. I'm working on a 6.0.x
https://issues.apache.org/bugzilla/show_bug.cgi?id=50950
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|NEEDINFO
--- Comment #8 from Mark Th
Author: markt
Date: Thu May 5 13:39:09 2011
New Revision: 1099789
URL: http://svn.apache.org/viewvc?rev=1099789&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47371
Correctly coerce the empty string to zero when used as an operand in EL
arithmetic.
Patch provided by gbt.
M
Author: markt
Date: Thu May 5 13:41:09 2011
New Revision: 1099791
URL: http://svn.apache.org/viewvc?rev=1099791&view=rev
Log:
Proposal
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=1
https://issues.apache.org/bugzilla/show_bug.cgi?id=47371
--- Comment #5 from Mark Thomas 2011-05-05 13:40:56 UTC ---
Thanks for the patch. It has been applied (along with a test case) to 7.0.x and
will be included in 7.0.13 onwards.
The patch has also been proposed for 6.0.x.
--
Configure bugm
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/1631
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
Author: markt
Date: Thu May 5 13:46:51 2011
New Revision: 1099801
URL: http://svn.apache.org/viewvc?rev=1099801&view=rev
Log:
Fix typo
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/
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/1632
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
Author: markt
Date: Thu May 5 14:29:04 2011
New Revision: 1099820
URL: http://svn.apache.org/viewvc?rev=1099820&view=rev
Log:
Revert r830965 and restore the automatic disabling of HTTP keep-alive once 75%
of the threads are in use.
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11
Author: markt
Date: Thu May 5 14:30:11 2011
New Revision: 1099821
URL: http://svn.apache.org/viewvc?rev=1099821&view=rev
Log:
Ensure keepAliveLeft count is maintained with pipelined requests
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java
Modified: tomcat/trunk/jav
Author: markt
Date: Thu May 5 15:01:46 2011
New Revision: 1099834
URL: http://svn.apache.org/viewvc?rev=1099834&view=rev
Log:
Add disableKeepAlivePercentage attribute to the HTTP-BIO connector
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java
tomcat/trunk/java/org
Author: markt
Date: Thu May 5 15:11:18 2011
New Revision: 1099838
URL: http://svn.apache.org/viewvc?rev=1099838&view=rev
Log:
Simplify the keep-alive tracking and fix a couple of issues with the keep-alive
disable code
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.jav
Author: markt
Date: Thu May 5 15:42:59 2011
New Revision: 1099850
URL: http://svn.apache.org/viewvc?rev=1099850&view=rev
Log:
Merge maxConnections and pollerSize for the APR connectors.
Modified:
tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProtocol.java
tomcat/trunk/java/org/apache/coy
Author: markt
Date: Thu May 5 15:53:57 2011
New Revision: 1099855
URL: http://svn.apache.org/viewvc?rev=1099855&view=rev
Log:
Use maxThreads value as the default for maxConnections with the BIO connector.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/JIoEndpoint.java
tomcat/trun
Author: markt
Date: Thu May 5 15:55:10 2011
New Revision: 1099856
URL: http://svn.apache.org/viewvc?rev=1099856&view=rev
Log:
Update changelog
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/
On 04/05/2011 16:17, Filip Hanik - Dev Lists wrote:
> Here is what I propose, and you'll see that it's pretty much inline with
> what you suggest.
>
> a) add in a flag that lets keep alive be turned off during concurrency
> disableKeepAlivePercentage="75"
> this would be the default value. and wou
fan-tastic! Thank you!
On 5/5/2011 9:56 AM, Mark Thomas wrote:
On 04/05/2011 16:17, Filip Hanik - Dev Lists wrote:
Here is what I propose, and you'll see that it's pretty much inline with
what you suggest.
a) add in a flag that lets keep alive be turned off during concurrency
disableKeepAliveP
All open bugs (apart from 49683 which should probably be re-classed as
an enhancement) have been fixed in trunk, the BIO changes have been
applied and recent enhancement requests (with patches) have been applied.
I am about to start the testing cycle before tagging 7.0.13.
If anyone can see anyth
+1
Filip
On 5/5/2011 10:00 AM, Mark Thomas wrote:
All open bugs (apart from 49683 which should probably be re-classed as
an enhancement) have been fixed in trunk, the BIO changes have been
applied and recent enhancement requests (with patches) have been applied.
I am about to start the testing
https://issues.apache.org/bugzilla/show_bug.cgi?id=51099
Gerard Borst changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
https://issues.apache.org/bugzilla/show_bug.cgi?id=51099
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=51154
Bug #: 51154
Summary: Spurious @deprecated tags in ServletContext
Product: Tomcat 7
Version: trunk
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity
https://issues.apache.org/bugzilla/show_bug.cgi?id=51155
Bug #: 51155
Summary: Missing @deprecated comments
Product: Tomcat 7
Version: trunk
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
https://issues.apache.org/bugzilla/show_bug.cgi?id=51156
Bug #: 51156
Summary: "Expire sessions" button not visible for context
configured in server.xml
Product: Tomcat 6
Version: unspecified
Platform: All
OS/Versi
https://issues.apache.org/bugzilla/show_bug.cgi?id=51156
kubak changed:
What|Removed |Added
CC||ja...@pakamera.com.pl
--
Configure bugmai
https://issues.apache.org/bugzilla/show_bug.cgi?id=51124
--- Comment #6 from Juergen 2011-05-06 06:44:44 UTC
---
We also used the code in the tomcat repository to patch our current tomcat
6.0.32 and will get back to you after it has been in production for some time.
Thanks again for you help!
-
31 matches
Mail list logo