Custom Query (101 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (28 - 30 of 101)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Ticket Resolution Summary Owner Reporter
#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.

#79 fixed Problem with cookies coming from other web application djay djay
Description

Current implementation of the ZOO-Kernel does support cookie handling. Nevertheless, this imply an unicity in cookie variables named "ID" or containing the "ID" string in its name.

It means that when you are requesting ZOO-Kernel providing a cookie variable named "ID" or containing the "ID" string (let say AuthID) it will try to load the corresponding session file. Obviously this last doesn't exist as the session was not created from a ZOO-Service. In such a case, the ZOO-Kernel failed returning an ExceptionRepport? such as in Milan's mail [1]. So, it imply that the ZOO-Kernel is not usable until the user's session expires or cookie are manually cleared.

[1] http://lists.osgeo.org/pipermail/zoo-discuss/2013-July/000981.html

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
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