Changeset 946 for trunk/zoo-project/zoo-kernel
- Timestamp:
- Aug 22, 2019, 1:58:36 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-kernel/request_parser.c
r940 r946 1071 1071 } 1072 1072 else if (cur5 != NULL){ 1073 if(ltmp!= NULL && strstr(ltmp->value,"text/")!=NULL){ 1073 map* handleText=getMapFromMaps(*main_conf,"main","handleText"); 1074 if(handleText!=NULL && strcasecmp(handleText->value,"true")==0 && ltmp!= NULL && strstr(ltmp->value,"text/")!=NULL){ 1074 1075 xmlChar *tmp = xmlNodeListGetRawString (doc, 1075 1076 cur4->xmlChildrenNode,
Note: See TracChangeset
for help on using the changeset viewer.