You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2007/02/04 05:50:51 UTC

DO NOT REPLY [Bug 41535] New: - IIS 6+JK 1.2.0+Tomcat 5.5.20 web app FORM based auth hangs

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41535>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41535

           Summary: IIS 6+JK 1.2.0+Tomcat 5.5.20 web app FORM based auth
                    hangs
           Product: Tomcat 5
           Version: 5.5.20
          Platform: Other
        OS/Version: Windows XP
            Status: NEW
          Severity: major
          Priority: P2
         Component: Native:JK
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: jasona@blazetrail.ca


When attempting to use FORM based authentication from a web app running in 
Tomcat 5.5.20 (JBoss 4.0.5GA), with JK 1.2.0 via ajp13 (localhost) and IIS 6, 
the form submit via POST hangs.

All other content via the isapi_redirect.dll works just fine.  Also, if you 
change the login.jsp to GET method, it works.  Seems to be problem with just 
POST.

redirect log reports:

[Sat Feb 03 21:31:40 2007] [24540:19136] [error] jk_isapi_plugin.c (624): 
ReadClient failed with 0000274c
[Sat Feb 03 21:31:40 2007] [24540:19136] [info]  jk_ajp_common.c (1110): () 
receiving data from client failed. Connection aborted or network problems
[Sat Feb 03 21:31:40 2007] [24540:19136] [info]  jk_ajp_common.c (1893): 
(ajp13w) sending request to tomcat failed, because of client read error without 
recovery in send loop attempt=0
[Sat Feb 03 21:31:40 2007] [24540:19136] [debug] jk_isapi_plugin.c (1093): 
service() returned OK
[Sat Feb 03 21:31:40 2007] [24540:19136] [debug] jk_ajp_common.c (2229): will 
be shutting down socket 1336 for worker ajp13w



Incomplete POST gets to Tomcat, as Tomcat reports:

2007-02-03 21:30:40,349 DEBUG [org.apache.catalina.connector.CoyoteAdapter]  
Requested cookie session id is CEEA5F00E90E6F3A63C44E81609E6CBB
2007-02-03 21:30:40,349 DEBUG 
[org.apache.catalina.authenticator.AuthenticatorBase] Security checking request 
POST /iffl/tims/content/j_security_check
2007-02-03 21:30:40,365 DEBUG [org.apache.jk.common.JkInputStream] doRead false 
0 0
2007-02-03 21:30:40,365 DEBUG [org.apache.jk.common.ChannelSocket] receive() 
...
2007-02-03 21:31:40,351 INFO  [org.apache.jk.common.JkInputStream] Receiving: 
getting request body chunk -3 4
2007-02-03 21:31:40,351 DEBUG 
[org.apache.catalina.authenticator.FormAuthenticator] Authenticating 
username 'null'

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 41535] - IIS 6+JK 1.2.0+Tomcat 5.5.20 web app FORM based auth hangs

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41535>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41535





------- Additional Comments From jasona@blazetrail.ca  2007-02-03 20:53 -------
Created an attachment (id=19505)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=19505&action=view)
config


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 41535] - IIS 6+JK 1.2.0+Tomcat 5.5.20 web app FORM based auth hangs

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41535>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41535





------- Additional Comments From jasona@blazetrail.ca  2007-02-06 12:14 -------
The conversations between browser (10.1.1.120) to IIS (10.1.1.103) to JK 
(10.1.1.10) are all in the same pcap. 



-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 41535] - IIS 6+JK 1.2.0+Tomcat 5.5.20 web app FORM based auth hangs

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41535>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41535


jasona@blazetrail.ca changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW




------- Additional Comments From jasona@blazetrail.ca  2007-02-06 09:52 -------
I should note that POST via IIS -> redirect -> JK is now failing for *some* 
other forms.  One is another JSP login form and another is a standard 
submit/post form.

It doesn't seem that HTTP POST via the director is stable [in my environment].

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 41535] - IIS 6+JK 1.2.0+Tomcat 5.5.20 web app FORM based auth hangs

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41535>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41535





------- Additional Comments From jasona@blazetrail.ca  2007-02-03 20:57 -------
Created an attachment (id=19508)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=19508&action=view)
login.jsp


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 41535] - IIS 6+JK 1.2.0+Tomcat 5.5.20 web app FORM based auth hangs

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41535>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41535


Tim.Whittington@orionhealth.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Additional Comments From Tim.Whittington@orionhealth.com  2007-02-07 12:04 -------
The logs attached indicate that IIS is at fault here - it's reporting 44 bytes
total (which is correct), but none available (which isn't correct).
Either the 44 bytes should be in the ECB, or the ReadClient should succeed.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 41535] - IIS 6+JK 1.2.0+Tomcat 5.5.20 web app FORM based auth hangs

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41535>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41535





------- Additional Comments From charly41434@yahoo.de  2007-02-06 12:08 -------
Can you also attach a pcap file concerning the connection browser to IIS?

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 41535] - IIS 6+JK 1.2.0+Tomcat 5.5.20 web app FORM based auth hangs

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41535>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41535


jasona@blazetrail.ca changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #19505|config                      |worker.properties
        description|                            |




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 41535] - IIS 6+JK 1.2.0+Tomcat 5.5.20 web app FORM based auth hangs

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41535>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41535





