Re: svn commit: r909673 - /tomcat/trunk/java/org/apache/catalina/connector/Connector.java

2010-02-12 Thread Konstantin Kolinko
2010/2/13 : > Author: fhanik > Date: Sat Feb 13 00:51:47 2010 > New Revision: 909673 > > URL: http://svn.apache.org/viewvc?rev=909673&view=rev > Log: > fix compilation error > > Modified: >    tomcat/trunk/java/org/apache/catalina/connector/Connector.java > What is this? The new code is equivale

svn commit: r909673 - /tomcat/trunk/java/org/apache/catalina/connector/Connector.java

2010-02-12 Thread fhanik
Author: fhanik Date: Sat Feb 13 00:51:47 2010 New Revision: 909673 URL: http://svn.apache.org/viewvc?rev=909673&view=rev Log: fix compilation error Modified: tomcat/trunk/java/org/apache/catalina/connector/Connector.java Modified: tomcat/trunk/java/org/apache/catalina/connector/Connector.jav

Re: svn commit: r907390 - in /tomcat/site/trunk: docs/whoweare.html xdocs/whoweare.xml

2010-02-12 Thread Konstantin Kolinko
2010/2/11 Mark Thomas : > On 07/02/2010 07:33, t...@apache.org wrote: >> Author: timw >> Date: Sun Feb  7 07:33:25 2010 >> New Revision: 907390 >> >> URL: http://svn.apache.org/viewvc?rev=907390&view=rev >> Log: >> Adding timw to committers list. > > Tim when you did svn up on people.a.o you didn't

svn commit: r909660 - /tomcat/site/trunk/docs/

2010-02-12 Thread kkolinko
Author: kkolinko Date: Fri Feb 12 23:38:27 2010 New Revision: 909660 URL: http://svn.apache.org/viewvc?rev=909660&view=rev Log: Followup to r909659 - updating the generated pages. Modified: tomcat/site/trunk/docs/bugreport.html tomcat/site/trunk/docs/contact.html tomcat/site/trunk/doc

svn commit: r909659 - in /tomcat/site/trunk/xdocs: getinvolved.xml lists.xml stylesheets/project.xml

2010-02-12 Thread kkolinko
Author: kkolinko Date: Fri Feb 12 23:32:55 2010 New Revision: 909659 URL: http://svn.apache.org/viewvc?rev=909659&view=rev Log: Update links to Tomcat Wiki in the site menu and on several pages. Those links should be not http://wiki.apache.org/tomcat but http://wiki.apache.org/tomcat/ I am using

svn commit: r909652 - in /tomcat/site/trunk: docs/lists.html xdocs/lists.xml

2010-02-12 Thread kkolinko
Author: kkolinko Date: Fri Feb 12 23:17:59 2010 New Revision: 909652 URL: http://svn.apache.org/viewvc?rev=909652&view=rev Log: Add a reference to the ASF Public Forum Archive Policy Modified: tomcat/site/trunk/docs/lists.html tomcat/site/trunk/xdocs/lists.xml Modified: tomcat/site/trunk

DO NOT REPLY [Bug 48323] AccessControlException on AJP connector, in security mode

2010-02-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48323 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 48318] WebDAV servlet returns 500 if files not readable

2010-02-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48318 --- Comment #1 from Mark Thomas 2010-02-12 22:16:32 UTC --- This has been fixed in trunk and proposed for 6.0.x -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because:

svn commit: r909637 - /tomcat/tc6.0.x/trunk/STATUS.txt

2010-02-12 Thread markt
Author: markt Date: Fri Feb 12 22:15:54 2010 New Revision: 909637 URL: http://svn.apache.org/viewvc?rev=909637&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=909

svn commit: r909636 - /tomcat/trunk/java/org/apache/catalina/servlets/WebdavServlet.java

2010-02-12 Thread markt
Author: markt Date: Fri Feb 12 22:12:48 2010 New Revision: 909636 URL: http://svn.apache.org/viewvc?rev=909636&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48318 Handle case where WebDAV resource is in directory listing but is not accessible Modified: tomcat/trunk/java

svn commit: r909613 - /tomcat/trunk/.classpath

2010-02-12 Thread markt
Author: markt Date: Fri Feb 12 21:34:20 2010 New Revision: 909613 URL: http://svn.apache.org/viewvc?rev=909613&view=rev Log: Update for new Eclipse lib Align with new trunk build script Modified: tomcat/trunk/.classpath Modified: tomcat/trunk/.classpath URL: http://svn.apache.org/viewvc/tom

svn commit: r909573 - /tomcat/tc6.0.x/trunk/STATUS.txt

