https://issues.apache.org/bugzilla/show_bug.cgi?id=18500
--- Comment #8 from Konstantin Kolinko 2011-09-25
00:13:23 UTC ---
(In reply to comment #7)
> Konstantin, in that case we would just maintain a separate list of regex-based
> matchers and they would all be consulted if no exact match was
Author: kkolinko
Date: Sat Sep 24 23:37:21 2011
New Revision: 1175284
URL: http://svn.apache.org/viewvc?rev=1175284&view=rev
Log:
Merged revision 1175283 from tomcat/trunk:
Cleanup temporary files created by tests:
register them and delete them in tearDown().
In TestRegistration also aligned mkdir
Author: kkolinko
Date: Sat Sep 24 23:31:04 2011
New Revision: 1175283
URL: http://svn.apache.org/viewvc?rev=1175283&view=rev
Log:
Cleanup temporary files created by tests:
register them and delete them in tearDown().
In TestRegistration also aligned mkdir calls with their usage elsewhere.
Modifie
Author: kkolinko
Date: Sat Sep 24 22:42:30 2011
New Revision: 1175280
URL: http://svn.apache.org/viewvc?rev=1175280&view=rev
Log:
Merged revision(s) 1174339, 1174799 from tomcat/trunk:
Fix warnings
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/coy
Author: kkolinko
Date: Sat Sep 24 22:37:12 2011
New Revision: 1175277
URL: http://svn.apache.org/viewvc?rev=1175277&view=rev
Log:
Merged revision 1175275 from tomcat/trunk:
Reduce visibility of static field ManagerBase.name and make it final.
We already had a bug being introduced in r1174181 becau
Author: kkolinko
Date: Sat Sep 24 22:30:59 2011
New Revision: 1175275
URL: http://svn.apache.org/viewvc?rev=1175275&view=rev
Log:
Reduce visibility of static field ManagerBase.name and make it final.
We already had a bug being introduced in r1174181 because of this field being
assignable.
Modifi
Author: kkolinko
Date: Sat Sep 24 22:15:49 2011
New Revision: 1175273
URL: http://svn.apache.org/viewvc?rev=1175273&view=rev
Log:
Merged revision 1175272 from tomcat/trunk:
Correct a typo
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/test/org/apache/catalina/start
Author: kkolinko
Date: Sat Sep 24 22:13:37 2011
New Revision: 1175272
URL: http://svn.apache.org/viewvc?rev=1175272&view=rev
Log:
Correct a typo
Modified:
tomcat/trunk/test/org/apache/catalina/startup/TomcatBaseTest.java
Modified: tomcat/trunk/test/org/apache/catalina/startup/TomcatBaseTest.
Author: rjung
Date: Sat Sep 24 20:20:25 2011
New Revision: 1175238
URL: http://svn.apache.org/viewvc?rev=1175238&view=rev
Log:
Choose "errno" instead of "error" in logging,
so that "[error]" stays reserved for error messages.
Modified:
tomcat/jk/trunk/native/common/jk_connect.c
Modified: tom
https://issues.apache.org/bugzilla/show_bug.cgi?id=51887
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Sat Sep 24 17:23:12 2011
New Revision: 1175202
URL: http://svn.apache.org/viewvc?rev=1175202&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51887
Use an insecure random source for session ID generation during tests for speed.
Based on kkolinko's suggestion
Author: markt
Date: Sat Sep 24 17:20:21 2011
New Revision: 1175201
URL: http://svn.apache.org/viewvc?rev=1175201&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51887
Use an insecure random source for session ID generation during tests for speed.
Based on kkolinko's suggestion
Author: rjung
Date: Sat Sep 24 16:39:29 2011
New Revision: 1175196
URL: http://svn.apache.org/viewvc?rev=1175196&view=rev
Log:
Fine grained control of session attribute
replication in clusters.
- Allow to overwrite the check for distributability
of session attributes by session implementations.
Author: rjung
Date: Sat Sep 24 16:32:19 2011
New Revision: 1175194
URL: http://svn.apache.org/viewvc?rev=1175194&view=rev
Log:
Fix Javadoc typo.
Merge of r1175190 from trunk.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session/DeltaSe
Author: rjung
Date: Sat Sep 24 16:31:27 2011
New Revision: 1175190
URL: http://svn.apache.org/viewvc?rev=1175190&view=rev
Log:
Fix Javadoc typo.
Modified:
tomcat/trunk/java/org/apache/catalina/ha/session/DeltaSession.java
Modified: tomcat/trunk/java/org/apache/catalina/ha/session/DeltaSessio
Author: rjung
Date: Sat Sep 24 16:21:29 2011
New Revision: 1175187
URL: http://svn.apache.org/viewvc?rev=1175187&view=rev
Log:
Break from AJP CPING handling if endpoint is
already paused.
Experimentation shows, that we will otherwise
loose the following request. TC will not
answer it, but mod_jk
Author: rjung
Date: Sat Sep 24 15:57:03 2011
New Revision: 1175182
URL: http://svn.apache.org/viewvc?rev=1175182&view=rev
Log:
Break from AJP CPING handling if endpoint is
already paused.
Experimenting shows, that we will otherwise
loose the following request. TC will not
answer it, but mod_jk do
https://issues.apache.org/bugzilla/show_bug.cgi?id=51887
Konstantin Kolinko changed:
What|Removed |Added
Attachment #27581|0 |1
is patch|
https://issues.apache.org/bugzilla/show_bug.cgi?id=51887
Bug #: 51887
Summary: Speedup sessionid generation when running testsuite
Product: Tomcat 7
Version: trunk
Platform: PC
Status: NEW
Severity: enhancement
Author: kkolinko
Date: Sat Sep 24 13:42:47 2011
New Revision: 1175168
URL: http://svn.apache.org/viewvc?rev=1175168&view=rev
Log:
Merged revision 1175167 from tomcat/trunk:
Do not try to delete the whole output/test-tmp subdirectory when running tests,
because that wouldn't succeed (at least on Wi
Author: kkolinko
Date: Sat Sep 24 13:39:44 2011
New Revision: 1175167
URL: http://svn.apache.org/viewvc?rev=1175167&view=rev
Log:
Do not try to delete the whole output/test-tmp subdirectory when running tests,
because that wouldn't succeed (at least on Windows).
Modified:
tomcat/trunk/test/or
On 24.09.2011 13:57, Konstantin Kolinko wrote:
> 2011/9/24 Rainer Jung :
>>
>> Fixed also, ported to TC 7, updated TC 6 patch for Override, kept your
>> vote in STATUS.txt.
>>
>
> OK, good. Thank you.
>
> BTW, typo in JavaDoc in the patch.
> @return true is attribute should not be replicated
> @r
2011/9/24 Rainer Jung :
>
> Fixed also, ported to TC 7, updated TC 6 patch for Override, kept your
> vote in STATUS.txt.
>
OK, good. Thank you.
BTW, typo in JavaDoc in the patch.
@return true is attribute should not be replicated
@return true if attribute should not be replicated
There are enoug
On 23.09.2011 23:57, Konstantin Kolinko wrote:
> Reviewing Eclipse warnings I noticed a bug in this commit.
Argh.
>> +protected void clone(ClusterManagerBase copy) {
>> +copy.name = "Clone-from-" + getName();
>
> The above assignment is wrong.
> It assigns to ManagerBase.name which i
Author: rjung
Date: Sat Sep 24 11:28:05 2011
New Revision: 1175160
URL: http://svn.apache.org/viewvc?rev=1175160&view=rev
Log:
Updated patch with Override annotation,
removed Konstantin's comment.
Kept votes as-is.
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STA
Author: rjung
Date: Sat Sep 24 11:16:50 2011
New Revision: 1175159
URL: http://svn.apache.org/viewvc?rev=1175159&view=rev
Log:
1) Use setters when cloning attributes.
Should be more safe in most cases.
Example: setting name directly was wrong,
because name in base class was something else
then in
Author: rjung
Date: Sat Sep 24 11:13:01 2011
New Revision: 1175158
URL: http://svn.apache.org/viewvc?rev=1175158&view=rev
Log:
Add Override annotation to recently added methods.
Modified:
tomcat/trunk/java/org/apache/catalina/ha/session/DeltaSession.java
Modified: tomcat/trunk/java/org/apach
Author: rjung
Date: Sat Sep 24 11:02:41 2011
New Revision: 1175155
URL: http://svn.apache.org/viewvc?rev=1175155&view=rev
Log:
Use setters when cloning attributes.
Should be more safe in most cases.
Example: setting name directly was wrong,
because name in base class was something else
then in th
28 matches
Mail list logo