Ignore:
Timestamp:
Dec 27, 2012, 5:00:12 PM (11 years ago)
Author:
djay
Message:

Update to support multiple outputs provided in a XML POST request.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/zoo-project/zoo-kernel/zoo_loader.c

    r376 r380  
    7878  fprintf (stderr, "RequestMethod: (%s) %d %d\n", cgiRequestMethod,strncasecmp(cgiRequestMethod,"post",4),strncmp(cgiContentType,"text/xml",8)==0 || strncasecmp(cgiRequestMethod,"post",4)==0);
    7979  fprintf (stderr, "Request: %s\n", cgiQueryString);
     80  fprintf (stderr, "ContentType: %s\n", cgiContentType);
     81  fprintf (stderr, "ContentLength: %d\n", cgiContentLength);
    8082  fflush(stderr);
    8183#endif
     
    112114    }else{
    113115      char *buffer=new char[cgiContentLength+1];
    114       if(fread(buffer,sizeof(char),cgiContentLength,cgiIn)){
     116      int r=0;
     117      if((r=fread(buffer,sizeof(char),cgiContentLength,cgiIn))!=0){
    115118        buffer[cgiContentLength]=0;
    116119        tmpMap=createMap("request",buffer);
     
    209212              addToMap(tmpMap,"xrequest",(char*)xmlbuff);
    210213              char *tmp=(char*)xmlbuff;
    211               fprintf(stderr,"%s\n",tmp);
    212214              xmlFree(xmlbuff);
    213215            }
Note: See TracChangeset for help on using the changeset viewer.

Search

Context Navigation

ZOO Sponsors

http://www.zoo-project.org/trac/chrome/site/img/geolabs-logo.pnghttp://www.zoo-project.org/trac/chrome/site/img/neogeo-logo.png http://www.zoo-project.org/trac/chrome/site/img/apptech-logo.png http://www.zoo-project.org/trac/chrome/site/img/3liz-logo.png http://www.zoo-project.org/trac/chrome/site/img/gateway-logo.png

Become a sponsor !

Knowledge partners

http://www.zoo-project.org/trac/chrome/site/img/ocu-logo.png http://www.zoo-project.org/trac/chrome/site/img/gucas-logo.png http://www.zoo-project.org/trac/chrome/site/img/polimi-logo.png http://www.zoo-project.org/trac/chrome/site/img/fem-logo.png http://www.zoo-project.org/trac/chrome/site/img/supsi-logo.png http://www.zoo-project.org/trac/chrome/site/img/cumtb-logo.png

Become a knowledge partner

Related links

http://zoo-project.org/img/ogclogo.png http://zoo-project.org/img/osgeologo.png