Jonathan Sinovassin-Naïk created UNOMI-792:
----------------------------------------------
Summary: Log error should be warning
Key: UNOMI-792
URL: https://issues.apache.org/jira/browse/UNOMI-792
Project: Apache Unomi
Issue Type: Bug
Reporter: Jonathan Sinovassin-Naïk
h3. Steps to reproduce
The following log is found inside the Unomi logs
{code:java}
Couldn't find profileId, sessionId or personaId in incoming request! Stopped
processing request. See debug level for more information
{code}
To reproduce the scenario, simply use postman and do a call to
yourUnomiServer/context.json without any profile id or session id in the cookie.
h3. Observed behavior
An error is thrown
h3. Observed behavior
Only a warning should be thrown: it shouldn't be possible to generate internal
exceptions from public endpoints
--
This message was sent by Atlassian Jira
(v8.20.10#820010)