You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the /v1alpha/catalog/query is called with a null request body this exception is thrown:
SEVERE 2024-08-01T07:27:13.475784497 JerseyExtension: Unexpected exception caught
java.lang.NullPointerException
at java.base/java.util.Objects.requireNonNull(Objects.java:208)
at org.eclipse.edc.transform.TypeTransformerRegistryImpl.transform(TypeTransformerRegistryImpl.java:57)
at org.eclipse.edc.catalog.api.query.FederatedCatalogApiController.getCachedCatalog(FederatedCatalogApiController.java:55)
Expected Behavior
to not thrown exceptions, it should consider the null request body as an empty QuerySpec
The text was updated successfully, but these errors were encountered:
Bug Report
Describe the Bug
When the
/v1alpha/catalog/query
is called with anull
request body this exception is thrown:Expected Behavior
to not thrown exceptions, it should consider the
null
request body as an emptyQuerySpec
The text was updated successfully, but these errors were encountered: