projects
/
Evergreen.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added content-type back into gateway
[Evergreen.git]
/
OpenSRF
/
src
/
gateway
/
mod_ils_gateway.c
diff --git
a/OpenSRF/src/gateway/mod_ils_gateway.c
b/OpenSRF/src/gateway/mod_ils_gateway.c
index
28e1337
..
83341b8
100644
(file)
--- a/
OpenSRF/src/gateway/mod_ils_gateway.c
+++ b/
OpenSRF/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") ) {