DO NOT REPLY [Bug 43893] - WebDAV servlet returns incorrect values for the "href" property

2007-11-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 43893] - WebDAV servlet returns incorrect values for the "href" property

2007-11-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 43914] - HTTP spec violation when generating HTTP redirects for folders without trailing slash

2007-11-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 43914] New: - HTTP spec violation when generating HTTP redirects for folders without trailing slash

2007-11-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 43914] - HTTP spec violation when generating HTTP redirects for folders without trailing slash

2007-11-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 43893] - WebDAV servlet returns incorrect values for the "href" property

2007-11-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 43893] - WebdavServlet returns incorrect values for the "href" property when it is mapped with / url prefix, instead of /*

2007-11-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 43872] - getMethod() always returns "GET"

2007-11-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r596746 - in /tomcat/connectors/trunk/jk: native/apache-1.3/mod_jk.c native/apache-2.0/mod_jk.c native/common/jk_util.c native/common/jk_util.h xdocs/miscellaneous/changelog.xml

2007-11-20 Thread rjung
Author: rjung Date: Tue Nov 20 09:23:39 2007 New Revision: 596746 URL: http://svn.apache.org/viewvc?rev=596746&view=rev Log: bugzilla 43873: Fix small memory leak occuring during httpd restart. Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c tomcat/connectors/trunk/jk/nati

svn commit: r596747 - /tomcat/connectors/trunk/jk/native/common/jk_util.c

2007-11-20 Thread rjung
Author: rjung Date: Tue Nov 20 09:29:26 2007 New Revision: 596747 URL: http://svn.apache.org/viewvc?rev=596747&view=rev Log: Add comments to explain timestamp formatting for sub seconds resolution. Furthermore increased the accepted format length a bit. Before we accepted JK_TIME_MAX_SIZE=64 byte

DO NOT REPLY [Bug 43873] - mod_jk memory leak when apache graceful restart

2007-11-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: svn commit: r596747 - /tomcat/connectors/trunk/jk/native/common/jk_util.c

2007-11-20 Thread Mladen Turk
Rainer Jung wrote: But I'm open. If we remove the const, we also need to remove it for the log_fmt (got as compiler warning also there, but don't have the line number at hand). Which would you prefer? Do you see a problem with the const, like wrong compiler optimization or so? Yes, that

Re: svn commit: r596747 - /tomcat/connectors/trunk/jk/native/common/jk_util.c

2007-11-20 Thread Mladen Turk
Mladen Turk wrote: Rainer Jung wrote: But I'm open. If we remove the const, we also need to remove it for the log_fmt (got as compiler warning also there, but don't have the line number at hand). Which would you prefer? Do you see a problem with the const, like wrong compiler optimization

Re: svn commit: r596747 - /tomcat/connectors/trunk/jk/native/common/jk_util.c

2007-11-20 Thread Rainer Jung
Mladen Turk wrote: [EMAIL PROTECTED] wrote: Author: rjung Date: Tue Nov 20 09:29:26 2007 New Revision: 596747 URL: http://svn.apache.org/viewvc?rev=596747&view=rev Log: Add comments to explain timestamp formatting for sub seconds resolution. Furthermore increased the accepted format length a b

Re: svn commit: r596747 - /tomcat/connectors/trunk/jk/native/common/jk_util.c

2007-11-20 Thread Mladen Turk
[EMAIL PROTECTED] wrote: Author: rjung Date: Tue Nov 20 09:29:26 2007 New Revision: 596747 URL: http://svn.apache.org/viewvc?rev=596747&view=rev Log: Add comments to explain timestamp formatting for sub seconds resolution. Furthermore increased the accepted format length a bit. Before we accept

svn commit: r596761 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ java/org/apache/tomcat/util/net/ res/

2007-11-20 Thread jim
Author: jim Date: Tue Nov 20 10:19:00 2007 New Revision: 596761 URL: http://svn.apache.org/viewvc?rev=596761&view=rev Log: Fix BZ 43588 - hard coded 127.0.0.1 for localhost Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/StandardServer.java

Re: svn commit: r596761 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ java/org/apache/tomcat/util/net/ res/

2007-11-20 Thread Mladen Turk
[EMAIL PROTECTED] wrote: Author: jim Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java?rev=596761&r1=596760&r2=596761&view=diff =

[EMAIL PROTECTED]: Project tomcat-tc6 (in module tomcat-tc6) failed

2007-11-20 Thread Bill Barker
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 [EMAIL PROTECTED] Project tomcat-tc6 has an issue affecting its community integration. This issue affects 2

svn commit: r596813 - in /tomcat/connectors/trunk/jk/native: apache-1.3/mod_jk.c apache-2.0/mod_jk.c common/jk_logger.h common/jk_util.c common/jk_util.h

2007-11-20 Thread rjung
Author: rjung Date: Tue Nov 20 12:29:28 2007 New Revision: 596813 URL: http://svn.apache.org/viewvc?rev=596813&view=rev Log: Because of some changed indentations, this one is easier to read in full text, not as a diff :( 1) Still use static length format string for subsecond resolution time st

Re: svn commit: r596747 - /tomcat/connectors/trunk/jk/native/common/jk_util.c

2007-11-20 Thread Rainer Jung
Mladen Turk wrote: Mladen Turk wrote: Rainer Jung wrote: But I'm open. If we remove the const, we also need to remove it for the log_fmt (got as compiler warning also there, but don't have the line number at hand). Which would you prefer? Do you see a problem with the const, like wrong co

Questions about sometime slowness of tomcat

2007-11-20 Thread Jun Zhang
Hi, I really do not know which mail alias is the correct one to post this topic. So I send it to all. I am developing a web application using Tomcat, which uses a servlet to handle the request, which includes geting data from database and writing the data back to the client to display. When I res

svn commit: r596865 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/StandardServer.java

2007-11-20 Thread fhanik
Author: fhanik Date: Tue Nov 20 14:53:59 2007 New Revision: 596865 URL: http://svn.apache.org/viewvc?rev=596865&view=rev Log: Fix compilation error Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/StandardServer.java Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/St

DO NOT REPLY [Bug 43872] - getMethod() always returns "GET"

2007-11-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Tomcat Monitor Configuration

2007-11-20 Thread RafaQuiM
Hello, I'm having problems using the TomcatMonitor (tomcat4w.exe) when trying to access a WinXp net file from a Servlet due to the console uses the SYTEM user (user.name property) as credentials. Does anybody know how to configure tomcatMonitor in order to use the logged user? I've tried changi

Re: Tomcat Monitor Configuration

2007-11-20 Thread Mladen Turk
RafaQuiM wrote: Hello, I'm having problems using the TomcatMonitor (tomcat4w.exe) when trying to access a WinXp net file from a Servlet due to the console uses the SYTEM user (user.name property) as credentials. Does anybody know how to configure tomcatMonitor in order to use the logged user?