DO NOT REPLY [Bug 47629] Responses get delayed by one request

2009-08-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47629 --- Comment #3 from Mark Thomas 2009-08-03 23:47:15 BST --- Start tomcat with catalina.bat jpda start and then connect your favourite IDE on port 8000 for remote debugging. You'll need to point your IDE to s 5.5.27 source bundle to do any

DO NOT REPLY [Bug 47628] isapi_redirect.dll as an extension hangs when restarting app pool

2009-08-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47628 Mark Thomas changed: What|Removed |Added Component|Connectors |isapi Product|Tomcat 6

DO NOT REPLY [Bug 47629] Responses get delayed by one request

2009-08-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47629 --- Comment #2 from Michael McLawhorn 2009-08-03 14:44:27 PST --- Let me clarify, it's happening right now consistently in my non-clean Tomcat instance with a large and particularly complex web application. I'm not at all certain how

DO NOT REPLY [Bug 47629] Responses get delayed by one request

2009-08-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47629 --- Comment #1 from Mark Thomas 2009-08-03 13:14:18 PST --- As this is consistent, please can you provide the steps to reproduce this on a clean 5.5.27 Tomcat install. As an aside, the only time I have seen this to date is when an app

DO NOT REPLY [Bug 47629] New: Responses get delayed by one request

2009-08-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47629 Summary: Responses get delayed by one request Product: Tomcat 5 Version: 5.5.27 Platform: PC OS/Version: Windows XP Status: NEW Severity: major Priority: P2

DO NOT REPLY [Bug 47628] New: isapi_redirect.dll as an extension hangs when restarting app pool

2009-08-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47628 Summary: isapi_redirect.dll as an extension hangs when restarting app pool Product: Tomcat 6 Version: unspecified Platform: PC OS/Version: Windows Vista Statu

svn commit: r800471 - in /tomcat/trunk/java/org/apache/catalina/filters: RemoteAddrFilter.java RemoteHostFilter.java

2009-08-03 Thread markt
Author: markt Date: Mon Aug 3 17:32:18 2009 New Revision: 800471 URL: http://svn.apache.org/viewvc?rev=800471&view=rev Log: Correct JavaDocs. Patch by Xie Xiaodong (GSOC 2009) Modified: tomcat/trunk/java/org/apache/catalina/filters/RemoteAddrFilter.java tomcat/trunk/java/org/apache/catal

DO NOT REPLY [Bug 47378] welcome-file ignores servlet mapping

2009-08-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47378 --- Comment #18 from Rex Wang 2009-08-03 09:37:45 PST --- All right, many thanks, Tim and Mark! -Rex -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: -

svn commit: r800408 - /tomcat/current/tc5.5.x/STATUS.txt

2009-08-03 Thread kkolinko
Author: kkolinko Date: Mon Aug 3 14:35:10 2009 New Revision: 800408 URL: http://svn.apache.org/viewvc?rev=800408&view=rev Log: comment Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS.txt

svn commit: r800332 - /tomcat/trunk/java/org/apache/catalina/connector/Request.java

2009-08-03 Thread markt
Author: markt Date: Mon Aug 3 12:30:25 2009 New Revision: 800332 URL: http://svn.apache.org/viewvc?rev=800332&view=rev Log: Remove unused imports Modified: tomcat/trunk/java/org/apache/catalina/connector/Request.java Modified: tomcat/trunk/java/org/apache/catalina/connector/Request.java URL

DO NOT REPLY [Bug 47378] welcome-file ignores servlet mapping

2009-08-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47378 --- Comment #17 from Tim Funk 2009-08-03 04:45:22 PST --- Created an attachment (id=24088) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24088) War file demonstrating exact mappings Exact mappings dont need a physical fil

DO NOT REPLY [Bug 47378] welcome-file ignores servlet mapping

2009-08-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47378 --- Comment #16 from Mark Thomas 2009-08-03 04:13:26 PST --- Given welcome files are defined without the leading / - ie 'index.html' rather than '/index.html' - I still think to match a servlet mapping of '/Hello' the welcome file sett

DO NOT REPLY [Bug 47378] welcome-file ignores servlet mapping

2009-08-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47378 --- Comment #15 from Tim Funk 2009-08-03 03:59:03 PST --- Ahhh ... I see the issue. My patch was to handle the case for file extension matches. For example: index.jsf (which is what was for the original report). Comment 5 could be con

DO NOT REPLY [Bug 47626] File of directory which referred by symbolic link was deleted.

2009-08-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47626 --- Comment #2 from Ken Tatsushita 2009-08-03 02:34:25 PST --- Created an attachment (id=24086) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24086) LocalStrings patch add new LocalStrings.patch -- Configure bugmail: h

DO NOT REPLY [Bug 47378] welcome-file ignores servlet mapping

2009-08-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47378 --- Comment #14 from Mark Thomas 2009-08-03 02:18:58 PST --- Because welcome files define file names not servlet mappings. It needs to be Hello to be consistent. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?

DO NOT REPLY [Bug 47626] File of directory which referred by symbolic link was deleted.

2009-08-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47626 --- Comment #1 from Ken Tatsushita 2009-08-03 02:18:39 PST --- Created an attachment (id=24085) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24085) add new patch I'm so sorry.My patch is broken. I provide new patch. --

DO NOT REPLY [Bug 39231] The JAAS contract for LoginModule is broken

2009-08-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=39231 --- Comment #7 from Mark Thomas 2009-08-03 02:17:34 PST --- Note that if you have multiple Tomcat nodes in a cluster and use the JAASRealm then since the LoginContext is not Serializable there will be some scenarios where if a node fai

Re: [PROPOSAL] Remove Realm from GenericPrincipal

2009-08-03 Thread Mark Thomas
Konstantin Kolinko wrote: > 2009/7/17 Mark Thomas : >> As a result of looking into >> https://issues.apache.org/bugzilla/show_bug.cgi?id=40881, I discovered >> that the only use made of the Realm attribute of GenericPrincipal is to >> control whether or not a debug message is logged in RealmBase.ha

DO NOT REPLY [Bug 47626] New: File of directory which referred by symbolic link was deleted.

2009-08-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47626 Summary: File of directory which referred by symbolic link was deleted. Product: Tomcat 6 Version: 6.0.20 Platform: All OS/Version: Linux Status: NEW