Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "PoweredBy" page has been changed by BernhardRausch:
http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=398&rev2=399
=== NeuroMice ===
{{http://www.neuromice.org/images/ba
https://issues.apache.org/bugzilla/show_bug.cgi?id=40530
--- Comment #4 from Ankit Shah 2012-02-29 08:28:36 UTC
---
(In reply to comment #3)
> If the issue is with Commons Daemon, you'll need to raise a bug against that
> project. Tomcat picks up new versions of Daemon as they become available.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52544
Mladen Turk changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=52677
--- Comment #2 from xiaming 2012-02-29 14:42:52 UTC ---
Created attachment 28406
--> https://issues.apache.org/bugzilla/attachment.cgi?id=28406
fix for 52677
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=ema
https://issues.apache.org/bugzilla/show_bug.cgi?id=51181
--- Comment #44 from Johno Crawford 2012-02-29 15:12:41 UTC
---
Created attachment 28407
--> https://issues.apache.org/bugzilla/attachment.cgi?id=28407
Introduce status code constants
Please find attached proposal of introducing status
On 29 February 2012 05:11, Konstantin Kolinko wrote:
> 2012/2/29 Jeremy Boynes :
>> Removed from svn. A dry run of the next release shows they are automatically
>> added to the source bundle.
>>
>
> 1. Where it takes those files from? Is their content correct.
>
> Besides extra blank lines befor
On 29 February 2012 02:19, wrote:
> Author: jboynes
> Date: Wed Feb 29 02:19:53 2012
> New Revision: 1294943
>
> URL: http://svn.apache.org/viewvc?rev=1294943&view=rev
> Log:
> remove LICENCE.txt and NOTICE.txt as they are automatically added by Maven
> release process
-1
I think that's the wr
Author: jboynes
Date: Wed Feb 29 18:04:45 2012
New Revision: 1295193
URL: http://svn.apache.org/viewvc?rev=1295193&view=rev
Log:
reverting r1294943
Added:
tomcat/taglibs/taglibs-parent/trunk/LICENSE.txt
- copied unchanged from r1294942,
tomcat/taglibs/taglibs-parent/trunk/LICENSE.txt
Reverted r1294943.
Do you know how this was addressed in Commons? Any patches? :)
On Feb 29, 2012, at 9:14 AM, sebb wrote:
> On 29 February 2012 05:11, Konstantin Kolinko wrote:
>> 2012/2/29 Jeremy Boynes :
>>> Removed from svn. A dry run of the next release shows they are
>>> automatically ad
On 29 February 2012 18:07, Jeremy Boynes wrote:
> Reverted r1294943.
>
> Do you know how this was addressed in Commons?
Yes, see commons-parent pom
http://repo1.maven.org/maven2/org/apache/commons/commons-parent/23/commons-parent-23.pom
search for NOTICE
> Any patches? :)
>
> On Feb 29, 2012,
Perso, I prefer using something which read pom and generate
automatically N&L from metadatas rather than maintaining those files
manually (for me manually means you always missed to add/modify :-) )
(but sure it's my POV)
BTW Did you create any issues for that ?
2012/2/29 sebb :
> On 29 February
On 29 February 2012 19:15, Olivier Lamy wrote:
> Perso, I prefer using something which read pom and generate
> automatically N&L from metadatas rather than maintaining those files
> manually (for me manually means you always missed to add/modify :-) )
> (but sure it's my POV)
AFAICT that just mov
https://issues.apache.org/bugzilla/show_bug.cgi?id=52500
--- Comment #32 from Michael 2012-02-29 20:05:29
UTC ---
Dear Christopher,
Did you see my patch?
Do you have any comments?
Best regards,
Michael
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
---
https://issues.apache.org/bugzilla/show_bug.cgi?id=51181
--- Comment #45 from Mark Thomas 2012-02-29 20:56:34 UTC ---
(In reply to comment #44)
> Please find attached proposal of introducing status code constants instead of
> using magic numbers everywhere, also contains some typo fixes.
Thanks.
Author: markt
Date: Wed Feb 29 21:22:10 2012
New Revision: 1295279
URL: http://svn.apache.org/viewvc?rev=1295279&view=rev
Log:
Make the outbound buffer sizes configurable
Modified:
tomcat/trunk/java/org/apache/catalina/websocket/StreamInbound.java
tomcat/trunk/java/org/apache/catalina/web
Author: markt
Date: Wed Feb 29 21:22:56 2012
New Revision: 1295281
URL: http://svn.apache.org/viewvc?rev=1295281&view=rev
Log:
Remove unnecessary check - all paths to this method already perform the
check
Modified:
tomcat/trunk/java/org/apache/catalina/websocket/WsOutbound.java
Modified: tom
Author: markt
Date: Wed Feb 29 21:23:34 2012
New Revision: 1295283
URL: http://svn.apache.org/viewvc?rev=1295283&view=rev
Log:
Make writing thread safe
Modified:
tomcat/trunk/java/org/apache/catalina/websocket/WsOutbound.java
Modified: tomcat/trunk/java/org/apache/catalina/websocket/WsOutbou
Author: markt
Date: Wed Feb 29 21:24:19 2012
New Revision: 1295284
URL: http://svn.apache.org/viewvc?rev=1295284&view=rev
Log:
Use constants for close code and fix various typos.
Patch provided by Johno Crawford.
Modified:
tomcat/trunk/java/org/apache/catalina/websocket/Constants.java
tom
Author: markt
Date: Wed Feb 29 21:24:59 2012
New Revision: 1295286
URL: http://svn.apache.org/viewvc?rev=1295286&view=rev
Log:
Fix a TODO
Modified:
tomcat/trunk/java/org/apache/catalina/websocket/LocalStrings.properties
tomcat/trunk/java/org/apache/catalina/websocket/WsFrame.java
Modifie
Author: olamy
Date: Wed Feb 29 21:30:20 2012
New Revision: 1295290
URL: http://svn.apache.org/viewvc?rev=1295290&view=rev
Log:
[MTOMCAT-120] Support "skip" parameter.
Modified:
tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat6/AbstractRunMojo
[
https://issues.apache.org/jira/browse/MTOMCAT-120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Olivier Lamy closed MTOMCAT-120.
Resolution: Fixed
fixed
> Support "skip" parameter
>
>
>
https://issues.apache.org/bugzilla/show_bug.cgi?id=52800
Bug #: 52800
Summary: Please do not catch Throwable!
Product: Tomcat 7
Version: 7.0.26
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
https://issues.apache.org/bugzilla/show_bug.cgi?id=52800
Michael van der Gulik changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolutio
https://issues.apache.org/bugzilla/show_bug.cgi?id=48644
Konstantin Kolinko changed:
What|Removed |Added
CC||mike...@gulik.co.nz
--- Comme
https://issues.apache.org/bugzilla/show_bug.cgi?id=52800
Konstantin Kolinko changed:
What|Removed |Added
Resolution|WONTFIX |DUPLICATE
--- Comment #2 from
+1 votes from olamy, mturk and kkolinko; no -1's
Issues raised during the vote:
* duplicate LICENSE and NOTICE files, and how to avoid this
* site contents
* version of commons-skin used for site
to be addressed before we release any of the taglibs
Thanks. I'll promote the staging repo later this
2012/3/1 :
> Author: markt
> Date: Wed Feb 29 21:24:59 2012
> New Revision: 1295286
>
> URL: http://svn.apache.org/viewvc?rev=1295286&view=rev
> Log:
> Fix a TODO
>
> Modified:
> tomcat/trunk/java/org/apache/catalina/websocket/LocalStrings.properties
> tomcat/trunk/java/org/apache/catalina/w
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-trunk-test has an issue affecting its community integration.
This i
thanks Jeremy.
2012/3/1 Jeremy Boynes
> +1 votes from olamy, mturk and kkolinko; no -1's
>
> Issues raised during the vote:
> * duplicate LICENSE and NOTICE files, and how to avoid this
> * site contents
> * version of commons-skin used for site
> to be addressed before we release any of the tag
I have finished the third in my series of new unit tests, which examines
the SingleSignOn interactions between the Digest and NonLogin
Authenticators. Because each Authenticator class has its own SSO logic,
I feel it is sensible to test that logic explicitly. However, there is
no need to duplic
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-taglibs-standard has an issue affecting its community
integration.
Author: costin
Date: Thu Mar 1 07:37:11 2012
New Revision: 1295445
URL: http://svn.apache.org/viewvc?rev=1295445&view=rev
Log:
Small bug/leak when called with larger buffers.
Modified:
tomcat/native/trunk/native/src/network.c
Modified: tomcat/native/trunk/native/src/network.c
URL:
http://
32 matches
Mail list logo