2010-02-12 Thread markt
Author: markt Date: Fri Feb 12 19:31:07 2010 New Revision: 909573 URL: http://svn.apache.org/viewvc?rev=909573&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=909

svn commit: r909563 - /tomcat/trunk/java/org/apache/catalina/core/StandardHost.java

2010-02-12 Thread markt
Author: markt Date: Fri Feb 12 19:15:32 2010 New Revision: 909563 URL: http://svn.apache.org/viewvc?rev=909563&view=rev Log: Add listener before child is added else listener won't get called on first load Modified: tomcat/trunk/java/org/apache/catalina/core/StandardHost.java Modified: tomcat

svn commit: r909542 - in /tomcat/trunk/webapps/docs: html-manager-howto.xml manager-howto.xml

2010-02-12 Thread markt
Author: markt Date: Fri Feb 12 18:03:48 2010 New Revision: 909542 URL: http://svn.apache.org/viewvc?rev=909542&view=rev Log: Document new findleaks command Modified: tomcat/trunk/webapps/docs/html-manager-howto.xml tomcat/trunk/webapps/docs/manager-howto.xml Modified: tomcat/trunk/webapp

svn commit: r909528 - in /tomcat/trunk/java/org/apache/catalina/manager: HTMLManagerServlet.java LocalStrings.properties ManagerServlet.java

2010-02-12 Thread markt
Author: markt Date: Fri Feb 12 17:51:06 2010 New Revision: 909528 URL: http://svn.apache.org/viewvc?rev=909528&view=rev Log: Add a find leaks option - with a suitable warning to the manager app (html & text) Modified: tomcat/trunk/java/org/apache/catalina/manager/HTMLManagerServlet.java

svn commit: r909526 - /tomcat/trunk/java/org/apache/catalina/core/StandardHost.java

2010-02-12 Thread markt
Author: markt Date: Fri Feb 12 17:50:22 2010 New Revision: 909526 URL: http://svn.apache.org/viewvc?rev=909526&view=rev Log: Make class loader registration more robust Modified: tomcat/trunk/java/org/apache/catalina/core/StandardHost.java Modified: tomcat/trunk/java/org/apache/catalina/core/

svn commit: r909525 - /tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java

2010-02-12 Thread markt
Author: markt Date: Fri Feb 12 17:49:49 2010 New Revision: 909525 URL: http://svn.apache.org/viewvc?rev=909525&view=rev Log: Looks like the ResourceBundle leaks are triggered by a GC bug - only seems to affect Sun JVMs. The fix is also Sun specific so only log a debug message if the internal fiel

Re: jk/cluster - intelligent systems load

2010-02-12 Thread Mark Thomas
On 12/02/2010 15:20, Henri Gomez wrote: > Hi to all, > > Some times ago, we discuss about mod_jk/cluster and more intelligent > strategy to be use for the dispatching system. > > One point was to get system load informations about the various Tomcat > instances involved in a cluster, to send requ

jk/cluster - intelligent systems load

2010-02-12 Thread Henri Gomez
Hi to all, Some times ago, we discuss about mod_jk/cluster and more intelligent strategy to be use for the dispatching system. One point was to get system load informations about the various Tomcat instances involved in a cluster, to send request to the lowest loaded Tomcat. Hyperic Sigar, http:

Re: svn commit: r909097 - in /tomcat/trunk/java/org/apache/catalina/loader: LocalStrings.properties WebappClassLoader.java

2010-02-12 Thread Mark Thomas
On 12/02/2010 12:32, Mark Thomas wrote: > On 12/02/2010 02:52, Bill Barker wrote: >> >> >> wrote in message >> news:20100211180956.bfd5f2388...@eris.apache.org... >>> Author: markt >>> Date: Thu Feb 11 18:09:08 2010 >>> New Revision: 909097 >>> >>> URL: http://svn.apache.org/viewvc?rev=909097&view

Re: svn commit: r909097 - in /tomcat/trunk/java/org/apache/catalina/loader: LocalStrings.properties WebappClassLoader.java

2010-02-12 Thread Mark Thomas
On 12/02/2010 02:52, Bill Barker wrote: > > > wrote in message > news:20100211180956.bfd5f2388...@eris.apache.org... >> Author: markt >> Date: Thu Feb 11 18:09:08 2010 >> New Revision: 909097 >> >> URL: http://svn.apache.org/viewvc?rev=909097&view=rev >> Log: >> Improved memory leak prevention f

[Tomcat Wiki] Update of "SummerOfCode2010" by Konstanti nKolinko

