Author: rjung
Date: Sat May 11 09:38:02 2013
New Revision: 1481279
URL: http://svn.apache.org/r1481279
Log:
Diagnostics vmInfo:
- sort logger names and system properties
- add info about memory and GC
Modified:
tomcat/trunk/java/org/apache/tomcat/util/Diagnostics.java
Modified: tomcat/trunk/
Author: rjung
Date: Sat May 11 10:48:33 2013
New Revision: 1481288
URL: http://svn.apache.org/r1481288
Log:
Make remaining MXBean methods that trigger
an action or change data available in
Diagnostics API.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/Diagnostics.java
Modified: tomcat/t
Author: kkolinko
Date: Sat May 11 14:49:05 2013
New Revision: 1481341
URL: http://svn.apache.org/r1481341
Log:
Add oldnews-2012 to sitemap file.
Modified:
tomcat/site/trunk/docs/sitemap-main.xml
tomcat/site/trunk/xdocs/sitemap-main.xml
Modified: tomcat/site/trunk/docs/sitemap-main.xml
UR
2013/5/10 :
> Author: markt
> Date: Fri May 10 19:53:12 2013
> New Revision: 1481165
>
> URL: http://svn.apache.org/r1481165
> Log:
> Only register for write when using non-blocking and there is more data to
> write. This fixes various crashes in APR due to trying to add the same socket
> to the
2013/5/11 :
> Author: rjung
> Date: Sat May 11 09:38:02 2013
> New Revision: 1481279
>
> URL: http://svn.apache.org/r1481279
> Log:
> Diagnostics vmInfo:
> - sort logger names and system properties
> - add info about memory and GC
>
> Modified:
> tomcat/trunk/java/org/apache/tomcat/util/Diagno
2013/5/11 :
> Author: rjung
> Date: Sat May 11 10:48:33 2013
> New Revision: 1481288
>
> URL: http://svn.apache.org/r1481288
> Log:
> Make remaining MXBean methods that trigger
> an action or change data available in
> Diagnostics API.
>
> Modified:
> tomcat/trunk/java/org/apache/tomcat/util/D
Author: kkolinko
Date: Sat May 11 18:45:01 2013
New Revision: 1481389
URL: http://svn.apache.org/r1481389
Log:
Followup to r1480964
Two other places to return "1" from ServletContext.getMinorVersion() in Tomcat 8
Modified:
tomcat/trunk/java/javax/servlet/ServletContext.java
tomcat/trunk/j
On 11/05/2013 19:45, kkoli...@apache.org wrote:
> Author: kkolinko
> Date: Sat May 11 18:45:01 2013
> New Revision: 1481389
>
> URL: http://svn.apache.org/r1481389
> Log:
> Followup to r1480964
> Two other places to return "1" from ServletContext.getMinorVersion() in
> Tomcat 8
Thanks.
These ch