bugfix: log a warning instead on throwing an exception for invalid entityIDs#2449
Conversation
monkeyiq
left a comment
There was a problem hiding this comment.
The $entityId is coming from the site config/metadata so if it is failing the tightened validURI logging a warning seems like a reasonable thing to do. The user might want to change this (if they can) but we should allow updates to the latest SSP in preference to forcing a perfect config.
|
I have cherry picked this to At any rate, I think working here is best for now and we can remove that try/catch if we want to deny such configs in the future. |
Closes #2448
While throwing an exception is the right thing to do, it may also be a little harsh.
Definitely not something we should do in a minor release.