https://issues.apache.org/bugzilla/show_bug.cgi?id=49234
chamith buddhika changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
On 16/09/2010 07:15, Henri Gomez wrote:
> BTW, what about missing localized artifacts tomcat-i18n-xx for Tomcat
> 6.x in http://repo2.maven.org/maven2/org/apache/tomcat ?
>
> Thanks again
The Tomcat 6 Maven deploy script doesn't upload them. The Tomcat 7 one does.
Mark
-
https://issues.apache.org/bugzilla/show_bug.cgi?id=49939
Summary: Expose a method via JMX which empties the webapp file
cache
Product: Tomcat 6
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Author: jim
Date: Thu Sep 16 13:04:04 2010
New Revision: 997733
URL: http://svn.apache.org/viewvc?rev=997733&view=rev
Log:
Release Tomcat 5.5.31
Modified:
tomcat/site/trunk/docs/download-55.html
tomcat/site/trunk/docs/index.html
tomcat/site/trunk/docs/whichversion.html
tomcat/site
On 16 September 2010 14:04, wrote:
> Author: jim
> Date: Thu Sep 16 13:04:04 2010
> New Revision: 997733
>
> URL: http://svn.apache.org/viewvc?rev=997733&view=rev
> Log:
> Release Tomcat 5.5.31
>
> Modified:
> tomcat/site/trunk/docs/download-55.html
> tomcat/site/trunk/docs/index.html
>
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 Björn Hahnefeld.
http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=264&rev2=265
--
[[h
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 Björn Hahnefeld.
http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=265&rev2=266
--
[[h
The Apache Tomcat Team announces the immediate availability of Apache
Tomcat 5.5.31 stable.
Apache Tomcat 5.5.31 is primarily a security and bug fix
release. All users of older versions of the Tomcat 5.5
family should upgrade to 5.5.31.
Please refer to the change log for the list of changes:
htt
On 16 September 2010 15:08, sebb wrote:
> On 16 September 2010 14:04, wrote:
>> Author: jim
>> Date: Thu Sep 16 13:04:04 2010
>> New Revision: 997733
>>
>> URL: http://svn.apache.org/viewvc?rev=997733&view=rev
>> Log:
>> Release Tomcat 5.5.31
>>
>> Modified:
>> tomcat/site/trunk/docs/download
https://issues.apache.org/bugzilla/show_bug.cgi?id=49942
Summary: Possible data-race on
NioEndpoint$PollerEvent.interestOps
Product: Tomcat 6
Version: 6.0.29
Platform: Macintosh
Status: NEW
Severity: normal
https://issues.apache.org/bugzilla/show_bug.cgi?id=49942
Sergey Vorobyev changed:
What|Removed |Added
CC||sergeyvorob...@google.com
https://issues.apache.org/bugzilla/show_bug.cgi?id=49942
--- Comment #1 from Sebb 2010-09-16 11:37:53 EDT ---
Also, interestOps is a protected variable, yet there are public methods to get
and set it. It would be safer to make the variable private.
--
Configure bugmail: https://issues.apache.or
On 15.09.2010 17:07, Mark Thomas wrote:
As I mention recently, JMX is now looking pretty good. I have drafted a
blog entry [1] on this topic that I'd like to publish later this week.
Review / feedback welcome.
Good stuff.
"patch" -> "match"
"sever.xml" -> "server.xml"
Depending on vote and b
On 16/09/2010 18:12, Rainer Jung wrote:
> On 15.09.2010 17:07, Mark Thomas wrote:
>> As I mention recently, JMX is now looking pretty good. I have drafted a
>> blog entry [1] on this topic that I'd like to publish later this week.
>> Review / feedback welcome.
>
> Good stuff.
>
> "patch" -> "matc
https://issues.apache.org/bugzilla/show_bug.cgi?id=49943
Summary: Logging (via juli) does not reread configuration
correctly when forced via LogManager indirect calls
Product: Tomcat 6
Version: 6.0.29
Platform: All
OS/Version:
https://issues.apache.org/bugzilla/show_bug.cgi?id=49943
--- Comment #1 from Mark Thomas 2010-09-16 14:30:17 EDT ---
I am concerned that having viewed the JDK6 source code you then based the
attached file on that. If that is the case, the attachment is not acceptable
for use with in the Tomcat co
On Sep 15, 2010, at 10:51 PM, David Jencks wrote:
>
> On Sep 15, 2010, at 9:58 PM, David Jencks wrote:
>
>> I think this is how AsyncContextImpl creates async listeners (lines 228ff)
>>
>> @Override
>> public T createListener(Class clazz)
>> throws ServletException {
>> T
Hello
I'm having a strange error while starting my Tomcat from Eclipse. It's
throwing the following exception:
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcc
https://issues.apache.org/bugzilla/show_bug.cgi?id=48379
Steve Jones changed:
What|Removed |Added
CC||pokneet...@gmail.com
--
Configure b
https://issues.apache.org/bugzilla/show_bug.cgi?id=49943
--- Comment #2 from Mark Femal 2010-09-16 18:13:40
EDT ---
Created an attachment (id=26036)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=26036)
cleaned up patch - sorry for not supplying the first time
--
Configure bugmail:
https://issues.apache.org/bugzilla/show_bug.cgi?id=49943
--- Comment #3 from Mark Femal 2010-09-16 18:23:42
EDT ---
Thanks for the extremely fast response.
Supplied a unified diff.
Regarding viewing LogManager.java, I made all changes on the Tomcat source
file. Basically I moved a bunch of co
On 16/09/2010 21:50, hellian wrote:
> While I'm running another project with same pattern successfully, it's
> surprisingly throwing the above errors. Could someone help me resolve this?
Probably, if you post to the right list. This question belongs on the
users list.
Mark
--
https://issues.apache.org/bugzilla/show_bug.cgi?id=49943
--- Comment #4 from Mark Thomas 2010-09-16 18:32:47 EDT ---
OK, that sounds fine. The reference to the JDK6 source worried me but moving
and cleaning up existing Tomcat code shouldn't be a problem.
I haven't looked at the patch in detail y
https://issues.apache.org/bugzilla/show_bug.cgi?id=49943
--- Comment #5 from Mark Femal 2010-09-16 18:34:45
EDT ---
Created an attachment (id=26037)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=26037)
Sample Test code
--
Configure bugmail: https://issues.apache.org/bugzilla/userp
https://issues.apache.org/bugzilla/show_bug.cgi?id=49943
--- Comment #6 from Mark Femal 2010-09-16 18:35:32
EDT ---
Created an attachment (id=26038)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=26038)
Sample test configuration - useful for test test.* package level changes
--
Con
https://issues.apache.org/bugzilla/show_bug.cgi?id=43327
--- Comment #24 from Andrea F M 2010-09-17 00:37:16
EDT ---
how I can add the patch
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assigne
https://issues.apache.org/bugzilla/show_bug.cgi?id=49945
Summary: Continuation of JMX Descriptor Improvements
Product: Tomcat 7
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
https://issues.apache.org/bugzilla/show_bug.cgi?id=49946
Summary: PatchAvailable should check
context.getIgnoreAnnotations()
Product: Tomcat 6
Version: 6.0.29
Platform: PC
OS/Version: Windows XP
Status: NEW
https://issues.apache.org/bugzilla/show_bug.cgi?id=49946
--- Comment #1 from fu...@fugui.com 2010-09-17 02:40:29 EDT ---
It is "AnnotationHelper should check context.getIgnoreAnnotations() "
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receivi
29 matches
Mail list logo