Custom Query (101 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (76 - 78 of 101)

Ticket Resolution Summary Owner Reporter
#57 fixed Premature end of script when POST request is empty djay
Description

Using the following command (where unexisting.xml is a not existing file):

curl -d@unexisting.xml http://localhost/cgi-bin/zoo_loader.cgi

Imply an error 500 message returned by apache and the following error log message:

Premature end of script headers: zoo_loader.cgi
#59 fixed DescribeProcess issue for LitteralData when no default / supported set in zcfg djay
Description

With the following zcfg content:

   <LiteralData>
    DataType = string
    <Default>
    </Default>	
   </LiteralData>

ZOO-Kernel wrongly output the following in the LiteralData or in the LiteralOutput node of the ProcessDescriptions document:

<UOMs><Supported/></UOMs>
#72 fixed Handling cardinality upper than 1 djay
Description

Consider an input named A, if the cardinality of A was set (through the maxOccurs value in the zcfg) to a value > 1 then the ZOO-Kernel should provide a specific array structure.

The idea is to provide the inputs as presente in the following:

{
 "A": {
   "name": "A",
   "value": ["<val1>","<val2>",...,"<valN>"],
   "mimeType": ["<mimeType1>","<mimeType2>",...,"<mimeTypeN>"],
   "isArray": "true"
 }
}

The specific "isArray" map will be automatically added by the ZOO-Kernel for inputs provided more than once in the request and getting a maxOccurs value set to a value upper than 1 in the ZCFG file.

For Python, Java and Javascript language wethe ZOO-Kernel shall be directly provide the data as an Array in the dictionnary, HasMap or Javascript Object representing the inputs.

For C language we may think of using json-c library to handle storage and access to the the inputs value.

Note: See TracQuery for help on using queries.

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