[
https://issues.jboss.org/browse/MODCLUSTER-410?page=com.atlassian.jira.pl...
]
Roman Jurkov commented on MODCLUSTER-410:
-----------------------------------------
i would like to work on this one, i have already prototype done, however i see that my
client is failing with 406 status code, because my client doesn't specify content-type
(LWP) by default, which i think is causing 406, so i am looking for a way to fix that on
the mod_manager side, since before my update things were still working right.
OPTIONS call not returning available methods
--------------------------------------------
Key: MODCLUSTER-410
URL:
https://issues.jboss.org/browse/MODCLUSTER-410
Project: mod_cluster
Issue Type: Bug
Reporter: Roman Jurkov
Assignee: Jean-Frederic Clere
Priority: Minor
options call returning just standard registered methods, that is because mod_cluster
doesn't register methods through httpd api ap_method_register().
by using apache api we can get free validation, and faster checks against method_number()
instead of method name and strcmp().
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)