kkoli...@apache.org wrote:
> + -1: kkolinko: (
> + FileDirContext#file() contains a check that file.canRead() is true.
> + A side-effect of this patch will be that files that are not readable
> + will be excluded from the enumeration provided by FileDirContext#list()
> + or Fil
Author: markt
Date: Sat Aug 15 12:06:24 2009
New Revision: 804461
URL: http://svn.apache.org/viewvc?rev=804461&view=rev
Log:
Revert r701358 for https://issues.apache.org/bugzilla/show_bug.cgi?id=45403
Modified:
tomcat/trunk/java/org/apache/naming/resources/FileDirContext.java
Modified: tomca
https://issues.apache.org/bugzilla/show_bug.cgi?id=45403
--- Comment #5 from Mark Thomas 2009-08-15 13:06:47 BST ---
The proposed patch failed to obtain the required votes. A new patch has been
applied to trunk and proposed.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.c
Author: markt
Date: Sat Aug 15 12:07:42 2009
New Revision: 804462
URL: http://svn.apache.org/viewvc?rev=804462&view=rev
Log:
Apply Konstantin's new patch for
https://issues.apache.org/bugzilla/show_bug.cgi?id=45403
Modified:
tomcat/trunk/java/org/apache/catalina/loader/LocalStrings.propertie
Author: markt
Date: Sat Aug 15 12:10:45 2009
New Revision: 804463
URL: http://svn.apache.org/viewvc?rev=804463&view=rev
Log:
Withdraw old patch. Vote for new one.
Include svn ref and additional testing info
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
U
Author: markt
Date: Sat Aug 15 17:40:40 2009
New Revision: 804495
URL: http://svn.apache.org/viewvc?rev=804495&view=rev
Log:
Replace syncs with threadlocals.
Improve the logic that determines when to generate a new format string
Modified:
tomcat/trunk/java/org/apache/catalina/valves/ExtendedA
Author: markt
Date: Sat Aug 15 17:49:54 2009
New Revision: 804497
URL: http://svn.apache.org/viewvc?rev=804497&view=rev
Log:
Withdraw old access log patch. Propose new one.
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/
Author: markt
Date: Sat Aug 15 17:59:51 2009
New Revision: 804499
URL: http://svn.apache.org/viewvc?rev=804499&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=41824
Need to use canonical rather than binary form when writing code
Modified:
tomcat/tc6.0.x/trunk/ (props ch
https://issues.apache.org/bugzilla/show_bug.cgi?id=41824
--- Comment #3 from Mark Thomas 2009-08-15 18:59:57 BST ---
This has been fixed in 6.0.x and will be included in 6.0.21 onwards.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving
Author: markt
Date: Sat Aug 15 18:03:46 2009
New Revision: 804501
URL: http://svn.apache.org/viewvc?rev=804501&view=rev
Log:
Port Rainer's comment improvement from trunk
Modified:
tomcat/tc6.0.x/trunk/ (props changed)
tomcat/tc6.0.x/trunk/build.xml
tomcat/tc6.0.x/trunk/dist.xml
Author: markt
Date: Sat Aug 15 18:04:52 2009
New Revision: 804502
URL: http://svn.apache.org/viewvc?rev=804502&view=rev
Log:
Few votes, remove an applied patch
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.
Author: markt
Date: Sat Aug 15 18:16:45 2009
New Revision: 804507
URL: http://svn.apache.org/viewvc?rev=804507&view=rev
Log:
Vote
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=804507&
https://issues.apache.org/bugzilla/show_bug.cgi?id=34616
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=33967
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=29141
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=28780
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=24739
Mark Thomas changed:
What|Removed |Added
CC||colinwilsons...@bluecycle.c
Author: markt
Date: Sat Aug 15 18:37:34 2009
New Revision: 804512
URL: http://svn.apache.org/viewvc?rev=804512&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=41824
Need to use canonical rather than binary form when writing code
Modified:
tomcat/tc5.5.x/trunk/STATUS.txt
https://issues.apache.org/bugzilla/show_bug.cgi?id=41824
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=43656
Luke Kolin changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
Author: markt
Date: Sat Aug 15 18:45:24 2009
New Revision: 804514
URL: http://svn.apache.org/viewvc?rev=804514&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47688
Patch provided by sebb, with minor mods for line length
Modified:
tomcat/tc5.5.x/trunk/build/BUILDING.txt
https://issues.apache.org/bugzilla/show_bug.cgi?id=47688
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=43656
--- Comment #17 from Mark Thomas 2009-08-15 20:55:36 BST ---
Can you attach the simplest JSP that exhibits this error?
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail
Author: markt
Date: Sat Aug 15 20:44:01 2009
New Revision: 804530
URL: http://svn.apache.org/viewvc?rev=804530&view=rev
Log:
Add another ignore for Eclipse
Modified:
tomcat/tc5.5.x/trunk/ (props changed)
Propchange: tomcat/tc5.5.x/trunk/
Author: markt
Date: Sat Aug 15 20:47:12 2009
New Revision: 804532
URL: http://svn.apache.org/viewvc?rev=804532&view=rev
Log:
Ignore an output directory
Modified:
tomcat/tc5.5.x/trunk/connectors/jni/ (props changed)
Propchange: tomcat/tc5.5.x/trunk/connectors/jni/
--
2009/8/15 Mark Thomas :
> kkoli...@apache.org wrote:
>> + Note:
>> + - I cannot test bug 45403 on Windows, as it is Un*x-specific
>
> I assume you mean that you haven't been able to test this on *nix. If
> not, ignore most of what I have written below :)
>
> There are a couple of options here.
Mark, you could put your output into .settings/output, like the 6.0.x
project does. ;)
Anyway, I do not mind against this svn:ignore. It does no harm.
2009/8/16 :
> Author: markt
> Date: Sat Aug 15 20:44:01 2009
> New Revision: 804530
>
> URL: http://svn.apache.org/viewvc?rev=804530&view=rev
>
Hi!
I have prepared Eclipse project file to be put into the root folder of tc5.5,
like we have that in tc6.0 and trunk.
If anyone is interested, I put it here:
http://people.apache.org/~kkolinko/2009-08-15_tc55_eclipse_project/
(just rename _classpath -> .classpath, _project -> .project)
I just
2009/8/14 Filip Hanik - Dev Lists :
> On 08/14/2009 10:48 AM, Costin Manolache wrote:
>>
>> +1 - Executor seems the right interface, didn't exist when workers were
>> started - ifanyone needs the pool behavior it can probably be implemented
>> as
>> an Executor.
>>
>> I assume you'll have some way
https://issues.apache.org/bugzilla/show_bug.cgi?id=40001
--- Comment #4 from lucenebugs2...@danielnaber.de 2009-08-15 15:20:41 PDT ---
Created an attachment (id=24139)
suggested fix
This patch changes the reload/start/stop/undeploy links to buttons and makes
sure the servlet only reacts to POST
https://issues.apache.org/bugzilla/show_bug.cgi?id=40001
lucenebugs2...@danielnaber.de changed:
What|Removed |Added
Status|NEEDINFO|NEW
--- Comment #
OK, I looked at this some more.
What's really happening is ManagerBase is using /dev/urandom if it exists in
getRandomBytes(). getRandom() is just a fallback if devRandomSource
(/dev/urandom) doesn't exist.
>From digging deeper, it looks like StandardContext instantiates a copy of
StandardManager
Author: kkolinko
Date: Sun Aug 16 01:55:25 2009
New Revision: 804544
URL: http://svn.apache.org/viewvc?rev=804544&view=rev
Log:
Return 'false' if nested copyDir call failed.
It is part of the patch for issue 45403 that was applied in rev.804462
Modified:
tomcat/trunk/java/org/apache/catalina/
Author: kkolinko
Date: Sun Aug 16 01:58:37 2009
New Revision: 804545
URL: http://svn.apache.org/viewvc?rev=804545&view=rev
Log:
Add missed part of the patch
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/t
Author: kkolinko
Date: Sun Aug 16 02:08:44 2009
New Revision: 804547
URL: http://svn.apache.org/viewvc?rev=804547&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=8045
Author: kkolinko
Date: Sun Aug 16 02:17:52 2009
New Revision: 804549
URL: http://svn.apache.org/viewvc?rev=804549&view=rev
Log:
The problem at sourceforge was solved.
Revert to the original configuration, but leave a comment there.
Modified:
tomcat/trunk/build.properties.default
Modified: to
Author: kkolinko
Date: Sun Aug 16 02:27:48 2009
New Revision: 804550
URL: http://svn.apache.org/viewvc?rev=804550&view=rev
Log:
Apply https://issues.apache.org/bugzilla/show_bug.cgi?id=47566
Update to NSIS 2.45
NSIS 2.45 Release notes:
http://sourceforge.net/project/shownotes.php?release_id=68804
Author: kkolinko
Date: Sun Aug 16 02:35:17 2009
New Revision: 804551
URL: http://svn.apache.org/viewvc?rev=804551&view=rev
Log:
Apply https://issues.apache.org/bugzilla/show_bug.cgi?id=47566
Update to NSIS 2.45
NSIS 2.45 Release notes:
http://sourceforge.net/project/shownotes.php?release_id=68804
https://issues.apache.org/bugzilla/show_bug.cgi?id=47566
Konstantin Kolinko changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: kkolinko
Date: Sun Aug 16 02:49:04 2009
New Revision: 804553
URL: http://svn.apache.org/viewvc?rev=804553&view=rev
Log:
Update wrong day of week
Modified:
tomcat/site/trunk/docs/index.html
tomcat/site/trunk/xdocs/index.xml
Modified: tomcat/site/trunk/docs/index.html
URL:
http://
Author: kkolinko
Date: Sun Aug 16 03:29:21 2009
New Revision: 804556
URL: http://svn.apache.org/viewvc?rev=804556&view=rev
Log:
Correct name,
based on its mention in the following file:
http://svn.apache.org/repos/asf/tomcat/archive/tc3.3.x/trunk/container/KEYS
Modified:
tomcat/site/trunk/xdo
Author: kkolinko
Date: Sun Aug 16 03:39:52 2009
New Revision: 804557
URL: http://svn.apache.org/viewvc?rev=804557&view=rev
Log:
Correct template for HTML META tag. It does not have 'value' attribute, but has
'content'.
Also, do not publish e-mails.
Modified:
tomcat/site/trunk/xdocs/styleshee
Author: kkolinko
Date: Sun Aug 16 04:02:57 2009
New Revision: 804558
URL: http://svn.apache.org/viewvc?rev=804558&view=rev
Log:
Fix Ant warning
Modified:
tomcat/site/trunk/build.xml
Modified: tomcat/site/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/build.xml?rev=80455
Modified: tomcat/site/trunk/xdocs/index.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/index.xml?rev=804559&r1=804558&r2=804559&view=diff
==
--- tomcat/site/trunk/xdocs/index.xml (original)
+++ tomcat/site/t
2009/8/13 Konstantin Kolinko :
> 2009/8/13 Konstantin Kolinko :
>> 26th of March, 2009 is certainly a Thursday this year, not a Friday.
> Thursday
>>
>> Looks like someone was making corrections in a rush before the event.
>>
>> By the way, "Apache Tomcat - Apache Tomcat" (repeated twice) is a lame
The following patch is currently in voting for 5.5 and 6.0
* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=39231
http://svn.apache.org/viewvc?rev=791900&view=rev
http://svn.apache.org/viewvc?rev=792446&view=rev (Filip's suggestion)
JAAS LoginContext expects a call to logout()
I hav
46 matches
Mail list logo