Details
-
Task
-
Resolution: Fixed
-
Neutral
-
None
-
None
-
-
Empty show more show less
-
Empty show more show less
-
HL & LD 11
-
3
Description
Currently, a relatively long stacktrace is returned (50kB or so), if the requested content, e.g. authors { name }
{
bookshelf(id: "c2a5ea72-6611-4f70-8005-42e8694fc610") {
title
authors {
name
}
}
}
resides in a repo (Authors) which the user role has no access to:
{
"status": 500,
"errors": [
{
"message": "Exception while fetching data (/bookshelf/authors) : javax.jcr.ItemNotFoundException: b1bc15d1-e2d4-4d20-8491-1a42689bb003",
"path": [
"bookshelf",
"authors"
],
"exception": {
"cause": {
"cause": null,
"stackTrace": [
{
"methodName": "g ...
Checklists
Acceptance criteria
Attachments
Issue Links
- is caused by
-
MGNLGQL-32 DOC: Create GraphQL endpoint page
-
- Closed
-