rp_handle_adp_requestWhat it does:
Handles a request for an .adp file.Defined in: /web/philip/packages/acs-core/abstract-url-procs.tcl
Source code:
doc_init if { ![rp_eval [list ns_adp_parse -file [ad_conn file]] adp] } { return } if { [doc_exists_p] } { doc_set_property body $adp rp_eval doc_serve_document } else { set content_type [ns_set iget [ns_conn outputheaders] "content-type"] if { $content_type == "" } { set content_type "text/html" } ns_return 200 $content_type $adp }