Author: markt
Date: Fri May 6 07:54:53 2011
New Revision: 1100121
URL: http://svn.apache.org/viewvc?rev=1100121&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51154
Remove duplicate @deprecated tags
Patch provided by sebb
Modified:
tomcat/trunk/java/javax/servlet/Servle
https://issues.apache.org/bugzilla/show_bug.cgi?id=51154
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Fri May 6 08:05:42 2011
New Revision: 1100125
URL: http://svn.apache.org/viewvc?rev=1100125&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51154
Add missing comments to @deprecated code
Patch provided by sebb
Modified:
tomcat/trunk/java/javax/servlet
https://issues.apache.org/bugzilla/show_bug.cgi?id=51155
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Fri May 6 09:22:38 2011
New Revision: 1100145
URL: http://svn.apache.org/viewvc?rev=1100145&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51156
Expose session expiration option for apps defined in server.xml
Modified:
tomcat/trunk/java/org/apache/c
Author: markt
Date: Fri May 6 09:23:56 2011
New Revision: 1100146
URL: http://svn.apache.org/viewvc?rev=1100146&view=rev
Log:
Proposal
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=1
https://issues.apache.org/bugzilla/show_bug.cgi?id=51156
--- Comment #1 from Mark Thomas 2011-05-06 09:24:42 UTC ---
Thanks for the report.
This has been fixed in 7.0.x and will be included in 7.0.13 onwards.
The fix has also been proposed for 6.0.x.
--
Configure bugmail: https://issues.apach
https://issues.apache.org/bugzilla/show_bug.cgi?id=51099
--- Comment #4 from Gerard Borst 2011-05-06 09:39:54
UTC ---
Just trying to help.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee
https://issues.apache.org/bugzilla/show_bug.cgi?id=50949
--- Comment #1 from jan van engelen 2011-05-06 13:51:26
UTC ---
The possibility to have multiple Tomcat installations on the same server
without manual interference, just as part of the installation process, would be
welcomed much.
As res
Hi,
We're in a discussion on the APR dev mailing list regarding a problem
with tcnative on XP. On XP the poller implemented in APR with select()
is being used. According to Jeff Trawick of APR, select can never give
an APR_POLLHUP return event (see
http://mail-archives.apache.org/mod_mbox/apr-dev/
On 05/06/2011 04:02 PM, Eric van der Maarel wrote:
Hi,
We're in a discussion on the APR dev mailing list regarding a problem
with tcnative on XP. On XP the poller implemented in APR with select()
is being used. According to Jeff Trawick of APR, select can never give
an APR_POLLHUP return event (
Author: markt
Date: Fri May 6 14:27:58 2011
New Revision: 1100229
URL: http://svn.apache.org/viewvc?rev=1100229&view=rev
Log:
Tag 7.0.13
Added:
tomcat/tc7.0.x/tags/TOMCAT_7_0_13/ (props changed)
- copied from r1100228, tomcat/trunk/
Removed:
tomcat/tc7.0.x/tags/TOMCAT_7_0_13/modu
Author: markt
Date: Fri May 6 14:32:28 2011
New Revision: 1100231
URL: http://svn.apache.org/viewvc?rev=1100231&view=rev
Log:
Update for next release
Modified:
tomcat/trunk/build.properties.default
tomcat/trunk/res/maven/mvn.properties.default
Modified: tomcat/trunk/build.properties.def
The proposed Apache Tomcat 7.0.13 release is now available for voting.
It can be obtained from:
http://people.apache.org/~markt/dev/tomcat-7/v7.0.13/
The svn tag is:
http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_13/
The proposed 7.0.13 release is:
[ ] Broken - do not release
[ ]
https://issues.apache.org/bugzilla/show_bug.cgi?id=51162
Bug #: 51162
Summary: NPE at
org.apache.catalina.core.ContainerBase.removeChild()
Product: Tomcat 6
Version: 6.0.32
Platform: PC
OS/Version: Linux
https://issues.apache.org/bugzilla/show_bug.cgi?id=51162
--- Comment #1 from Ondra Žižka 2011-05-06 19:04:03 UTC ---
Steps to reproduce:
1) Get commit
https://github.com/OndraZizka/arquillian-container-tomcat/commit/35fa744834d23c190f25d70466813fcd9e741544
2) Start Tomcat server with JMX on p
https://issues.apache.org/bugzilla/show_bug.cgi?id=40728
--- Comment #9 from Ondra Žižka 2011-05-06 19:30:12 UTC ---
I'd be glad to have more info about classloaders. From what I see now in Tomcat
6 there's only few traits about WebClassLoader and ServletLoader, no info about
loaded classes etc.
https://issues.apache.org/bugzilla/show_bug.cgi?id=40728
--- Comment #10 from Ondra Žižka 2011-05-06 19:31:38 UTC ---
Afterall - where would you like to gather these suggestions for JMX
enhancements?
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You ar
https://issues.apache.org/bugzilla/show_bug.cgi?id=40728
--- Comment #11 from Jess Holle 2011-05-06 19:36:41 UTC ---
As best I can tell there are almost no JMX enhancements whatsoever in Java 7.
Requiring Java 6 is sufficient to get MXBeans, etc.
[I'm still using CompositeData and TabularData de
On Fri, May 6, 2011 at 4:18 PM, Mladen Turk wrote:
> On 05/06/2011 04:02 PM, Eric van der Maarel wrote:
>
>> Hi,
>>
>> We're in a discussion on the APR dev mailing list regarding a problem
>> with tcnative on XP. On XP the poller implemented in APR with select()
>> is being used. According to Jef
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 jakarta-tomcat-dbcp has an issue affecting its community integration.
This
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-dbcp has an issue affecting its community integration.
This i
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-tc6 contains errors.
The current state of this project is 'Success'
23 matches
Mail list logo