2010-02-12 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "SummerOfCode2010" page has been changed by KonstantinKolinko. The comment on this change is: correct links. http://wiki.apache.org/tomcat/SummerOfCode2010?action=diff&rev1=2&rev2=3

Re: Minor Error in Documentation

2010-02-12 Thread Mark Thomas
On 12/02/2010 10:40, Konstantin Kolinko wrote: > 2010/2/12 Mark Thomas : >> Thanks - fixed in trunk, 6.0.x and 5.5.x > > That example is a mix of Windows and Unix syntaxes. > > On Windows 1) no quotes, 2) "\" is not supported as continuation character My assumption was that the continuation char

[Tomcat Wiki] Update of "SummerOfCode2010" by JeanFrede ricClere

2010-02-12 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "SummerOfCode2010" page has been changed by JeanFredericClere. http://wiki.apache.org/tomcat/SummerOfCode2010?action=diff&rev1=1&rev2=2 -

Re: Minor Error in Documentation

2010-02-12 Thread Konstantin Kolinko
2010/2/12 Mark Thomas : > Thanks - fixed in trunk, 6.0.x and 5.5.x That example is a mix of Windows and Unix syntaxes. On Windows 1) no quotes, 2) "\" is not supported as continuation character On Unix 1) "set " is not needed and is indeed a different command. You just do the assignment. Quotes

Re: Minor Error in Documentation

2010-02-12 Thread Mark Thomas
On 12/02/2010 08:57, Gurkan Erdogdu wrote: > Hello folks; > > I think that there is a minor error in Tomcat 6 documentation ( > http://tomcat.apache.org/tomcat-6.0-doc/monitoring.html). It says that to > setup JMX remote access you have to add > > set CATALINA_OPTS="-Dcom.sun.management.jmxremot

svn commit: r909324 - /tomcat/tc5.5.x/trunk/container/webapps/docs/monitoring.xml

2010-02-12 Thread markt
Author: markt Date: Fri Feb 12 09:59:09 2010 New Revision: 909324 URL: http://svn.apache.org/viewvc?rev=909324&view=rev Log: Remove quotes from example - they break it Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/monitoring.xml Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/m

svn commit: r909322 - /tomcat/tc6.0.x/trunk/webapps/docs/monitoring.xml

2010-02-12 Thread markt
Author: markt Date: Fri Feb 12 09:58:40 2010 New Revision: 909322 URL: http://svn.apache.org/viewvc?rev=909322&view=rev Log: Remove quotes from example - they break it Modified: tomcat/tc6.0.x/trunk/webapps/docs/monitoring.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/monitoring.xml URL:

svn commit: r909321 - /tomcat/trunk/webapps/docs/monitoring.xml

2010-02-12 Thread markt
Author: markt Date: Fri Feb 12 09:58:13 2010 New Revision: 909321 URL: http://svn.apache.org/viewvc?rev=909321&view=rev Log: Remove quotes from example - they break it Modified: tomcat/trunk/webapps/docs/monitoring.xml Modified: tomcat/trunk/webapps/docs/monitoring.xml URL: http://svn.apach

Re: [Tomcat Wiki] Update of "SummerOfCode2010" by markt

2010-02-12 Thread Mark Thomas
On 12/02/2010 09:08, Apache Wiki wrote: > Dear Wiki user, > > You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for > change notification. > > The "SummerOfCode2010" page has been changed by markt. > The comment on this change is: Add some initial ideas. Folks - feel free to

[Tomcat Wiki] Update of "SummerOfCode2010" by markt

2010-02-12 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "SummerOfCode2010" page has been changed by markt. The comment on this change is: Add some initial ideas. http://wiki.apache.org/tomcat/SummerOfCode2010

Minor Error in Documentation

2010-02-12 Thread Gurkan Erdogdu
Hello folks; I think that there is a minor error in Tomcat 6 documentation ( http://tomcat.apache.org/tomcat-6.0-doc/monitoring.html). It says that to setup JMX remote access you have to add set CATALINA_OPTS="-Dcom.sun.management.jmxremote \ -Dcom.sun.management.jmxremote.port=%my.jmx.port%

[Tomcat Wiki] Update of "GSOC" by markt

2010-02-12 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "GSOC" page has been changed by markt. http://wiki.apache.org/tomcat/GSOC?action=diff&rev1=2&rev2=3 -- The Tomcat project particip

Re: GSOC 2010

2010-02-12 Thread Mark Thomas
On 12/02/2010 07:21, buddhika chamith wrote: > I am Buddhika Chamith, a final year student from University of Moratuwa, Sri > Lanka. I am hoping to participate in GSOC 2010 program. This would be my > second GSOC. Last year I worked in and successfully completed Apache ODE > project titled "Apache