-
Check my reasoning in #330
Sending malformed JSON entities to the context.Orion_LD (compiled with an Address Sanitizer) V1 API can result in a stack overflow in the `/boost/property_tree/json_pars…
-
Hello everybody,
In this case, issuing a subscription with watchedAttributes set to null, which according to standard should trigger notifications upon change of any attribute, not only returns a 5…
-
Hi,
I tried to do a subscription:
```
{
"id": "urn:ngsi-ld:Subscription:1201",
"type": "Subscription",
"entities": [
{
"type": "Vehicle"
}
],
…
-
Hello everybody,
I think there's some problem with the subscription mechanism, by which no notification is being delivered for an entity. Here is a usecase to reproduce it:
First, create a subsc…
-
Hi,
when creating a csource registration subscription without the 'watchedAttributes' attribute (which is optional and can be undefined -> meaning all possible attributes in the csource registratio…
-
When making a request for entities that would result in more than 50 entieis (or what is set by `limit` URL parameter), `Link` header in response is invalid.
- URI-Reference needs to be followed by…
-
Hi,
when trying to do a batch entity creation with POST /entityOperations/create I get a "404 Not Found" in the HTTP response.
My request:
```bash
curl -X POST \
http://192.168.57.101:9…
-
After the rewrite of the @context handling, first bug found:
```
% curl localhost:1026/ngsi-ld/v1/entities -d '{ "id": "urn:entities:E2", "type": "T", "P1": { "type": "Property", "value": 12 }}' -…
-
I have a docker-compose linking Keyrock, PEP Proxy and an IoT Agent:
https://github.com/jason-fox/tutorials.PEP-Proxy/blob/master/docker-compose/iot-agent.yml
The IOTA_AUTH_ENABLED is set to `tr…
-
When trying to execute batch operation it fails with Internal Server Error when running AAIO container.
```
POST /ngsi-ld/v1/entityOperations/create
```
Error in the logs:
```
com.netflix.…