Author: kfujino
Date: Thu Oct 20 07:00:57 2011
New Revision: 1186631
URL: http://svn.apache.org/viewvc?rev=1186631&view=rev
Log:
Avoid an unnecessary session ID change notice.
Notice of changed session ID by JvmRouteBinderValve is unnecessary to
BackupManager.
In BackupManager, change of sessio
Author: kfujino
Date: Thu Oct 20 07:03:03 2011
New Revision: 1186632
URL: http://svn.apache.org/viewvc?rev=1186632&view=rev
Log:
Avoid an unnecessary session ID change notice.
Notice of changed session ID by JvmRouteBinderValve is unnecessary to
BackupManager.
In BackupManager, change of sessio
Author: kfujino
Date: Thu Oct 20 07:12:17 2011
New Revision: 1186635
URL: http://svn.apache.org/viewvc?rev=1186635&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?re
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/2389
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
2011/10/20 :
> Author: markt
> Date: Wed Oct 19 20:55:39 2011
> New Revision: 1186485
>
> URL: http://svn.apache.org/viewvc?rev=1186485&view=rev
> Log:
> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52055
> Buffers not correctly reset between keep-alive requests when using async
>
> Modi
Author: kfujino
Date: Thu Oct 20 09:19:37 2011
New Revision: 1186681
URL: http://svn.apache.org/viewvc?rev=1186681&view=rev
Log:
Fix BZ52015.
JdbcInterceptor passes not 'this' but 'proxy' to getNext().invoke.
Modified:
tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool
Author: kfujino
Date: Thu Oct 20 09:24:59 2011
New Revision: 1186683
URL: http://svn.apache.org/viewvc?rev=1186683&view=rev
Log:
update changelog for bz52015.
Modified:
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.
Author: kfujino
Date: Thu Oct 20 09:28:52 2011
New Revision: 1186687
URL: http://svn.apache.org/viewvc?rev=1186687&view=rev
Log:
Update external.
Modified:
tomcat/tc7.0.x/trunk/modules/ (props changed)
Propchange: tomcat/tc7.0.x/trunk/modules/
--
https://issues.apache.org/bugzilla/show_bug.cgi?id=51953
--- Comment #23 from Francis Galiegue 2011-10-20 09:31:34
UTC ---
Comments?
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for th
https://issues.apache.org/bugzilla/show_bug.cgi?id=52015
Keiichi Fujino changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: kkolinko
Date: Thu Oct 20 10:18:40 2011
New Revision: 1186712
URL: http://svn.apache.org/viewvc?rev=1186712&view=rev
Log:
https://issues.apache.org/bugzilla/show_bug.cgi?id=51940#c9
Restore original method name when forward to the login page returns
Modified:
tomcat/trunk/java/org/apa
Author: kkolinko
Date: Thu Oct 20 10:25:45 2011
New Revision: 1186719
URL: http://svn.apache.org/viewvc?rev=1186719&view=rev
Log:
Merged revision 1186712 from tomcat/trunk:
https://issues.apache.org/bugzilla/show_bug.cgi?id=51940#c9
Restore original method name when forward to the login page retur
https://issues.apache.org/bugzilla/show_bug.cgi?id=51940
--- Comment #11 from Konstantin Kolinko 2011-10-20
10:28:18 UTC ---
(In reply to comment #10)
> (In reply to comment #9)
> > 1. I tried to test this in trunk, and replaying a POST request fails for me.
>
> That is a side-effect of r987955
https://issues.apache.org/bugzilla/show_bug.cgi?id=51940
--- Comment #12 from Konstantin Kolinko 2011-10-20
10:39:24 UTC ---
Created attachment 27825
--> https://issues.apache.org/bugzilla/attachment.cgi?id=27825
2011-10-20_tc6_51940_v3.patch
TC 6 version of the patch
In trunk these are r1181
Author: kkolinko
Date: Thu Oct 20 10:49:49 2011
New Revision: 1186731
URL: http://svn.apache.org/viewvc?rev=1186731&view=rev
Log:
Updated the patch.
Added r1186378 and aligned with r1186712.
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.
Author: kkolinko
Date: Thu Oct 20 11:29:38 2011
New Revision: 1186743
URL: http://svn.apache.org/viewvc?rev=1186743&view=rev
Log:
in TestFormAuthenticator:
Replaced string concatenation with StringBuilder. Autoformatted the code.
No functional change.
Modified:
tomcat/trunk/test/org/apache/c
Author: kkolinko
Date: Thu Oct 20 11:56:54 2011
New Revision: 1186750
URL: http://svn.apache.org/viewvc?rev=1186750&view=rev
Log:
Expand the test to cover regression fixed in 7.0.23:
check that parameters in the original request have reached the protected page.
https://issues.apache.org/bugzilla/s
Author: kkolinko
Date: Thu Oct 20 11:58:57 2011
New Revision: 1186752
URL: http://svn.apache.org/viewvc?rev=1186752&view=rev
Log:
Merged revision 1186743 from tomcat/trunk:
in TestFormAuthenticator: Replaced string concatenation with StringBuilder.
Autoformatted the code.
No functional change.
M
Author: kkolinko
Date: Thu Oct 20 12:01:22 2011
New Revision: 1186753
URL: http://svn.apache.org/viewvc?rev=1186753&view=rev
Log:
Merged revision 1186750 from tomcat/trunk:
Expand the test to cover regression fixed in 7.0.23:
check that parameters in the original request have reached the protected
https://issues.apache.org/bugzilla/show_bug.cgi?id=49779
--- Comment #4 from Konstantin Kolinko 2011-10-20
12:13:52 UTC ---
(In reply to comment #3)
> One side-effect of consuming the Request's body is that consumers of the
> restored request are forced into using request.getInputStream() i.e. y
Author: kkolinko
Date: Thu Oct 20 12:36:07 2011
New Revision: 1186763
URL: http://svn.apache.org/viewvc?rev=1186763&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52059
Delete Tomcat key from HKLM branch of Windows Registry on deinstallation.
The bug affects 32-bit systems on
Author: kkolinko
Date: Thu Oct 20 12:46:47 2011
New Revision: 1186769
URL: http://svn.apache.org/viewvc?rev=1186769&view=rev
Log:
Merged revision 1186763 from tomcat/trunk:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52059
Delete Tomcat key from HKLM branch of Windows Registry on deinst
https://issues.apache.org/bugzilla/show_bug.cgi?id=52059
Konstantin Kolinko changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|W
Author: kkolinko
Date: Thu Oct 20 12:56:31 2011
New Revision: 1186776
URL: http://svn.apache.org/viewvc?rev=1186776&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?re
Author: kkolinko
Date: Thu Oct 20 12:57:13 2011
New Revision: 1186777
URL: http://svn.apache.org/viewvc?rev=1186777&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?re
https://issues.apache.org/bugzilla/show_bug.cgi?id=52059
--- Comment #3 from Mark Thomas 2011-10-20 15:29:16 UTC ---
Ah. I was testing on 64-bit which is why I didn't see it.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail bec
On 20/10/2011 08:00, kfuj...@apache.org wrote:
> Author: kfujino
> Date: Thu Oct 20 07:00:57 2011
> New Revision: 1186631
>
> URL: http://svn.apache.org/viewvc?rev=1186631&view=rev
> Log:
> Avoid an unnecessary session ID change notice.
Given this...
> Notice of changed session ID by JvmRouteBind
https://issues.apache.org/bugzilla/show_bug.cgi?id=52059
Mark Thomas changed:
What|Removed |Added
Component|Packaging |Native:Packaging
Version|
On 20/10/2011 10:07, Konstantin Kolinko wrote:
> 2011/10/20 :
>> Author: markt
>> Date: Wed Oct 19 20:55:39 2011
>> New Revision: 1186485
>>
>> URL: http://svn.apache.org/viewvc?rev=1186485&view=rev
>> Log:
>> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52055
>> Buffers not correctly re
Author: markt
Date: Thu Oct 20 16:30:22 2011
New Revision: 1186890
URL: http://svn.apache.org/viewvc?rev=1186890&view=rev
Log:
Clean-up. No functional change.
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java
tomcat/trunk/java/org/apache/coyote/http11/Http11NioP
Author: olamy
Date: Thu Oct 20 16:30:28 2011
New Revision: 1186891
URL: http://svn.apache.org/viewvc?rev=1186891&view=rev
Log:
[MTOMCAT-102] not fail if META-INF/context.xml is not here
Modified:
tomcat/maven-plugin/trunk/tomcat7-war-runner/src/main/java/org/apache/tomcat/maven/runner/Tomcat
Author: markt
Date: Thu Oct 20 16:31:02 2011
New Revision: 1186892
URL: http://svn.apache.org/viewvc?rev=1186892&view=rev
Log:
Remove unnecessary calls. Closing the socket recycles the processor
which in turn recycles the buffers.
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11Apr
Author: markt
Date: Thu Oct 20 16:31:38 2011
New Revision: 1186894
URL: http://svn.apache.org/viewvc?rev=1186894&view=rev
Log:
When a comet request ends and the socket is being kept alive, prepare
the buffers for the next request.
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11Nio
Author: markt
Date: Thu Oct 20 16:32:12 2011
New Revision: 1186898
URL: http://svn.apache.org/viewvc?rev=1186898&view=rev
Log:
Clean-up. No functional change.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
Propchange: tomcat/tc7.0.x/trunk/
-
Author: markt
Date: Thu Oct 20 16:33:05 2011
New Revision: 1186899
URL: http://svn.apache.org/viewvc?rev=1186899&view=rev
Log:
Remove unnecessary calls. Closing the socket recycles the processor
which in turn recycles the buffers.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/t
Author: markt
Date: Thu Oct 20 16:33:52 2011
New Revision: 1186900
URL: http://svn.apache.org/viewvc?rev=1186900&view=rev
Log:
When a comet request ends and the socket is being kept alive, prepare
the buffers for the next request.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/t
[
https://issues.apache.org/jira/browse/MTOMCAT-102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13131742#comment-13131742
]
Hudson commented on MTOMCAT-102:
Integrated in TomcatMavenPlugin #52 (See
[https://build
2011/10/20 :
> Author: markt
> Date: Thu Oct 20 16:32:12 2011
> New Revision: 1186898
>
> URL: http://svn.apache.org/viewvc?rev=1186898&view=rev
> Log:
> Clean-up. No functional change.
Empty commit. You merged r1186891 (Oliver's commit on maven-tomcat),
but cleanup was in r1186890
Hint:
cd tc7
Author: markt
Date: Thu Oct 20 17:10:16 2011
New Revision: 1186926
URL: http://svn.apache.org/viewvc?rev=1186926&view=rev
Log:
Use Konstantin's more complete patch
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc
Author: markt
Date: Thu Oct 20 17:12:52 2011
New Revision: 1186932
URL: http://svn.apache.org/viewvc?rev=1186932&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=11869
On 20/10/2011 17:41, Konstantin Kolinko wrote:
> 2011/10/20 :
>> Author: markt
>> Date: Thu Oct 20 16:32:12 2011
>> New Revision: 1186898
>>
>> URL: http://svn.apache.org/viewvc?rev=1186898&view=rev
>> Log:
>> Clean-up. No functional change.
>
> Empty commit. You merged r1186891 (Oliver's commit
Author: markt
Date: Thu Oct 20 17:15:59 2011
New Revision: 1186935
URL: http://svn.apache.org/viewvc?rev=1186935&view=rev
Log:
Clean-up. No functional change.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java
t
Author: markt
Date: Thu Oct 20 17:31:31 2011
New Revision: 1186949
URL: http://svn.apache.org/viewvc?rev=1186949&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52049
Improve setup instructions for running as a Windows service
- remove references to specific Windows OSes - it
Author: markt
Date: Thu Oct 20 17:36:23 2011
New Revision: 1186954
URL: http://svn.apache.org/viewvc?rev=1186954&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52049
Improve setup instructions for running as a Windows service
- remove references to specific Windows OSes - it
Author: markt
Date: Thu Oct 20 17:38:17 2011
New Revision: 1186957
URL: http://svn.apache.org/viewvc?rev=1186957&view=rev
Log:
CTR: Docs
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52049
Improve setup instructions for running as a Windows service
- remove references to specific Windows
https://issues.apache.org/bugzilla/show_bug.cgi?id=52049
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=52066
Bug #: 52066
Summary: ConnectionPool.borrowConnection swallows interrupt
state.
Product: Tomcat Modules
Version: unspecified
Platform: PC
OS/Version: Windows
Modified: tomcat/trunk/java/org/apache/catalina/valves/SemaphoreValve.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/valves/SemaphoreValve.java?rev=1187018&r1=1187017&r2=1187018&view=diff
==
-
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/RequestFilterValve.java
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/RequestFilterValve.java?rev=1187022&r1=1187021&r2=1187022&view=diff
===
Author: markt
Date: Thu Oct 20 19:57:15 2011
New Revision: 1187027
URL: http://svn.apache.org/viewvc?rev=1187027&view=rev
Log:
Thread safety
Modified:
tomcat/trunk/java/org/apache/catalina/valves/RequestFilterValve.java
Modified: tomcat/trunk/java/org/apache/catalina/valves/RequestFilterValv
Author: markt
Date: Thu Oct 20 19:58:13 2011
New Revision: 1187028
URL: http://svn.apache.org/viewvc?rev=1187028&view=rev
Log:
Remove Java 1.2 error handling
Modified:
tomcat/trunk/java/org/apache/catalina/startup/Catalina.java
Modified: tomcat/trunk/java/org/apache/catalina/startup/Catalina
Author: markt
Date: Thu Oct 20 20:00:41 2011
New Revision: 1187029
URL: http://svn.apache.org/viewvc?rev=1187029&view=rev
Log:
Thread safety
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/RequestFilterValve.java
tomcat/tc7.0.x/tr
All,
On 10/19/2011 3:52 PM, Rainer Jung wrote:
> On 18.10.2011 10:15, Keiichi Fujino wrote:
>> I am going to stay in Vancouver from Monday to Friday.
>
> I'll be there too, including the weekends before and after.
I'm arriving at 12:47 local time on Tuesday and I've got nothing to do
until the n
Author: kfujino
Date: Fri Oct 21 01:10:51 2011
New Revision: 1187149
URL: http://svn.apache.org/viewvc?rev=1187149&view=rev
Log:
follow-up r1186631.
Modified:
tomcat/trunk/java/org/apache/catalina/ha/session/JvmRouteBinderValve.java
Modified:
tomcat/trunk/java/org/apache/catalina/ha/session
2011/10/21 Mark Thomas :
> On 20/10/2011 08:00, kfuj...@apache.org wrote:
>> Author: kfujino
>> Date: Thu Oct 20 07:00:57 2011
>> New Revision: 1186631
>>
>> URL: http://svn.apache.org/viewvc?rev=1186631&view=rev
>> Log:
>> Avoid an unnecessary session ID change notice.
>
> Given this...
>> Notice
Author: kfujino
Date: Fri Oct 21 01:26:04 2011
New Revision: 1187152
URL: http://svn.apache.org/viewvc?rev=1187152&view=rev
Log:
Additional fix for r1186632.
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session/JvmRouteBinderValve.java
Modified:
tomcat/tc7.0.x/trunk/java/org/
Author: kfujino
Date: Fri Oct 21 01:29:20 2011
New Revision: 1187153
URL: http://svn.apache.org/viewvc?rev=1187153&view=rev
Log:
Additional fix for r1186632.
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/
57 matches
Mail list logo