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
Currently (up to Jackson 2.15) there is no distinction between two input indicators (ContentReference) that can be included in JsonLocation instead of proper ContentReference:
Missing source (either not available or not passed) and
leaving plain UNKNOWN for case where content reference is truly missing.
The main reason for this is that since (... if) we change default inclusion to more secure it is otherwise hard for users/developers to realize what is needed to enable source inclusion in case they do want to expose it.