(0 comentário) (0 reação) (0 responsável)JavaScript (4 forks)auto 404
OSSbuggood first issue

Métricas do repositório

Stars
 (3 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

A /query body that causes a hard crash. Can we handle this situation better? I did not look into it, just noting it.

{
   "@type":"sc:AnnotationList",
   "on":{
      "$or":[
         {
            "on":"https://iiif.library.utoronto.ca/presentation/v2/paleography:419"
         },
         {
            "on":"https://paleography.library.utoronto.ca/islandora/object/paleography:419"
         }
      ]
   },
   "isPartOf":"2888",
   "__rerum.history.next":{
      "$exists":true,
      "$size":0
   }
}

Yes, I know. That is now how you use $or. Still, this caused a hard 500 that did not return anything RESTful

Guia do colaborador