------- Additional Comments From Tim.Whittington@orionhealth.com  2007-02-06 22:23 -------
Created an attachment (id=19533)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=19533&action=view)
ISAPI Redirector 1.2.20 with extended debugging

My reading of the pcap trace is that the HTTP is well formed, and that the 44
bytes of form POST data are in the original request packet - i.e. they should
already be available to IIS and be accessible from the ECB without a ReadClient
call.

There's some strangeness in the logs (namely the "() receiving data from client
failed..."), which may point to something bad as the worker name isn't being
printed, although the code looks fine and the worker name is printed
successfully in the error handler later.

I've attached a build of 1.2.20 that has extended debug statements around the
ISAPI ReadClient. This should give us an idea of whether this is a JK problem
or an IIS problem.
Basically if the ECB reports anything other than 44 total or < 44 available,
then it's an IIS issue.
Otherwise something is broken in JK.

Can you replicate the issue with this build and reattach the isapi_redirect.log

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 41535] - IIS 6+JK 1.2.0+Tomcat 5.5.20 web app FORM based auth hangs

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41535>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41535


jasona@blazetrail.ca changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #19505|0                           |1
        is obsolete|                            |
  Attachment #19509|0                           |1
        is obsolete|                            |
  Attachment #19510|0                           |1
        is obsolete|                            |
  Attachment #19511|0                           |1
        is obsolete|                            |




------- Additional Comments From jasona@blazetrail.ca  2007-02-06 09:48 -------
Created an attachment (id=19531)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=19531&action=view)
New set of logs with WireShark PCAP file


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 41535] - IIS 6+JK 1.2.0+Tomcat 5.5.20 web app FORM based auth hangs

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41535>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41535


Tim.Whittington@orionhealth.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO




------- Additional Comments From Tim.Whittington@orionhealth.com  2007-02-04 13:45 -------
The error you're getting is a socket timeout - e.g. JK is timing out trying to
read from the request stream.
This is probably due to a confusion between the user agent, IIS and JK about the
content length available to read in the request.
In this case, the incoming request seems to be indicating that there are 45
bytes to read, which JK is timing out on.

Can you attach a trace of the HTTP traffic for the failed request - preferrably
a TCP level trace with Wireshark/Ethereal, but an HTTP trace from something like
Fiddler (http://www.fiddlertool.com/fiddler/) would help.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 41535] - IIS 6+JK 1.2.0+Tomcat 5.5.20 web app FORM based auth hangs

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41535>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41535





------- Additional Comments From jasona@blazetrail.ca  2007-02-03 20:55 -------
Created an attachment (id=19507)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=19507&action=view)
uriworkermap.properties


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 41535] - IIS 6+JK 1.2.0+Tomcat 5.5.20 web app FORM based auth hangs

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41535>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41535


jasona@blazetrail.ca changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #19506|0                           |1
        is obsolete|                            |




------- Additional Comments From jasona@blazetrail.ca  2007-02-03 21:02 -------
Created an attachment (id=19510)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=19510&action=view)
rewrite.properties


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 41535] - IIS 6+JK 1.2.0+Tomcat 5.5.20 web app FORM based auth hangs

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41535>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41535





------- Additional Comments From jasona@blazetrail.ca  2007-02-06 22:43 -------
Created an attachment (id=19534)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=19534&action=view)
isapi_redirect.log with debug version of .dll


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 41535] - IIS 6+JK 1.2.0+Tomcat 5.5.20 web app FORM based auth hangs

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41535>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41535





------- Additional Comments From jasona@blazetrail.ca  2007-02-03 21:02 -------
Created an attachment (id=19509)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=19509&action=view)
isapi_redirect.log


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 41535] - IIS 6+JK 1.2.0+Tomcat 5.5.20 web app FORM based auth hangs

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41535>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41535





------- Additional Comments From jasona@blazetrail.ca  2007-02-03 20:55 -------
Created an attachment (id=19506)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=19506&action=view)
rewrite.properties


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 41535] - IIS 6+JK 1.2.0+Tomcat 5.5.20 web app FORM based auth hangs

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41535>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41535


jasona@blazetrail.ca changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #19507|0                           |1
        is obsolete|                            |




------- Additional Comments From jasona@blazetrail.ca  2007-02-03 21:03 -------
Created an attachment (id=19511)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=19511&action=view)
uriworkermap.properties


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 41535] - IIS 6+JK 1.2.0+Tomcat 5.5.20 web app FORM based auth hangs

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41535>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41535





------- Additional Comments From jasona@blazetrail.ca  2007-02-06 23:24 -------
It appears to be working now at least on W2K3 servers.  I tried it initially on 
W2K3 server "A" with the new debug .dll and it failed.

I then tried another W2K3 server "B" which IIS had clean config+redirector and 
it worked.   I compared configs, and the only difference was that on the  
server "A" HTTP compression had been turned on at one point (supposedly it was 
turned off again - was off in IISAdmin, but metabase still had some 
differences).  So I re-turned it off to be sure.  And that's when POST started 
working again on both A and B.

Or it could just be late (past midnight MST) or phase of moon.

However, POST still hangs on Windows XP.   If that's the only environment, then 
I can probably work around as it is only used for developer testing and not 
production.  XP doesn't do HTTP compression.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org