WebDAV servlet returns 500 if files not readable

2009-12-01 Thread Martin Carpenter
Hello, I have an issue with the standard WebDAV servlet bundled with Tomcat 5.5 and 6.0 (tested 5.5.26 and 6.0.20) that is causing me some pain. If a directory contains a file that is not readable by the tomcat process (eg file permissions, dangling symlink) then TC throws a NullPointerException

Re: WebDAV servlet returns 500 if files not readable

2009-12-01 Thread Mark Thomas
Martin Carpenter wrote: Hello, I have an issue with the standard WebDAV servlet bundled with Tomcat 5.5 and 6.0 (tested 5.5.26 and 6.0.20) that is causing me some pain. If a directory contains a file that is not readable by the tomcat process (eg file permissions, dangling symlink) then TC

svn commit: r885770 - in /tomcat/trunk: java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java webapps/docs/config/http.xml

2009-12-01 Thread markt
Author: markt Date: Tue Dec 1 14:34:55 2009 New Revision: 885770 URL: http://svn.apache.org/viewvc?rev=885770view=rev Log: Provide a simple way of enabling all cipher suites when testing. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java

[Tomcat Wiki] Update of OutOfMemory by markt

2009-12-01 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The OutOfMemory page has been changed by markt. The comment on this change is: Remove some nonsense. Replace it with more useful content..

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

2009-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48318 Summary: WebDAV servlet returns 500 if files not readable Product: Tomcat 6 Version: 6.0.20 Platform: All OS/Version: All Status: NEW Severity: normal

svn commit: r885860 - in /tomcat/trunk: java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java java/org/apache/catalina/core/LocalStrings.properties webapps/docs/config/listeners.xml

2009-12-01 Thread markt
Author: markt Date: Tue Dec 1 18:44:32 2009 New Revision: 885860 URL: http://svn.apache.org/viewvc?rev=885860view=rev Log: More memory leak protection - this time for the GC Daemon thread. Modified: tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java

DO NOT REPLY [Bug 48319] Httpd(version: 2.2.6) process crashed on solaris (under load testing)

2009-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48319 Rainer Jung rainer.j...@kippdata.de changed: What|Removed |Added Component|APR |mod_jk

svn commit: r885889 - in /tomcat/trunk: java/org/apache/catalina/core/ java/org/apache/catalina/loader/ webapps/docs/config/

2009-12-01 Thread markt
Author: markt Date: Tue Dec 1 19:33:44 2009 New Revision: 885889 URL: http://svn.apache.org/viewvc?rev=885889view=rev Log: Move from a global system property to a per Context attribute for clearing static references. Change the default as this should no longer be an issue with modern JVMs and

DO NOT REPLY [Bug 48322] New: Reading a cookie with an apostrophe in the value is truncated in Tomcat 6.0.20 and 6.0.18

2009-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48322 Summary: Reading a cookie with an apostrophe in the value is truncated in Tomcat 6.0.20 and 6.0.18 Product: Tomcat 6 Version: 6.0.20 Platform: PC OS/Version: Linux

svn commit: r885901 - in /tomcat/trunk: java/org/apache/catalina/core/ java/org/apache/catalina/loader/ webapps/docs/config/

2009-12-01 Thread markt
Author: markt Date: Tue Dec 1 20:04:17 2009 New Revision: 885901 URL: http://svn.apache.org/viewvc?rev=885901view=rev Log: More memory leak protection. Adds support for: - optionally stopping threads started by a web app - this is dangerous last resort option for dev environments - not for

DO NOT REPLY [Bug 48322] Reading a cookie with an apostrophe in the value is truncated in Tomcat 6.0.20 and 6.0.18

2009-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48322 --- Comment #1 from Mark Thomas ma...@apache.org 2009-12-01 12:12:55 GMT --- This has already been fixed in trunk and proposed for 6.0.x and 5.5.x -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ---

svn commit: r885991 - /tomcat/trunk/java/org/apache/jasper/compiler/JspUtil.java

2009-12-01 Thread markt
Author: markt Date: Tue Dec 1 22:52:55 2009 New Revision: 885991 URL: http://svn.apache.org/viewvc?rev=885991view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47453 Handle void return types. Patch by Tim Funk. Modified:

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

2009-12-01 Thread markt
Author: markt Date: Tue Dec 1 22:54:46 2009 New Revision: 885992 URL: http://svn.apache.org/viewvc?rev=885992view=rev Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

