Commit caec0f85 authored by Frank Bergmann's avatar Frank Bergmann

- Fixed issue with OPTIONS pre-flight checking

parent b7b6d173
......@@ -13,8 +13,11 @@ ad_library {
}
ad_proc -public im_forum_handle_options { uri method args } {
ad_proc -public im_forum_handle_options {
{ uri "" }
{ method "" }
{ args "" }
} {
Dispatch request to the proper service contract implmentation
} {
ns_log Notice "im_forum_handle_options: uri=$uri, method=$method, args=$args"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment