Ignore:
Timestamp:
Oct 30, 2011, 9:14:19 PM (12 years ago)
Author:
djay
Message:

Fix download file for JS api. Decode value of Datainputs.

File:
1 edited

Legend:

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

    r342 r344  
    768768 
    769769  /**
    770    * Create the input maps data structure
     770   * Create the input and output maps data structure
    771771   */
    772772  int i=0;
     
    986986          }
    987987          tmpmaps->name=strdup(tmpn);
    988           if(tmpv!=NULL)
    989             tmpmaps->content=createMap("value",tmpv+1);
     988          if(tmpv!=NULL){
     989            char *tmpvf=url_decode(tmpv+1);
     990            tmpmaps->content=createMap("value",tmpvf);
     991            free(tmpvf);
     992          }
    990993          else
    991994            tmpmaps->content=createMap("value","Reference");
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