Changeset 946 for trunk/zoo-project
- Timestamp:
- Aug 22, 2019, 1:58:36 PM (5 years ago)
- Location:
- trunk/zoo-project
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/HISTORY.txt
r945 r946 1 1 Version 1.8.0-dev 2 * Add the optional handleText parameter to provide pure text for 3 complex data node with mimetype="text/*" 2 4 * Fix issue in case JavaScript support is activated 3 5 * Fix issue with GDAL profile service -
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.