You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2006/12/06 12:51:24 UTC

DO NOT REPLY [Bug 41114] New: - ACL HTTP method is rejected by mod_proxy_ajp

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=41114>.
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=41114

           Summary: ACL HTTP method is rejected by mod_proxy_ajp
           Product: Apache httpd-2
           Version: 2.2.3
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_proxy
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: raymond.bourges@univ-rennes1.fr


With a WebDAV client when I use ACL method mod_proxy_ajp says to me :

[Wed Dec 06 10:49:47 2006] [error] ajp_marshal_into_msgb - No such method ACL
[Wed Dec 06 10:49:47 2006] [error] ajp_send_header: ajp_marshal_into_msgb failed
[Wed Dec 06 10:49:47 2006] [error] (120010)APR does not understand this error
code: proxy: AJP: request failed to 129.20.999.999:9596 (host.domain.fr)

Thanks

FYI: I correct this with a patch on ajp_header.c :

--- ajp_header.c.ori	2006-12-06 10:54:59.000000000 +0100
+++ ajp_header.c	2006-12-06 11:14:04.000000000 +0100
@@ -159,7 +159,7 @@
     SC_M_MKACTIVITY,
     SC_M_BASELINE_CONTROL,
     SC_M_MERGE,
-    0                       /* M_INVALID */
+    SC_M_ACL
 };
 
 static int sc_for_req_method_by_id(int method_id)

-- 
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org