DO NOT REPLY [Bug 47453] JasperException for deferred-method with return type void

2009-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47453 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #3

DO NOT REPLY [Bug 47467] Deployment of the war file by URL when contextpath is not specified in Manager Application.

2009-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47467 --- Comment #13 from Mark Thomas ma...@apache.org 2009-12-01 15:04:35 GMT --- To answer your questions, create separate bugs to do the clean-up and attach the patches there. How close are you to having the patch ready for this issue? --

svn commit: r885999 - in /tomcat/trunk/java/org/apache: catalina/ant/jmx/JMXAccessorTask.java catalina/tribes/membership/Membership.java naming/resources/DirContextURLConnection.java

2009-12-01 Thread markt
Author: markt Date: Tue Dec 1 23:21:41 2009 New Revision: 885999 URL: http://svn.apache.org/viewvc?rev=885999view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48296 Generics and JavaDoc fixes Patch provided by sebb Modified:

svn commit: r886005 - /tomcat/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml

2009-12-01 Thread markt
Author: markt Date: Tue Dec 1 23:28:49 2009 New Revision: 886005 URL: http://svn.apache.org/viewvc?rev=886005view=rev Log: Better descriptions Modified: tomcat/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml Modified:

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

2009-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48323 Summary: AccessControlException on AJP connector, in security mode Product: Tomcat 6 Version: 6.0.20 Platform: PC OS/Version: All Status: NEW

DO NOT REPLY [Bug 48324] New: Javadoc fixes for connector.Request.java

2009-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48324 Summary: Javadoc fixes for connector.Request.java Product: Tomcat 7 Version: trunk Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority:

DO NOT REPLY [Bug 48324] Javadoc fixes for connector.Request.java

2009-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48324 Sebb s...@apache.org changed: What|Removed |Added Attachment #24655|application/octet-stream|text/plain mime

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

2009-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48323 --- Comment #1 from Alexis Hassler alexis.hass...@sewatech.fr 2009-12-01 16:04:40 UTC --- OK, I fixed it by adding these three lines in catalina.policy : grant { ... permission java.lang.RuntimePermission

DO NOT REPLY [Bug 47500] request.getParameter lead to servlet can't receive READ event in CometProcessor class

2009-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47500 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 48258] Creating a session cookie with a specific default domain.

2009-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48258 --- Comment #4 from donn.ai...@gmail.com 2009-12-01 16:25:09 UTC --- Hello - Is there anything else I can do to ask people to look this over for possible inclusion? I think the last set of diffs implement the change as requested.

svn commit: r886019 - /tomcat/trunk/java/org/apache/catalina/ha/session/DeltaSession.java

2009-12-01 Thread markt
Author: markt Date: Wed Dec 2 00:31:33 2009 New Revision: 886019 URL: http://svn.apache.org/viewvc?rev=886019view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47502 Don't try and replicate attributes we know to be non-serializable Patch by Tim Funk Modified:

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

2009-12-01 Thread markt
Author: markt Date: Wed Dec 2 00:33:13 2009 New Revision: 886020 URL: http://svn.apache.org/viewvc?rev=886020view=rev Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

DO NOT REPLY [Bug 47502] clustering fails on serializing javax.security.auth.subject

2009-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47502 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #3

DO NOT REPLY [Bug 48258] Creating a session cookie with a specific default domain.

2009-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48258 --- Comment #5 from Mark Thomas ma...@apache.org 2009-12-01 16:42:58 GMT --- The general approach is good. Some misc comments in no particular order: - Use 4 spaces rather than tabs - Remove the changes that just add/remove whitespace at

DO NOT REPLY [Bug 48258] Creating a session cookie with a specific default domain.

2009-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48258 --- Comment #6 from donn.ai...@gmail.com 2009-12-01 18:37:27 UTC --- (In reply to comment #5) The general approach is good. Some misc comments in no particular order: - Use 4 spaces rather than tabs - Remove the changes that just

DO NOT REPLY [Bug 48258] Creating a session cookie with a specific default domain.

2009-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48258 --- Comment #7 from donn.ai...@gmail.com 2009-12-01 18:38:32 UTC --- Created an attachment (id=24656) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=24656) cleaned up diffs, documentation Thank you very much for the feedback. I