ASF Bugzilla – Attachment 24100 Details for
Bug 47628
isapi_redirect.dll as an extension hangs when restarting app pool
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix deadlock when using isapi_redirect as an extension
deadlock-fix.patch (text/plain), 478 bytes, created by
Brett Prucha
on 2009-08-04 12:34:56 UTC
(
hide
)
Description:
Patch to fix deadlock when using isapi_redirect as an extension
Filename:
MIME Type:
Creator:
Brett Prucha
Created:
2009-08-04 12:34:56 UTC
Size:
478 bytes
patch
obsolete
>--- tomcat-connectors-1.2.28-src-orig\native\iis\jk_isapi_plugin.c 2009-03-19 11:52:06.000000000 -0400 >+++ tomcat-connectors-1.2.28-src\native\iis\jk_isapi_plugin.c 2009-08-04 15:30:56.348295000 -0400 >@@ -2097,7 +2097,9 @@ > > JK_ENTER_CS(&(init_cs), rc); > if (!is_inited) { >- return initialize_extension(); >+ int rv = initialize_extension(); >+ JK_LEAVE_CS(&(init_cs), rc); >+ return rv; > } > JK_LEAVE_CS(&(init_cs), rc); >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 47628
:
24100
|
24127