]
Radoslav Husar updated MODCLUSTER-410:
--------------------------------------
Affects Version/s: 1.2.12.Final
1.3.2.Final
OPTIONS call not returning available methods
--------------------------------------------
Key: MODCLUSTER-410
URL:
https://issues.jboss.org/browse/MODCLUSTER-410
Project: mod_cluster
Issue Type: Bug
Affects Versions: 1.3.2.Final, 1.2.12.Final
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().