Author: kkolinko
Date: Sat Dec 19 01:55:34 2009
New Revision: 892419
URL: http://svn.apache.org/viewvc?rev=892419&view=rev
Log:
vote & 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.t
Author: kkolinko
Date: Sat Dec 19 01:43:29 2009
New Revision: 892415
URL: http://svn.apache.org/viewvc?rev=892415&view=rev
Log:
Followup to rev.889716
The new AuthenticatorBase property needs a setter.
Also, corrected a javadoc misprint.
Modified:
tomcat/trunk/java/org/apache/catalina/authent
On 18/12/2009, ma...@apache.org wrote:
> Author: markt
> Date: Fri Dec 18 18:42:09 2009
> New Revision: 892341
>
> URL: http://svn.apache.org/viewvc?rev=892341&view=rev
> Log:
> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47930
> Make swapIn thread safe so parallel requests for th
https://issues.apache.org/bugzilla/show_bug.cgi?id=48409
SunTom changed:
What|Removed |Added
Component|Servlet & JSP API |Catalina
--- Comment #2 from SunTom 2009
https://issues.apache.org/bugzilla/show_bug.cgi?id=47972
Mark Thomas changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #1 from Mark Th
On 12/18/2009 11:38 AM, Konstantin Kolinko wrote:
2009/12/17 Filip Hanik - Dev Lists:
On 12/16/2009 07:37 PM, Konstantin Kolinko wrote:
I think, that in JNDI there is no such way
ok, maybe we can add in a namespace for that, such as
InitialContext.lookup("global:");
and then
https://issues.apache.org/bugzilla/show_bug.cgi?id=47954
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=47930
--- Comment #1 from Mark Thomas 2009-12-18 10:44:06 GMT ---
I have fixed this in trunk and proposed the patch for 6.0.x
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail b
Author: markt
Date: Fri Dec 18 18:43:51 2009
New Revision: 892342
URL: http://svn.apache.org/viewvc?rev=892342&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=892
Author: markt
Date: Fri Dec 18 18:42:09 2009
New Revision: 892341
URL: http://svn.apache.org/viewvc?rev=892341&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47930
Make swapIn thread safe so parallel requests for the same session don't result
in multiple session objects for
2009/12/17 Filip Hanik - Dev Lists :
> On 12/16/2009 07:37 PM, Konstantin Kolinko wrote:
>>
>> I think, that in JNDI there is no such way
>
> ok, maybe we can add in a namespace for that, such as
> InitialContext.lookup("global:");
> and then have a config attribute allowGlobalLookup="true|false" t
Author: fhanik
Date: Fri Dec 18 18:12:50 2009
New Revision: 892330
URL: http://svn.apache.org/viewvc?rev=892330&view=rev
Log:
Add in support to link up the connection pool to a DataSource or XADataSource
through JNDI
Added:
tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/naming/
Author: fhanik
Date: Fri Dec 18 18:11:37 2009
New Revision: 892329
URL: http://svn.apache.org/viewvc?rev=892329&view=rev
Log:
Correct version is needed
Modified:
tomcat/trunk/modules/jdbc-pool/build.properties.default
Modified: tomcat/trunk/modules/jdbc-pool/build.properties.default
URL:
ht
Author: markt
Date: Fri Dec 18 17:34:43 2009
New Revision: 892321
URL: http://svn.apache.org/viewvc?rev=892321&view=rev
Log:
Fix some Eclipse warnings in the tests
Modified:
tomcat/trunk/test/org/apache/catalina/connector/TestKeepAliveCount.java
tomcat/trunk/test/org/apache/catalina/conne
Author: markt
Date: Fri Dec 18 17:23:00 2009
New Revision: 892320
URL: http://svn.apache.org/viewvc?rev=892320&view=rev
Log:
Fix the redundant superinterface warnings. Just cleanup, No functional change.
Modified:
tomcat/trunk/java/org/apache/catalina/ha/deploy/FileMessage.java
tomcat/tru
https://issues.apache.org/bugzilla/show_bug.cgi?id=47963
--- Comment #2 from Mark Thomas 2009-12-18 08:15:38 GMT ---
Patch applied to trunk and proposed for 6.0.x and 5.5.x
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail becau
Author: markt
Date: Fri Dec 18 16:15:27 2009
New Revision: 892296
URL: http://svn.apache.org/viewvc?rev=892296&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=892
Author: markt
Date: Fri Dec 18 16:15:14 2009
New Revision: 892295
URL: http://svn.apache.org/viewvc?rev=892295&view=rev
Log:
Proposal
Modified:
tomcat/tc5.5.x/trunk/STATUS.txt
Modified: tomcat/tc5.5.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=892
Author: markt
Date: Fri Dec 18 16:13:28 2009
New Revision: 892293
URL: http://svn.apache.org/viewvc?rev=892293&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47963
Anything that could end up in an HTTP header must meet the requirements of
RFC2616.
Modified:
tomcat/trunk
https://issues.apache.org/bugzilla/show_bug.cgi?id=47841
Mark Thomas changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
https://issues.apache.org/bugzilla/show_bug.cgi?id=47841
Edward changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
On 12/17/2009 10:10 PM, Konstantin Kolinko wrote:
(reviewing http://svn.apache.org/viewvc?view=revision&revision=883165)
In http://tomcat.apache.org/tomcat-6.0-doc/config/cluster-interceptor.html
there are several examples of byte array values, such as
{216,123,12,3}
this is an IP addres
https://issues.apache.org/bugzilla/show_bug.cgi?id=48410
--- Comment #1 from Mladen Turk 2009-12-18 05:36:46 UTC ---
I'm already working on the poll implementation, so yes.
Should be part of next mod_jk release
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
---
https://issues.apache.org/bugzilla/show_bug.cgi?id=48410
Summary: mod_jk + 1100 virtual hosts + mod_rewrite with enabled
log == segmentation fault
Product: Tomcat Connectors
Version: unspecified
Platform: PC
OS/Version: Linux
Unsuccesfully. I've built it with cc compiler. There were some warnings
during compilation and 'make test' has't finished succesfully for openssl
and APR, but I skiped it and installed native library. The same effect:
HTTPS connection interrupts from Mozilla Firefox and works through IE if I
use J
Hi Tim,
On 18.12.2009 03:26, Tim Whittington wrote:
Hi all
We're experiencing issues with the Tomcat Connector log in some IIS production
sites where the log file grows to a very large size (8GB on one site).
This is almost entirely due to connection errors between the front end and back
end
-1 to fixing cosmetic changes for TC 6 (If I can vote that is. :). Filip has
a good point and I concur.
Thanks,
Pejus
On Thu, Dec 17, 2009 at 3:00 PM, Filip Hanik - Dev Lists wrote:
> On 12/17/2009 08:38 AM, Mark Thomas wrote:
>
>> On 16/12/2009 21:31, sebb wrote:
>>
>>
>>> Eclipse generates m
https://issues.apache.org/bugzilla/show_bug.cgi?id=47714
--- Comment #7 from Sudhir Reddy 2009-12-18 02:57:42
UTC ---
> Which platform?
Linux (RHEL)
> Are you using tcnative aka the APR connector? What happens if you disable it?
Yes. I am not able to reproduce this in non-production. Can't try
Author: markt
Date: Fri Dec 18 10:03:33 2009
New Revision: 892203
URL: http://svn.apache.org/viewvc?rev=892203&view=rev
Log:
Prevent lost log messages on shutdown
Modified:
tomcat/tc6.0.x/trunk/ (props changed)
tomcat/tc6.0.x/trunk/STATUS.txt
tomcat/tc6.0.x/trunk/java/org/apache/jul
Author: markt
Date: Fri Dec 18 09:54:37 2009
New Revision: 892200
URL: http://svn.apache.org/viewvc?rev=892200&view=rev
Log:
Additional patch to address Knostantin's comments
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewv
Author: markt
Date: Fri Dec 18 09:49:32 2009
New Revision: 892198
URL: http://svn.apache.org/viewvc?rev=892198&view=rev
Log:
Clean up duplicates and unused strings
Modified:
tomcat/trunk/java/org/apache/catalina/manager/LocalStrings.properties
tomcat/trunk/java/org/apache/catalina/manager
Author: markt
Date: Fri Dec 18 09:40:32 2009
New Revision: 892197
URL: http://svn.apache.org/viewvc?rev=892197&view=rev
Log:
Update to commons-pool 1.5.4
Modified:
tomcat/tc6.0.x/trunk/ (props changed)
tomcat/tc6.0.x/trunk/STATUS.txt
tomcat/tc6.0.x/trunk/build.properties.default
Author: markt
Date: Fri Dec 18 09:32:29 2009
New Revision: 892196
URL: http://svn.apache.org/viewvc?rev=892196&view=rev
Log:
Tweak patch per Konstantin's suggestion
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/t
Author: markt
Date: Fri Dec 18 09:28:01 2009
New Revision: 892193
URL: http://svn.apache.org/viewvc?rev=892193&view=rev
Log:
Move test for null outside of classloader fun and games so we can exit earlier
if there is no session
Modified:
tomcat/trunk/java/org/apache/catalina/connector/Request
On 18/12/2009 03:43, kkoli...@apache.org wrote:
> Author: kkolinko
> Date: Fri Dec 18 03:43:42 2009
> New Revision: 892120
>
> URL: http://svn.apache.org/viewvc?rev=892120&view=rev
> Log:
> votes
>
> Modified:
> tomcat/tc6.0.x/trunk/STATUS.txt
>
> Modified: tomcat/tc6.0.x/trunk/STATUS.txt
>
35 matches
Mail list logo