rj...@apache.org wrote:
> * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=37084
> @@ -78,11 +78,19 @@
>http://svn.apache.org/viewvc?rev=786487&view=rev
>+1: markt
>-1:
> + rjung: +1 in principle, but a few questions/suggestions:
> + - Do we need to dechunk the read requ
Author: markt
Date: Tue Jun 30 22:37:02 2009
New Revision: 789994
URL: http://svn.apache.org/viewvc?rev=789994&view=rev
Log:
Split access log valve patch into separate patches
New patch for FastCommonAccessValve
Add kkolinko's vote for the AccessLogVavle from the dev list
Vote
Modified:
tomca
Author: kkolinko
Date: Tue Jun 30 21:40:17 2009
New Revision: 789970
URL: http://svn.apache.org/viewvc?rev=789970&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=7899
Author: rjung
Date: Tue Jun 30 21:19:38 2009
New Revision: 789961
URL: http://svn.apache.org/viewvc?rev=789961&view=rev
Log:
Add a couple of small cluster backport proposals.
Modified:
tomcat/current/tc5.5.x/STATUS.txt
Modified: tomcat/current/tc5.5.x/STATUS.txt
URL:
http://svn.apache.org/v
Author: rjung
Date: Tue Jun 30 20:53:24 2009
New Revision: 789949
URL: http://svn.apache.org/viewvc?rev=789949&view=rev
Log:
Add 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?re
Author: rjung
Date: Tue Jun 30 20:48:05 2009
New Revision: 789944
URL: http://svn.apache.org/viewvc?rev=789944&view=rev
Log:
Remove some obsolete (and partially broken)
message strings.
Modified:
tomcat/trunk/java/org/apache/catalina/ha/tcp/LocalStrings.properties
tomcat/trunk/java/org/ap
Author: fhanik
Date: Tue Jun 30 20:42:17 2009
New Revision: 789941
URL: http://svn.apache.org/viewvc?rev=789941&view=rev
Log:
Correct url
Modified:
tomcat/trunk/modules/jdbc-pool/build.properties.default
Modified: tomcat/trunk/modules/jdbc-pool/build.properties.default
URL:
http://svn.apach
Konstantin Kolinko wrote:
> Regarding FastCommonAccessLogValve and ExtendedAccessLogValve:
>
> FastCommonAccessLogValve:
>
>>> There is a bug, that sneaked in rev.781753
>>> http://svn.apache.org/viewvc?rev=781753&view=rev
>>> That is:
>>> the timeZoneNoDST field is never assigned and remains nul
Author: markt
Date: Tue Jun 30 20:35:09 2009
New Revision: 789940
URL: http://svn.apache.org/viewvc?rev=789940&view=rev
Log:
(Hopefully) last part of port for bug 46982
Modified:
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/valves/FastCommonAccessLogValve.java
Modified:
Author: rjung
Date: Tue Jun 30 20:28:30 2009
New Revision: 789935
URL: http://svn.apache.org/viewvc?rev=789935&view=rev
Log:
Fix BZ 46717: Hard to reproduce thread safety issue with
session expiration. Port of r781735 from Tomcat 5.5.
Modified:
tomcat/sandbox/tomcat-oacc/trunk/docs/changelog.
Mark Thomas wrote:
> It is unclear to me whether the archive is CTR or RTC since it does
> contain some old release branches. I would like to propose making the
> whole archive CTR. On the rare occasions where someone wishes to make a
> change to code in the archive, this will make it easier.
The
Author: rjung
Date: Tue Jun 30 20:23:13 2009
New Revision: 789930
URL: http://svn.apache.org/viewvc?rev=789930&view=rev
Log:
Fix misprints in comments and javadoc.
Port of r784613 from Tomcat 5.5.
Modified:
tomcat/sandbox/tomcat-oacc/trunk/docs/changelog.xml
tomcat/sandbox/tomcat-oacc/tr
Did we just get spammed?
On Tue, Jun 30, 2009 at 4:16 PM, webguy wrote:
> Thanks for your recent email to FOSSIL.
>
> While you're waiting, take a look at fossil.com for answers to commonly
> asked questions, watch instructions, and warranty and repair
> information.
> Fossil offers a wide spect
Author: markt
Date: Tue Jun 30 20:16:32 2009
New Revision: 789923
URL: http://svn.apache.org/viewvc?rev=789923&view=rev
Log:
Revert r784853 - it broke most of the links in the left hand navigation menu
for the docs
Modified:
tomcat/trunk/webapps/docs/tomcat-docs.xsl
Modified: tomcat/trunk/w
On 30/06/2009, fha...@apache.org wrote:
> Author: fhanik
> Date: Tue Jun 30 19:15:28 2009
> New Revision: 789883
>
> URL: http://svn.apache.org/viewvc?rev=789883&view=rev
> Log:
> Apply patch by sebb from
> https://issues.apache.org/bugzilla/show_bug.cgi?id=47458
> Store db properties in bu
https://issues.apache.org/bugzilla/show_bug.cgi?id=47458
Filip Hanik changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: fhanik
Date: Tue Jun 30 19:15:28 2009
New Revision: 789883
URL: http://svn.apache.org/viewvc?rev=789883&view=rev
Log:
Apply patch by sebb from
https://issues.apache.org/bugzilla/show_bug.cgi?id=47458
Store db properties in build.properties using a prefix of testdb
Modified:
tomcat/tru
Author: rjung
Date: Tue Jun 30 18:40:05 2009
New Revision: 789869
URL: http://svn.apache.org/viewvc?rev=789869&view=rev
Log:
Fix missing svn properties (keywords).
Modified:
tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/membership/Constants.java
(contents, props c
Author: rjung
Date: Tue Jun 30 18:31:20 2009
New Revision: 789867
URL: http://svn.apache.org/viewvc?rev=789867&view=rev
Log:
Fix BZ 42662: Classloader issue for replicated sessions and dynamic proxies.
Backport of r656701 from Tomcat 6.0.
Modified:
tomcat/sandbox/tomcat-oacc/trunk/docs/change
Author: markt
Date: Tue Jun 30 18:30:45 2009
New Revision: 789865
URL: http://svn.apache.org/viewvc?rev=789865&view=rev
Log:
Use statics to reduce number of instances to one per thread rather than one per
thread per access log.
Also make thread local final as per discussion on dev list.
Modified
Author: kkolinko
Date: Tue Jun 30 18:02:50 2009
New Revision: 789854
URL: http://svn.apache.org/viewvc?rev=789854&view=rev
Log:
comment
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=7
Author: kkolinko
Date: Tue Jun 30 17:49:21 2009
New Revision: 789849
URL: http://svn.apache.org/viewvc?rev=789849&view=rev
Log:
Do not evaluate the same string twice
Modified:
tomcat/tc6.0.x/trunk/ (props changed)
tomcat/tc6.0.x/trunk/STATUS.txt
tomcat/tc6.0.x/trunk/java/org/apache/
Author: kkolinko
Date: Tue Jun 30 17:42:09 2009
New Revision: 789845
URL: http://svn.apache.org/viewvc?rev=789845&view=rev
Log:
Fix build paths for embed target in build/build.xml
Modified:
tomcat/build/tc5.5.x/build.xml
tomcat/current/tc5.5.x/STATUS.txt
Modified: tomcat/build/tc5.5.x/bu
Author: kkolinko
Date: Tue Jun 30 17:38:59 2009
New Revision: 789842
URL: http://svn.apache.org/viewvc?rev=789842&view=rev
Log:
Fix download task check for commons-pool and commons-dbcp.
Without this patch the 'ant download' call does not download
the updated commons-pool or commons-dbcp version,
Author: rjung
Date: Tue Jun 30 17:27:01 2009
New Revision: 789837
URL: http://svn.apache.org/viewvc?rev=789837&view=rev
Log:
BZ 45279: Fix socket when closing multicast.
Backport of r672888 from Tomcat 6.0.
Modified:
tomcat/sandbox/tomcat-oacc/trunk/docs/changelog.xml
tomcat/sandbox/tomc
Author: kkolinko
Date: Tue Jun 30 17:23:54 2009
New Revision: 789836
URL: http://svn.apache.org/viewvc?rev=789836&view=rev
Log:
Use different (not the same) values for ${tomcat-dbcp.home} and
${jasper-compiler-jdt.home}.
In TC 6.0 they are already different, but were not in 5.5.
Modified:
to
Author: rjung
Date: Tue Jun 30 17:12:12 2009
New Revision: 789832
URL: http://svn.apache.org/viewvc?rev=789832&view=rev
Log:
BZ 45447: Add spanish message translations.
Backport of r698924 form TC 6.0.x.
Added:
tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/LocalStrin
Author: rjung
Date: Tue Jun 30 16:52:32 2009
New Revision: 789826
URL: http://svn.apache.org/viewvc?rev=789826&view=rev
Log:
BZ 46990: Improve locking in membership.
Backport of r771009 from TC 6.0.x.
Modified:
tomcat/sandbox/tomcat-oacc/trunk/docs/changelog.xml
tomcat/sandbox/tomcat-oac
Author: kkolinko
Date: Tue Jun 30 16:44:35 2009
New Revision: 789823
URL: http://svn.apache.org/viewvc?rev=789823&view=rev
Log:
votes
Modified:
tomcat/current/tc5.5.x/STATUS.txt
Modified: tomcat/current/tc5.5.x/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS.txt?r
Author: rjung
Date: Tue Jun 30 16:42:30 2009
New Revision: 789822
URL: http://svn.apache.org/viewvc?rev=789822&view=rev
Log:
Add some 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?
Author: rjung
Date: Tue Jun 30 16:38:07 2009
New Revision: 789821
URL: http://svn.apache.org/viewvc?rev=789821&view=rev
Log:
Fix BZ47389: DeltaManager doesn't do session replication if
notifySessionListenersOnReplication=false.
Modified:
tomcat/sandbox/tomcat-oacc/trunk/docs/changelog.xml
Author: rjung
Date: Tue Jun 30 16:10:09 2009
New Revision: 789815
URL: http://svn.apache.org/viewvc?rev=789815&view=rev
Log:
Add missing svn properties - no functional change.
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
tomcat/tc6.0.x/trunk/java/javax/el/LocalStrings_es.properties (props
On 30.06.2009 15:29, sebb wrote:
> On 30/06/2009, rj...@apache.org wrote:
>> Author: rjung
>> Date: Tue Jun 30 13:26:10 2009
>> New Revision: 789714
>>
>> URL: http://svn.apache.org/viewvc?rev=789714&view=rev
>> Log:
>> Separate statistics counter lock in FastAsyncSocketSender
>> from inheri
On 24.06.2009 18:28, Filip Hanik - Dev Lists wrote:
> what do you guys wanna do? Get through STATUS as it is today, then issue
> a release?
I went through STATUS and voted. There are now a couple of proposals
having the needed +1s.
I plan to also vote on the two access log patches, but need to ch
Author: rjung
Date: Tue Jun 30 15:49:44 2009
New Revision: 789805
URL: http://svn.apache.org/viewvc?rev=789805&view=rev
Log:
Add proposal.
Modified:
tomcat/current/tc5.5.x/STATUS.txt
Modified: tomcat/current/tc5.5.x/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS.
Author: rjung
Date: Tue Jun 30 15:43:36 2009
New Revision: 789803
URL: http://svn.apache.org/viewvc?rev=789803&view=rev
Log:
Make new internal mutex lock object final.
Modified:
tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/tcp/FastAsyncSocketSender.java
Modified:
Author: rjung
Date: Tue Jun 30 15:42:41 2009
New Revision: 789802
URL: http://svn.apache.org/viewvc?rev=789802&view=rev
Log:
Update changelog:
- Remove Loopback mode fix for multicast
- Add locking improvement for FastAsyncSocketSender
Modified:
tomcat/sandbox/tomcat-oacc/trunk/docs/changelo
Author: rjung
Date: Tue Jun 30 15:36:21 2009
New Revision: 789800
URL: http://svn.apache.org/viewvc?rev=789800&view=rev
Log:
Tab and trailing whitespace police - no functional change.
Modified:
tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/mcast/McastServiceImpl.java
Author: rjung
Date: Tue Jun 30 15:32:03 2009
New Revision: 789798
URL: http://svn.apache.org/viewvc?rev=789798&view=rev
Log:
Choose a better version for OACC.
Modified:
tomcat/sandbox/tomcat-oacc/trunk/build.properties.default
tomcat/sandbox/tomcat-oacc/trunk/docs/changelog.xml
Modified:
Author: rjung
Date: Tue Jun 30 15:24:01 2009
New Revision: 789794
URL: http://svn.apache.org/viewvc?rev=789794&view=rev
Log:
Remove trailing whitespace - no functional change.
Modified:
tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/tcp/FastAsyncSocketSender.java
Mod
Author: rjung
Date: Tue Jun 30 15:21:26 2009
New Revision: 789792
URL: http://svn.apache.org/viewvc?rev=789792&view=rev
Log:
Vote, comment, update proposal.
Modified:
tomcat/current/tc5.5.x/STATUS.txt
Modified: tomcat/current/tc5.5.x/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/curre
https://issues.apache.org/bugzilla/show_bug.cgi?id=47437
--- Comment #2 from Michael Isvy 2009-06-30 07:56:22
PST ---
Sorry, I used the wrong tomcat instance when doing my testing. This indeed was
a 6.0.17.
I have just tried on 6.0.20 and it works like a charm as you said.
--
Configure bu
On 30/06/2009, rj...@apache.org wrote:
> Author: rjung
> Date: Tue Jun 30 13:26:10 2009
> New Revision: 789714
>
> URL: http://svn.apache.org/viewvc?rev=789714&view=rev
> Log:
> Separate statistics counter lock in FastAsyncSocketSender
> from inherited DataSender lock to reduce blocking duri
Author: rjung
Date: Tue Jun 30 13:29:10 2009
New Revision: 789719
URL: http://svn.apache.org/viewvc?rev=789719&view=rev
Log:
Revoke proposal.
Unfortunately there is no good way to fix this with
a general setting. Either each node gets its own traffic, or
loose the ability to have multiple nodes p
Author: rjung
Date: Tue Jun 30 13:26:10 2009
New Revision: 789714
URL: http://svn.apache.org/viewvc?rev=789714&view=rev
Log:
Separate statistics counter lock in FastAsyncSocketSender
from inherited DataSender lock to reduce blocking during
failed node detection.
Backport of http://svn.apache.org/
https://issues.apache.org/bugzilla/show_bug.cgi?id=47458
Summary: Allow test database settings to be specified in
build.properties
Product: Tomcat 6
Version: unspecified
Platform: PC
OS/Version: Windows XP
Status: N
https://issues.apache.org/bugzilla/show_bug.cgi?id=47437
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
On 29/06/2009, sebb wrote:
> On 29/06/2009, fha...@apache.org wrote:
> > Author: fhanik
> > Date: Mon Jun 29 17:38:21 2009
> > New Revision: 789392
> >
> > URL: http://svn.apache.org/viewvc?rev=789392&view=rev
> > Log:
> > Remove all usage of GPL or LGPL downloads.
>
>
> +1, thanks.
>
https://issues.apache.org/bugzilla/show_bug.cgi?id=47453
Summary: JasperException for deferred-method with return type
void
Product: Tomcat 6
Version: 6.0.20
Platform: PC
OS/Version: Windows XP
Status: NEW
49 matches
Mail list logo