From 3d80f44d9e836bf272e8ddfe0d604df6bf1ed83c Mon Sep 17 00:00:00 2001 From: erickson Date: Fri, 2 Dec 2005 18:27:51 +0000 Subject: [PATCH] added content-type back into gateway added some apache logging git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@597 9efc2488-bf62-4759-914b-345cdb29e865 --- src/gateway/mod_ils_gateway.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gateway/mod_ils_gateway.c b/src/gateway/mod_ils_gateway.c index 28e1337..83341b8 100644 --- a/src/gateway/mod_ils_gateway.c +++ b/src/gateway/mod_ils_gateway.c @@ -71,6 +71,7 @@ static int mod_ils_gateway_method_handler (request_rec *r) { } + ap_set_content_type(r, "text/plain"); /* gather the post args and append them to the url query string */ if( !strcmp(r->method,"POST") ) { -- 2.11.0