Author: markt
Date: Thu May 27 00:43:54 2010
New Revision: 948644
URL: http://svn.apache.org/viewvc?rev=948644&view=rev
Log:
Extend to test deferred expressions. Need to use request scope attributes since
page scope ones won't be visible to the tag file when evaluating the deferred
expressions.
https://issues.apache.org/bugzilla/show_bug.cgi?id=49320
dl changed:
What|Removed |Added
Status|NEEDINFO|RESOLVED
Resolution|
On 26/05/2010 21:50, rj...@apache.org wrote:
> Author: rjung
> Date: Wed May 26 20:50:45 2010
> New Revision: 948582
>
> URL: http://svn.apache.org/viewvc?rev=948582&view=rev
> Log:
> Fix typo in web-resource-name (web.xml) for manager webapp.
> I assume it's CTR because edge case of docs/comment/
https://issues.apache.org/bugzilla/show_bug.cgi?id=48990
--- Comment #8 from Henri Yandell 2010-05-26 19:49:59 EDT
---
Gotya. I'm still on 6.0.26 with 1.0.1, but the patch looks good from visual
inspection.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
-
https://issues.apache.org/bugzilla/show_bug.cgi?id=48990
--- Comment #7 from Mark Thomas 2010-05-26 19:34:59 EDT ---
That would be because the build uses commons daemon 1.0.2
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail bec
https://issues.apache.org/bugzilla/show_bug.cgi?id=48990
--- Comment #6 from Henri Yandell 2010-05-26 19:20:22 EDT
---
With your patch (applied to 6.0.26), I get an error that it can't find the
commons-daemon-1.0.1/windows/prunsrv.exe file to copy.
Looking at the unpacked commons-daemon-1.0.1
Author: rjung
Date: Wed May 26 20:51:44 2010
New Revision: 948584
URL: http://svn.apache.org/viewvc?rev=948584&view=rev
Log:
Fix typo in web-resource-name (web.xml) for manager webapp.
I assume it's CTR because edge case of docs/comment/trivial fix.
Kind of backport of
http://svn.apache.org/viewv
Author: rjung
Date: Wed May 26 20:50:45 2010
New Revision: 948582
URL: http://svn.apache.org/viewvc?rev=948582&view=rev
Log:
Fix typo in web-resource-name (web.xml) for manager webapp.
I assume it's CTR because edge case of docs/comment/trivial fix.
Kind of backport of
http://svn.apache.org/viewv
Author: rjung
Date: Wed May 26 20:46:18 2010
New Revision: 948580
URL: http://svn.apache.org/viewvc?rev=948580&view=rev
Log:
Fix typo/html syntax error in comment.
Modified:
tomcat/tc5.5.x/trunk/container/webapps/manager/WEB-INF/classes/org/apache/catalina/manager/HTMLManagerServlet.java
Mo
2010/5/26 sebb :
>> The "removed" variable is only checked whether it is zero or some
>> positive value. So, the actual value of the variable before the
>> increment operation is irrelevant. It could be written as "removed =
>> 1;" and assignment is atomic.
>
> In that case, why not do so - or
On 26/05/2010, Konstantin Kolinko wrote:
> 2010/5/26 sebb :
>
> >> -private int removed = 0;
> >> +private volatile int removed = 0;
> >
> > Volatile ensures correct publication across threads, but does not
> > solve the lost-update problem.
> >
>
> >> removed++;
> > The a
2010/5/26 sebb :
>> - private int removed = 0;
>> + private volatile int removed = 0;
>
> Volatile ensures correct publication across threads, but does not
> solve the lost-update problem.
>
>> removed++;
> The above line can suffer from a lost update as the increment is not atomic
https://issues.apache.org/bugzilla/show_bug.cgi?id=46403
--- Comment #5 from novoj 2010-05-26 10:59:30 EDT ---
The problem is also with Firefox 3.6.3 and Tomcat 6.0.26. When reading Cookie
via Firefox API:
function getCookie(name, host) {
var cookieManager =
Cc["@mozilla.org/cookiemanage
On 26/05/2010, kkoli...@apache.org wrote:
> Author: kkolinko
> Date: Wed May 26 02:31:57 2010
> New Revision: 948294
>
> URL: http://svn.apache.org/viewvc?rev=948294&view=rev
> Log:
> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47878
> Return 404's rather than a permanent 500 if a
https://issues.apache.org/bugzilla/show_bug.cgi?id=49345
Summary: EL does not work correctly with JSF 2.0 composite
components
Product: Tomcat 7
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Sev
https://issues.apache.org/bugzilla/show_bug.cgi?id=49343
Keiichi Fujino changed:
What|Removed |Added
Component|Cluster |Cluster
Version|trunk
Author: kfujino
Date: Wed May 26 12:07:15 2010
New Revision: 948405
URL: http://svn.apache.org/viewvc?rev=948405&view=rev
Log:
Proposal for BZ49343.
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/STA
Author: kfujino
Date: Wed May 26 11:58:55 2010
New Revision: 948402
URL: http://svn.apache.org/viewvc?rev=948402&view=rev
Log:
Fix for BZ49343.
When ChannelException is thrown, remove listener from channel.
Modified:
tomcat/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.ja
https://issues.apache.org/bugzilla/show_bug.cgi?id=49343
--- Comment #1 from Keiichi Fujino 2010-05-26 07:50:26 EDT
---
Created an attachment (id=25485)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=25485)
AbstractReplicatedMap's patch
I made a patch.
This patch contains the same f
On 26/05/2010 11:40, buddhika chamith wrote:
> Hi Mark,
>
>
>> *Class: StandardWrapper*
>>>
>>>
>>> Method :
>>> add/removeLifeCycleListener(org.apache.catalina.LifecycleListener)
>>> Suggestion : Remove the methods since the method can be provided in a
>>> generic way with only
https://issues.apache.org/bugzilla/show_bug.cgi?id=49343
Summary: AbstractReplicatedMap is not removed from channel.
Product: Tomcat 7
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priori
https://issues.apache.org/bugzilla/show_bug.cgi?id=49342
Summary: Duplicate query string values
Product: Tomcat 6
Version: 6.0.26
Platform: PC
OS/Version: Linux
Status: NEW
Severity: critical
Priority: P2
C
Hi Mark,
> *Class: StandardWrapper*
>>
>>
>> Method :
>> add/removeLifeCycleListener(org.apache.catalina.LifecycleListener)
>> Suggestion : Remove the methods since the method can be provided in a
>> generic way with only involving primitives.
>>
>
> Again, I don't get what you m
On 05/24/2010 12:38 AM, Mark Thomas wrote:
> All,
>
> The next Tomcat 7.0.0 release candiate is ready for testing. 7.0.0-RC3
> can be obtained from:
> http://people.apache.org/~markt/dev/tomcat-7/v7.0.0-RC3/
> The svn tag is:
> http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_0_RC3/
24 matches
Mail list logo