Author: kkolinko
Date: Thu Jun 3 06:17:47 2010
New Revision: 950885
URL: http://svn.apache.org/viewvc?rev=950885&view=rev
Log:
Include major.minor version numbers into the name of the registry key used to
autolaunch Tomcat Monitor at Windows startup. This allows Tomcat 7 monitor to
be installed
Currently Gump doesn't try to build the native APR component, since Gump
only builds apr-2 (aka trunk) at the moment, and TCN wants apr-1. I wanted
to know if anybody has tried building TCN against apr-2, and if they have
been successful. The reasoning is that since JFC has enabled unit testin
https://issues.apache.org/bugzilla/show_bug.cgi?id=48843
Konstantin Kolinko changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|F
Author: kkolinko
Date: Thu Jun 3 01:45:35 2010
New Revision: 950852
URL: http://svn.apache.org/viewvc?rev=950852&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=
Author: kkolinko
Date: Thu Jun 3 01:33:08 2010
New Revision: 950851
URL: http://svn.apache.org/viewvc?rev=950851&view=rev
Log:
Prevent possible deadlocks in AprEndpoint.Poller and AprEndpoint.Sendfile,
caused by missing Object.notify() wakeup,
which is similar to https://issues.apache.org/bugzill
Author: kkolinko
Date: Thu Jun 3 00:51:25 2010
New Revision: 950837
URL: http://svn.apache.org/viewvc?rev=950837&view=rev
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=9508
Author: kkolinko
Date: Wed Jun 2 23:38:41 2010
New Revision: 950829
URL: http://svn.apache.org/viewvc?rev=950829&view=rev
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=9508
https://issues.apache.org/bugzilla/show_bug.cgi?id=49372
Summary: 7.0.0RC: Starting second instance of Tomcat on the
same port results in "An invalid Lifecycle transition
was attempted"
Product: Tomcat 7
Version: trunk
Author: kkolinko
Date: Wed Jun 2 23:01:58 2010
New Revision: 950811
URL: http://svn.apache.org/viewvc?rev=950811&view=rev
Log:
votes
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=950
Author: kkolinko
Date: Wed Jun 2 22:54:49 2010
New Revision: 950809
URL: http://svn.apache.org/viewvc?rev=950809&view=rev
Log:
Followup to r950587 which was a fix for
https://issues.apache.org/bugzilla/show_bug.cgi?id=49099
Fix lookup of the root context: its name is "", not "/".
Modified:
https://issues.apache.org/bugzilla/show_bug.cgi?id=48760
--- Comment #21 from Matthew Mullins 2010-06-02 15:48:37
EDT ---
(In reply to comment #20)
> This has been fixed in 6.0.x and will be included in 6.0.27 onwards.
Is there an ETA on the release of 6.0.27?
--
Configure bugmail: https://is
2010/5/25 :
> Author: markt
> Date: Tue May 25 13:56:18 2010
> New Revision: 948044
>
> URL: http://svn.apache.org/viewvc?rev=948044&view=rev
> Log:
> Proposals
>
> Modified:
> tomcat/tc6.0.x/trunk/STATUS.txt
>
> +* Fix issues running AJP BIO coyote connector under a security manager
> + http:
Author: kkolinko
Date: Wed Jun 2 18:16:13 2010
New Revision: 950704
URL: http://svn.apache.org/viewvc?rev=950704&view=rev
Log:
votes and 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/STATU
https://issues.apache.org/bugzilla/show_bug.cgi?id=49095
Konstantin Kolinko changed:
What|Removed |Added
Attachment #25266|0 |1
is obsolete|
Author: kkolinko
Date: Wed Jun 2 17:34:55 2010
New Revision: 950682
URL: http://svn.apache.org/viewvc?rev=950682&view=rev
Log:
Followup to r948043 that was a fix for
https://issues.apache.org/bugzilla/show_bug.cgi?id=49095
We should not use PrintWriter(OutputStream), because that implicitly uses
On 02/06/2010 16:40, Tim Funk wrote:
> Cool - One (very minor) nit ... A safer size might be 500.
> A typical User agent string by itself is 100+ characters which will
> easily take the log line over 128 characters.
>
> StringBuilder result = new StringBuilder(128);
User agent isn't logged by def
Author: kkolinko
Date: Wed Jun 2 16:21:27 2010
New Revision: 950622
URL: http://svn.apache.org/viewvc?rev=950622&view=rev
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=9506
Author: kkolinko
Date: Wed Jun 2 16:09:22 2010
New Revision: 950614
URL: http://svn.apache.org/viewvc?rev=950614&view=rev
Log:
Add whitespace between words.
It is trivial followup to r950164
Modified:
tomcat/trunk/webapps/docs/config/context.xml
Modified: tomcat/trunk/webapps/docs/config/co
Cool - One (very minor) nit ... A safer size might be 500.
A typical User agent string by itself is 100+ characters which will
easily take the log line over 128 characters.
StringBuilder result = new StringBuilder(128);
-Tim
On 6/2/2010 11:12 AM, ma...@apache.org wrote:
Author: markt
Date:
https://issues.apache.org/bugzilla/show_bug.cgi?id=49178
--- Comment #5 from Mark Thomas 2010-06-02 11:30:32 EDT ---
It looks like this is a catalina home/base issue.
I have added an additional permission (commented out) to the policy file that
folks can use in this situation.
The change has be
Author: markt
Date: Wed Jun 2 15:28:04 2010
New Revision: 950597
URL: http://svn.apache.org/viewvc?rev=950597&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=950
Author: markt
Date: Wed Jun 2 15:26:30 2010
New Revision: 950596
URL: http://svn.apache.org/viewvc?rev=950596&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49178
Using ${catalina.base}/lib will require an additional permission
Modified:
tomcat/trunk/conf/catalina.polic
Author: markt
Date: Wed Jun 2 15:23:57 2010
New Revision: 950594
URL: http://svn.apache.org/viewvc?rev=950594&view=rev
Log:
Improve comment
Modified:
tomcat/trunk/conf/catalina.policy
Modified: tomcat/trunk/conf/catalina.policy
URL:
http://svn.apache.org/viewvc/tomcat/trunk/conf/catalina.p
https://issues.apache.org/bugzilla/show_bug.cgi?id=49099
--- Comment #5 from Igor Fedulov 2010-06-02 11:23:44 EDT ---
Excellent, thank you Mark!
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assi
Author: markt
Date: Wed Jun 2 15:15:44 2010
New Revision: 950589
URL: http://svn.apache.org/viewvc?rev=950589&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=950
https://issues.apache.org/bugzilla/show_bug.cgi?id=49099
--- Comment #4 from Mark Thomas 2010-06-02 11:15:29 EDT ---
I have applied a fix for trunk (7.0.x) which will be included in 7.0.0 onwards
and proposed the same fix for 6.0.x
There wasn't complete agreement on the dev list on the right way
Author: markt
Date: Wed Jun 2 15:12:36 2010
New Revision: 950587
URL: http://svn.apache.org/viewvc?rev=950587&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49099
Hooking the CoyoteAdaptor into the existing AccessLog wasn't as invasive as I
feared so go that route to log re
On 02/06/2010 14:23, buddhika chamith wrote:
> Hi Mark,
>
> I prefer separate MBeans since it would help to keep base interfaces clean.
OK. Works for me. Keep the MBeans in the separate package that already
exists.
Mark
-
To
Hi Mark,
I prefer separate MBeans since it would help to keep base interfaces clean.
Regards
Author: markt
Date: Wed Jun 2 11:45:11 2010
New Revision: 950507
URL: http://svn.apache.org/viewvc?rev=950507&view=rev
Log:
Fix Eclipse warnings in the o.a.c.tribes.test package
Modified:
tomcat/trunk/test/org/apache/catalina/tribes/test/channel/TestDataIntegrity.java
tomcat/trunk/test
Author: markt
Date: Wed Jun 2 11:40:55 2010
New Revision: 950504
URL: http://svn.apache.org/viewvc?rev=950504&view=rev
Log:
Fix test failure. Need to explicitly configure stopping timer threads
Modified:
tomcat/trunk/test/org/apache/catalina/loader/TestWebappClassLoaderMemoryLeak.java
Modi
2010/6/2 Bill Barker :
> BUILD FAILED
> /srv/gump/public/workspace/tomcat-trunk/build.xml:942: Some tests completed
> with a Failure. See /srv/gump/public/workspace/tomcat-trunk/output/build/logs
> for details.
>
It is TestWebappClassLoaderMemoryLeak
Testcase: testTimerThreadLeak took 2.812 sec
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-trunk-test has an issue affecting its community integration.
This i
+---+
| 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 02/06/2010 00:04, Konstantin Kolinko wrote:
> Hi!
>
> I just noticed that dev@ no more receives those weekly "Bug report"
> emails from Bugzilla.
>
> The last ones that I saw were on 2010-04-11,
> http://marc.info/?t=12710273891&r=1&w=2
It is fallout from the Brutus hack and the move of B
40 matches
Mail list logo