Opened 4 years ago
Closed 4 years ago
#2395 closed enhancement (wontfix)
Petascope - rasql servlet returns metadata queries in JSON format with containerFormat=json
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | petascope | Version: | 9.8 |
Keywords: | Cc: | ||
Complexity: | Medium |
Description (last modified by )
In petascope, metadata queries to rasql servlert, e.g:
SELECT cols FROM RAS_COLLECTIONNAMES AS cols
returns multipart
if containerFormat=multipart/related
or omitted.
If containerFormat=json
or containerFormat=application/json
parameter is added, then the result is an JSON array returned.
Change History (3)
comment:1 by , 4 years ago
Description: | modified (diff) |
---|---|
Summary: | Petascope - rasql servlet returns result of SELECT RAS_COLLECTIONNAMES as a string comma separated → Petascope - rasql servlet returns result of SELECT RAS_COLLECTIONNAMES as a string new line separated |
comment:2 by , 4 years ago
Description: | modified (diff) |
---|---|
Summary: | Petascope - rasql servlet returns result of SELECT RAS_COLLECTIONNAMES as a string new line separated → Petascope - rasql servlet returns metadata queries in JSON format with containerFormat=json |
comment:3 by , 4 years ago
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.